*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Nunito;
	font-weight: normal;
	font-style: normal;
	
}

body{
	background: #fff;
}

:root{
  /*--primary-color: #0F5267;*/
  --primary-color: #1B74A3;
  --secondary-color: #0F5267;
  --accent-color: #32BAE4;
  --white: #fff;
  --dark-text: #000;
  --div-padding: 3.05%;	/*  2.5rem*/
  --margin-top: 5.5rem;
}

/* .a{
  border: 2px solid red;
}

.b{
  border: 2px solid green;
}

.c{
  border: 2px solid blue;
} */

.bg-green{
	background: var(--primary-color);
}

.dark-text{
	color: var(--dark-text);
}

.left-text{
	text-align: left !important;
}

.dark-text2{
	color: var(--dark-text) !important;
}

.sec-text{
	color: var(--secondary-color);
}

.clr{
  clear: both;
}

.alignleft{
  float: left;
}

.alignright{
  float: right;
}

.center{
  text-align: center;
}

.phone{
	display: none;
}

.div-padding{
	padding-left: var(--div-padding);
	padding-right: var(--div-padding);
}

.nav-clearance{
  padding-top: 5rem;	/*3vw*/
}

.div-mb{
  margin-bottom: 6%;	/* 5rem */
}

a{
	text-decoration: none;
}

.sws-btn{
	padding: 0.5rem 1rem;
	border-radius: 6.25rem;
	background: #32BAE4;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5rem;
	color: #fff !important;
	border: none;
}

.sws-btn:hover{
	background: transparent;
	color: #32BAE4 !important;
	border: 2px solid #32BAE4;
}


/* NAVBAR */
nav{
	height: 5.625rem;
	display: flex;
	padding: 0.25rem var(--div-padding) 0.31rem 7.69rem !important;
	justify-content: space-between;
	align-items: center;
}

.nav-logo{
	height: 5rem;
}

.main-nav .nav-links{
	flex: 1;
	padding-top: 1.5rem;
	text-align: right;
}

.main-nav .nav-links ul li{
	list-style: none;
	display: inline-block;
	padding: 0.5rem 0.8rem 0;
	position: relative;
}

.main-nav .nav-links ul li a{
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: var(--white);
}

.main-nav .nav-links ul li:hover a{
  font-weight: 600;
  color: var(--accent-color);
}

.main-nav .nav-links ul li:hover a path{
	fill: var(--accent-color);
}

.first-link{
	padding-left: 0 !important;
}

.last-link{
	padding-right: 0 !important;
}

.main{
	position: relative;
	margin-top: var(--margin-top);
}

/* Login Page */
.login-holder-div{
	height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-holder{
	width: 35.375rem;
	min-height: 19rem;
	padding: 1.5rem;
	border-radius: 1.25rem;
	box-shadow: 0px 4px 20px 0px rgba(15, 82, 103, 0.10);
}

.login-holder h5{
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5rem;
	color: var(--dark-text);
	margin-bottom: 2rem;
}

.login-holder label{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	color: var(--dark-text);
}

.login-holder button{
	min-width: 9.0625rem;
	padding: 0.5rem 1rem;
	border: none;
	border-radius: 6.25rem;
	background: #D9D9D9;
}

.login-holder button:hover{
	background: var(--primary-color);
	color: var(--white);
}

.style-form input[type=text], .style-form input[type=number], .style-form input[type=email], .style-form input[type=date], .style-form input[type=password], .style-form input[type=url]{
  height: 3rem;
  padding: 0.625rem;
  background: #F1FAFD;	/* #F8F8F8 */
  border: 0.0625rem solid #F8F8F8;
  border-radius: 0.5rem;
  color: var(--dark-text);
}

.style-form select{
  height: 3rem;
  padding: 0.625rem;
  background: #F8F8F8;
  border: 0.0625rem solid #F8F8F8;
  border-radius: 0.5rem;
  color: var(--dark-text);
}

.form-select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236d6e78' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-size: 1.125rem !important;
  background-position: 96%  !important;
}

.style-form input[type=text]::-webkit-input-placeholder { /* Edge */
  color:#000;
}

.style-form input[type=text] :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.style-form input[type=text]::placeholder {
  color: #000;
}

.style-form input[type=number]::-webkit-input-placeholder { /* Edge */
  color:#000;
}

.style-form input[type=number] :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.style-form input[type=number]::placeholder {
  color: #000;
}

.style-form input[type=email]::-webkit-input-placeholder { /* Edge */
  color: #000;
}

.style-form input[type=email] :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.style-form input[type=email]::placeholder {
  color: #000;
}

.style-form input[type=url]::placeholder {
  color: #000;
}

