:root {
	--dark: #34495E;
	--light: #ffffff;
	--success: #0ABF30;
	--error: #E24D4C;
	--warning: #E9BD0C;
	--info: #3498DB;
  }
  
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
/* body{
} */
body{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	/* background-image: url("../img/college.jpg"); */
	/* background-color: #ffffffc7; */
	background: #dfe5ef;
	min-height: 100vh;
	background-size: cover;
	box-sizing:border-box;
    background-blend-mode: overlay;
	background-position: center;
}
span.del_fl {
    display: none !important;
}
a{
	text-decoration: none;
	color:#343434;
}
.text-center{
	text-align: center;
}
.container{
	width:100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
main{
	background-color: #fafafae0;
    padding: 40px;
    border-radius: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: -3px 8px 60px 3px #00000038;
}
main .table-row{
	display: none;
}
main.list-view .folders{
	display: none;
}
main.list-view .table-row{
	display: flex;
	justify-content: space-between;
}
main .folders{
	display: grid;
}

main h1{
	text-align: center;
	margin-bottom: 20px;
}
main .table-row .table-responsive,
main .table-row .table-responsive table{
	width: 100%;
	text-align: left;
}
main .table-row .table-responsive{
	margin-top: 10px;
	padding: 10px;
}
main .table-row .table-responsive table tbody tr:hover{
	background: #e4e4e4;
}
main .table-row .table-responsive table tr td > div{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
	min-width: 90px;
}
.fl_date {
    min-width: 140px !important;
}
table th{
	padding-left: 20px;
}
table tr td > div > a{
	display: flex;
	align-items: center;
}

.folders{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.folders .folder{
	background-color: #dfe5ef;
	text-align: center;
	margin: 10px;
	padding: 15px 30px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	transition: background .5s ease;
}
img.fld-icon{
	margin-right: 15px;
	max-width: 20px;
}
.folders .folder:hover{
	background-color: #ccc;
}


.grid-style{
	display: flex;
    padding: 0px 10px;
    column-gap: 100px;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 30px;
}
.grid-style .style_name{
    margin-bottom:10px;
}
.grid-style img{
	cursor: pointer;
	max-width: 25px;
	display: none;
}


#drag_drop{
	background-color : #f9f9f9;
	border : #7a7a7a 2px dashed;
	line-height : 150px;
	font-size : 24px;
	border-radius: 30px;
	text-align : center;
}
.file_upload_form{
	margin-top: 40px;
}
.bg-success {
	background-color: #198754!important;
}
.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}
.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #0d6efd;
	transition: width .6s ease;
}
.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc;
}
.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}

td .fl_actions span{
	cursor: pointer;
	margin-left: 5px;
}

.notification-icon .icon{
	width: 50px;
    height: 50px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    padding: 10px;
}


.box::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
  border-radius: 5px
}

.box::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
  border-radius: 5px
}

.box::-webkit-scrollbar-thumb
{
	background-color: black;
	border: 2px solid black;
  border-radius: 5px
}

.icons{
  display: flex;
  justify-content: end;
  column-gap: 40px;
	align-items: center;
	padding: 30px 0;
}

.notification{
  position: relative;
  display: inline-block;
}

