
/*------------------------
        /-------countdown---------*/
        .countdown {
            text-transform: uppercase;
            font-weight: bold;
        }

        .countdown span {
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
            font-size: 3rem;
            margin-left: 0.8rem;
        }

        .countdown span:first-of-type {
            margin-left: 0;
        }

        .countdown-circles {
            text-transform: uppercase;
            font-weight: bold;
			text-align: center;
        }

        .countdown-circles div {
            /* color: #ebbb0f !important; */
            color: red !important;
			display: inline-block;
        }

        .countdown-circles span {
            width: 80px;
            height: 80px;
            border-radius: 10%;
            background: rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
        }

        .countdown-circles span:first-of-type {
            margin-left: 0;
        }

		.notification{
			position: absolute;
			z-index: 10000;
			margin-left: -127px;
			left: 50%;
			top: 6.2rem;
			display: none;
		}
		.toast-success {
			/* background: rgba(73, 241, 115, 0.8) none repeat scroll 0 0; */
			background: green;
			color: #fff;
		}
		.toast-error {
			/* background: rgba(253, 74, 74, 0.8) none repeat scroll 0 0; */
			background: red;
			color: #fff;
		}
		.toast-sizeerror {
			background-color: red;
			/* background: rgba(252, 197, 45, 0.788) none repeat scroll 0 0; */
			color: #fff;
		}
		.toast {
			border-radius: 5px;
			display: none;
			font-family: "ralewayregular";
			padding: 20px;
			position: fixed;
			right: 20px;
			text-align: center;
			/* top: 100px; */
			bottom: 20px;
			width: 250px;
			z-index: 1000;
		}

.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid green; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 0.5s linear infinite;
	position: fixed;
	top: 50%;
	left: 55%;
	margin: -50px 0px 0px -50px;
	z-index:99999;
	display: none;
}
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
.overlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: #75ff758f;
	z-index: 9999999;
	display: none;
}
.overlay-text{
	font-size: 2.5rem;
    left: 45%;
    position: fixed;
    top: 10%;
    font-weight: 600;
    color: #2b752b;
}
.dataretriving{
	display: none;
}
.datasaving{
	display: none;
}


  #dlibrary_filter label{
	color: black;
    font-size: 20px;
}
#dlibrary_filter label span input{
	border-color: black;
	border-radius: 10px;
	padding:10px;
}
.ck-editor__editable {
    min-height: 500px;
}
th{
	font-weight: bold !important;
}
.file-btn{
	word-wrap: break-word;
    white-space: initial;
    width: 280px;
}
.file-input{
	border:1px solid black; 
	border-radius:0.2rem;
	font-size:14px; 
	/* margin-left:36px */
}
.file-ul , .file-ol{
	padding-left: 20px;
}
.navbarline{
	margin-top: 80px;
}
@media only screen and (max-width:700px){
	.file-btn{
		width: 200px !important;
	}
	
}
@media only screen and (max-width:600px){
	.file-input{
		width: 200px !important;
	}
	#content{
		padding:0 !important;
	}
	.navbarline{
		margin-top: 130px !important;
	}
}
@media only screen and (max-width:416px){
	.file-ul{
		padding-left: 8px;
	}
}
@media only screen and (max-width:380px){
	.file-ol{
		padding-left: 10px;
	}
}
.file_div{
    margin-top: 20px;
    border:1px solid black;
    border-radius: 5px; 
    width: 100%;
    padding:9px
}
.tables{
	border:1px solid black;
	background-color: white;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	font-size: 18px;

}
.table_header{
	border-bottom: 1px solid black;
	background-color: #ADADAD;
	padding: 10px;
	font-size: 16px;
	font-weight: 400;
	color: white;

}
.table-content{
	padding: 15px;
}
.login-form{
	margin-top: 20px;
}
.passreset-form{
	padding: 30px;
}
.passreset-row{
	padding: 8px;
}
.passreset-label{
	color: black;
	font-size: 18px;

}
.example{
	font-size: 12px;
	display: block;
}
.form-content{
	display: inline-block;
	border:1px solid black;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	width:60%;
	background-color: white;
	padding:15px;
}
.form-label{
	color: black;
	font-size: 18px;
	font-weight: 500;
	/* margin-right: 30px; */
}
.form-span{
	font-size: 15px;
	/* margin-left: 90px; */
}
@media(max-width:991px){
	.signspan{
		display: none;
	}
}
@media(max-width: 414px){
	.form-content{
		width: 100%;
	}
	.form-input{
		width: 100%;
	}
	.form-span{
		font-size: 15px;
		margin:0;
	}
}
.form-row{
	margin-top: 20px;
	display: block;
}
.geninput{
	border-radius: 10px;
}
.geninput::placeholder{
	color:black;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}
.font-md{
	font-size: 1.25rem;
  }
.font-lg{
	font-size: 1.35rem;
}
.assign-group{
	background-color:#d6d6d6; 
	margin-bottom:3px; 
	border-radius:5px; 
	padding-left:5px
}

.card-counter{
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
  }

  .card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
  }

  .card-counter.primary{
    background-color: #007bff;
    color: #FFF;
  }

  .card-counter.danger{
    background-color: #ef5350;
    color: #FFF;
  }  

  .card-counter.success{
    background-color: #66bb6a;
    color: #FFF;
  }  

  .card-counter.info{
    background-color: #26c6da;
    color: #FFF;
  }  

  .card-counter i{
    font-size: 5em;
    opacity: 0.2;
  }

  .card-counter .count-numbers{
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
  }

  .card-counter .count-name{
    /* position: absolute; */
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    /* opacity: 0.5; */
    display: block;
	font-size: 27px;
	font-weight: 500;
	width: 60%;
  }

  .final-count{
	height: 140px;
  }

  .final-count span{
	width: 100% !important;
  }