.style-form input[type=url]::-webkit-input-placeholder { /* Edge */
  color: #000;
}

.style-form input[type=url] :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.style-form input[type=text]:focus {
  outline: none;
  border: 0.0625rem solid #F8F8F8;
  border-right: none;
  color: #6d6e78;
}

.style-form input[type=email]:focus {
  outline: none;
  border: 0.0625rem solid #0F5267;
  border-right: none;
  background: #F8F8F8;
  color: #6d6e78;
}

.style-form input[type=url]:focus {
  outline: none;
  border: 0.0625rem solid #0F5267;
  border-right: none;
  background: #F8F8F8;
  color: #6d6e78;
}

.style-form input[type=date]:focus {
  background: #F8F8F8;
  outline: none;
  border: 0.0625rem solid #0F5267;
  border-right: none;
  color: #6d6e78;
}

.style-form textarea{
  height: 11.25rem !important;
  border: none;
  padding: 0.625rem;
  border-radius: 0.625rem;
  background: #F1FAFD;
  border: 0.0625rem solid #0F5267;
  border-radius: 0.5rem;
  margin-bottom: 2.5rem;
  color: var(--dark-text);
}

.style-form textarea:focus {
  outline: none;
  border: 0.0625rem solid #0F5267;
  border-right: none;
  background: #e4e4e7;
  color: var(--dark-text);
}

.form-details .form-mb{
  margin-bottom: 1rem;
}

.form-details button{
	font-size: 1.125rem;
	font-weight: 600;
	color: #424B4E;
	line-height: 1.5rem; /* 150% */
}

.password-mb{
  margin-bottom: 2.5rem;
}

.password-holder .password-input{
  width: 100%;
}

.password-holder2 .password-input{
  width: 98.5%;
}

.password-holder i, .password-holder2 i{
  margin-left: -1.875rem; /*5.5%*/
  cursor: pointer;
}

.forgot-password{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #109A9A;
}

.forgot-password:hover{
  color: #0D344E;
  text-decoration: underline;
}

.email-mb{
  margin-bottom: 2.5rem;
}

.forgot-password-h5{
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: #051722;
  margin-bottom: 1rem;
}

/* DASHBOARD */
.grid-container-dashboard{
	/* position: fixed; */
	display: grid;
	
	overflow: hidden;
	grid-template-columns: 16.9% 83.1%;
}

.left-partition{
	padding-top: 2.5rem;
	background: #F1FCFF;
}

.left-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.left-menu ul li{
	padding: 0.62rem 2rem;
}

.left-menu ul li:hover{
	border-top: 1px solid #fff;
	background: #0E333F;
}

.left-menu ul li a{
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5rem;
	color: #0E333F;
}

.left-menu ul li:hover a{
	color: var(--white);
}

.menu-active{
	background: #0E333F;
	color: var(--white);
	border-right: 4px solid #32BAE4
}

.menu-active a{
	color: var(--white) !important;
}

.right-partition{
	position: relative;
	height: 84vh;
	overflow-y: auto;
}

.right-menu-div{
	position: fixed;
  width:100%;
	height: 4.5rem;
  z-index:99;
	background: #F1FCFF;
	padding: 1.5rem 2.41rem 1.5rem 2.25rem;
}

.right-menu-div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.right-menu-div ul li{
	display: inline-block;
	position: relative;
	margin-right: 0.5rem;
}

.right-menu-div ul li a{
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	color: var(--dark-text);
}

.right-menu-div ul li:hover a{
	text-decoration: underline;
	color: var(--primary-color);
}

.active-right{
	text-decoration: underline;
	color: var(--primary-color) !important;
}

.div-content{
	position: relative; 
	padding: 1.5rem 2.25rem;
}

.ad-margin-top{
	margin-top: 12vh;
}

.module-btn button{
	font-size: 1.5rem;
	font-weight: 600;
	line-height: normal;
	color: #0D344E;
	margin-bottom: 1rem;
}

.module-btn button:focus{
	border: none;
}

.module-btn .dropdown-menu{
	width: 45.5%;
}

.module-btn li span{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	color: #051722;
	margin-bottom: 0.5rem;
}

.module-btn li:hover span{
	background: #F3F3FD !important;
}

.module-btn .dropdown-add{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	color: #0D344E;
}

.modal-body .fa-warning{
	color: red;
}

tr th{
	font-size: 1rem;
	font-weight: 600;
}

.admin-staff-pix{
	width: 300px;
	height: 300px;
	border-radius: 100%;
}

.gallery-pix{
	width: 100px;
	height: 100px;
}

.gallery-pix-modal{
	height: 300px;
}












































































































































































































































































































































































































