.logout-btn a{
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.logout-btn{
	font-size: 16px;
    border: 1px solid #0006;
    border-radius: 10px;
    padding: 7px 12px;
	cursor: pointer;
	transition: all .3s;
}
.logout-btn:hover {
    background: #ffffff94;
}
.number{
	height: 25px;
    width: 25px;
    background-color: #d63031;
    border-radius: 20px;
    color: white;
    text-align: center;
    position: absolute;
    top: 15px;
    padding: 3px;
    border-style: solid;
    border-width: 2px;
    right: -10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.number:empty {
   display: none;
}

.notBtn{
  transition: 0.5s;
  cursor: pointer
}


.notification:hover .box{
	height: 50vh;
}
.box{
  width: 400px;
  height: 0;
  border-radius: 10px;
  transition: 0.5s;
  position: absolute;
  overflow-y: auto;
  padding: 0px;
  left: -300px;
  margin-top: 5px;
  background-color: #F4F4F4;
  -webkit-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
  box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
  cursor: context-menu;
  z-index: 9;
}


.content{
  padding: 20px;
  color: black;
  vertical-align: middle;
  text-align: left;
}

.gry{
  background-color: #F4F4F4;
}

.top{
  color: black;
  padding: 10px
}

.display{
  position: relative;
}

.cont{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F4F4F4;
}

.cont:empty{
  display: none;
}

.stick{
  text-align: center;  
  display: block;
  font-size: 50pt;
  padding-top: 70px;
  padding-left: 80px
}

.stick:hover{
  color: black;
}

.cent{
  text-align: center;
  display: block;
}

.sec{
  padding: 15px 30px;
  background-color: #F4F4F4;
  transition: 0.5s;
}

.new{
	border-bottom: 1px solid #e1e1e1;
}

.sec:hover{
  background-color: #fff;
}




.notifications {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 999;
  }
  .notifications :where(.toast, .column) {
	display: flex;
	align-items: center;
  }
  .notifications .toast {
	width: 400px;
	position: relative;
	overflow: hidden;
	list-style: none;
	border-radius: 4px;
	padding: 16px 17px;
	margin-bottom: 10px;
	background: var(--light);
	justify-content: space-between;
	animation: show_toast 0.3s ease forwards;
	box-shadow: 0 0 20px 0 #dedede;
  }
  @keyframes show_toast {
	0% {
	  transform: translateX(100%);
	}
	40% {
	  transform: translateX(-5%);
	}
	80% {
	  transform: translateX(0%);
	}
	100% {
	  transform: translateX(-10px);
	}
  }
  .notifications .toast.hide {
	animation: hide_toast 0.3s ease forwards;
  }
  @keyframes hide_toast {
	0% {
	  transform: translateX(-10px);
	}
	40% {
	  transform: translateX(0%);
	}
	80% {
	  transform: translateX(-5%);
	}
	100% {
	  transform: translateX(calc(100% + 20px));
	}
  }
  .toast::before {
	position: absolute;
	content: "";
	height: 3px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	animation: progress 5s linear forwards;
  }
  @keyframes progress {
	100% {
	  width: 0%;
	}
  }
  .toast.success::before, .btn#success {
	background: var(--success);
  }
  .toast.error::before, .btn#error {
	background: var(--error);
  }
  .toast.warning::before, .btn#warning {
	background: var(--warning);
  }
  .toast.info::before, .btn#info {
	background: var(--info);
  }
  .toast .column i {
	font-size: 1.75rem;
  }
  .toast.success .column i {
	color: var(--success);
  }
  .toast.error .column i {
	color: var(--error);
  }
  .toast.warning .column i {
	color: var(--warning);
  }
  .toast.info .column i {
	color: var(--info);
  }
  .toast .column span {
	font-size: 1.07rem;
	/* margin-left: 12px; */
  }
  .toast i:last-child {
	color: #aeb0d7;
	cursor: pointer;
  }
  .toast i:last-child:hover {
	color: var(--dark);
  }
  .buttons .btn {
	border: none;
	outline: none;
	cursor: pointer;
	margin: 0 5px;
	color: var(--light);
	font-size: 1.2rem;
	padding: 10px 20px;
	border-radius: 4px;
  }
  @media screen and (max-width: 530px) {
	.notifications {
	  width: 95%;
	}
	.notifications .toast {
	  width: 100%;
	  font-size: 1rem;
	  margin-left: 20px;
	}
	.buttons .btn {
	  margin: 0 1px;
	  font-size: 1.1rem;
	  padding: 8px 15px;
	}
  }


 .navbar{
	display: flex; column-gap:40px; align-items: center;
}


.navbar a {
	text-decoration: none;
	padding: 10px;
	color: black;
}

.navbar a.active {
	font-weight: bold;
	color: white;
	background-color: #00174F;
	border-radius: 4px;
}


/* 	Search bar section */

.searchbar form{
	display: flex;
	justify-content: center;
}
.searchbar .autocomplete{
	max-width: 550px;
	width:100%;
	display: flex;
	position: relative;
}
.searchbar .has-search{
	width: calc(100% - 52px);
}
.searchbar #courses_search{
	width: 100%;
    padding: 15px 20px;
    border-radius: 5px 0px 0px 5px;
    font-size: 16px;
    font-weight: 500;
    background: #fefefee3;
    border: 1px solid #fff;
    box-shadow: 1px 1px 10px #42424278;
}
.searchbar .fixed-location-mbl img {
	width: 22px;
    -webkit-filter: grayscale(1) invert(1) contrast(100);
    filter: grayscale(1) invert(1) contrast(100);
}
.searchbar .fixed-location-mbl {
	display: flex;
    max-height: 60px;
    background-color: #00174F;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 0 16px;
    align-items: center;
    border-radius: 0 5px 5px 0px;
	cursor: pointer;
	border: none;
}