@font-face {
    font-family: 'montserratblack';
    src: url('../webfonts/montserrat/black/montserrat-black-webfont.eot');
    src: url('../webfonts/montserrat/black/montserrat-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/montserrat/black/montserrat-black-webfont.woff2') format('woff2'),
         url('../webfonts/montserrat/black/montserrat-black-webfont.woff') format('woff'),
         url('../webfonts/montserrat/black/montserrat-black-webfont.ttf') format('truetype'),
         url('../webfonts/montserrat/black/montserrat-black-webfont.svg#montserratblack') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratbold';
    src: url('../webfonts/montserrat/bold/montserrat-bold-webfont.eot');
    src: url('../webfonts/montserrat/bold/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/montserrat/bold/montserrat-bold-webfont.woff2') format('woff2'),
         url('../webfonts/montserrat/bold/montserrat-bold-webfont.woff') format('woff'),
         url('../webfonts/montserrat/bold/montserrat-bold-webfont.ttf') format('truetype'),
         url('../webfonts/montserrat/bold/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratlight';
    src: url('../webfonts/montserrat/light/montserrat-light-webfont.eot');
    src: url('../webfonts/montserrat/light/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/montserrat/light/montserrat-light-webfont.woff2') format('woff2'),
         url('../webfonts/montserrat/light/montserrat-light-webfont.woff') format('woff'),
         url('../webfonts/montserrat/light/montserrat-light-webfont.ttf') format('truetype'),
         url('../webfonts/montserrat/light/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratregular';
    src: url('../webfonts/montserrat/regular/montserrat-regular-webfont.eot');
    src: url('../webfonts/montserrat/regular/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/montserrat/regular/montserrat-regular-webfont.woff2') format('woff2'),
         url('../webfonts/montserrat/regular/montserrat-regular-webfont.woff') format('woff'),
         url('../webfonts/montserrat/regular/montserrat-regular-webfont.ttf') format('truetype'),
         url('../webfonts/montserrat/regular/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratsemibold';
    src: url('../webfonts/montserrat/semi-bold/montserrat-semibold-webfont.eot');
    src: url('../webfonts/montserrat/semi-bold/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/montserrat/semi-bold/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../webfonts/montserrat/semi-bold/montserrat-semibold-webfont.woff') format('woff'),
         url('../webfonts/montserrat/semi-bold/montserrat-semibold-webfont.ttf') format('truetype'),
         url('../webfonts/montserrat/semi-bold/montserrat-semibold-webfont.svg#montserratsemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsregular';
    src: url('../webfonts/poppins-font/regular/Poppins-Bold.ttf');
    src: url('../webfonts/poppins-font/regular/poppins-regular-webfont.eot');
    src: url('../webfonts/poppins-font/regular/poppins-regular-webfont.woff2') format('woff2'),
         url('../webfonts/poppins-font/regular/poppins-regular-webfont.woff') format('woff'),
         url('../webfonts/poppins-font/regular/poppins-regular-webfont.svg#poppinsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*=========================*/
body{
    font-family: 'montserratregular';
}
.bg-color{
    background-color: rgba(255, 255, 255, 0.7);
}
.navbar {
    padding: 0rem;
}
.navbar-nav {
    flex-direction: row;
    align-items: center;
    font-family: 'montserratregular';
}
.navbar-header .navbar-brand img{
    width: auto;
    height: 65px;
    margin: 1px;
}

/*=========================*/
.scrollbar.scrollbar {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}
.scrollbar {
    float: left;
    height: 88vh;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 25px;
}
.force-overflow{
    min-height: 450px;
}
#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
	background-color: #f8f8f8;
}

.scrollbar-notice{
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}
.scrollbar-notice {
    float: left;
    height: 210px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 25px;
}
.force-overflow{
    min-height: 100px;
}
#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
	border-radius: 10px;
	background-color: transparent;
}

#style-1::-webkit-scrollbar
{
	width: 8px;
	background-color: transparent;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
	background-color: transparent;
}


.text-data label{
    font-size: 14px;
}
.text-data .form-control {
    border-radius: 5px;
    border-color:#D8DEEB;
}
h6{
    font-size: 14px;
}
.form-group {
    margin-bottom: 1.5rem;
}
.form-control {
    font-size: 12px;
    height: calc(2em + .75rem + 2px);
}
.custom-control-label {
    color: #fff;
    font-size: 14px;
    padding-top: 3px;
}
.custom-control-inline {
    margin-right:2.5rem;
}
.list-group-item{
    background-color: transparent;
    border:0px;
    padding: .75rem 0.5rem;
}

/*====================*/
.logoContainer img{
    width: 50px;
    height: 50px;
}
.fileContainer{
    position:relative;
}
.fileContainer span{
	overflow:hidden;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	cursor: pointer;
}
.fileContainer input[type="file"]{
	opacity:0;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
}

/*=====================*/
.btn-update{
    background-color: #78C043;
    box-shadow: 0px 2px 5px #667491;
    color: #fff;
    border-radius: 2.25rem;
}
.btn-update:hover{
    box-shadow: none;
    color: #fff;
    background-color: #6aad38;
}
.btn-preview{
    background-color: #7282a3;
    box-shadow: 0px 2px 5px #667491;
    color: #FFF;
    border-radius: 2.25rem;
}
.btn-preview:hover{
    box-shadow: none;
    color: #fff;
    background-color: #667491;
}

/*===========================*/
body{
    background-image: url('../img/main-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 25% 0%;
}
.heading-admin{
    width:80%;
    padding:0px 40px 60px 130px;
}
.heading-admin h1{
    font-family: 'montserratblack';
    font-size: 46px;
    color:#fff;
    line-height: 1;
}
.notice{
    background-color: #1E3E59;
    opacity: 0.7;
    color:#fff;
    border-top-left-radius: 0px !important;
    border-radius: 137px;
    border-bottom-left-radius: 0px !important;
    width: 100%;
    padding: 40px 0px 15px 130px;
    height: 270px;
}
.notice p{
    font-size: 14px;
    margin-bottom: 20px;
    width:80%
/*    text-transform: uppercase;*/
}
.team-feepayer{
    font-family: 'montserratbold';
}
.dot-circle i{
    color: #6ED4FF;
    font-size: 10px;
    margin-right: 3px;
}

/*===========================*/
.login{
    font-family: 'poppinsregular';
}
.login .nav-pills .nav-link{
    color: #fff;
    font-weight:600;
    border-radius: 0;
    margin-bottom:0;
    font-size: 17px;
}
.login .nav-link {
    padding: .05rem 0rem;
}
.login .form-check-label{
    font-size:12px;
    color:#fff;
}
.login .form-check-input{
    margin-top: 2px;
}
.forget-pass a{
    color:#fff;
    text-decoration: none;
    font-size:12px;
}
.forget-pass a:hover{
    color: #33AFE4;
}
 .field-icon {
  float: right;
  margin-right: 12px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
.btn{
    width: 48%;
    padding: .5rem .75rem;
}
.btn a{
    text-decoration: none;
    color:#fff;
}
.btn-login{
    background-color:#78C043;
    box-shadow: 0px 2px 5px #667491;
    color: #fff;
    font-size:12px;
}
.btn-login:hover{
    box-shadow: none;
    color: #fff;
}
.btn-signup{
    background-color: rgba(225, 225, 225, 0.5);
    box-shadow: 0px 2px 5px #667491;
    color: #fff;
    font-size:12px;
}
.btn-signup:hover{
    box-shadow: none;
    color: #fff;
}

/*===========================*/
@media (max-width:576px) {
    .mob-desk{
        display:none;
    }
    .navbar {
        padding: .25rem 0.5rem .25rem 0rem;
    }
    .notice p{
        width:85%;
    }
}

@media (min-width:1680px) {
    .notice{
        height: 300px;
    }
    .scrollbar-notice {
        height: 240px;
    }
    .notice p {
        font-size: 16px;
    }
    .pad-top{
        margin-top:100px;
    }
    .heading-admin {
        width: 65%;
    }
}

@media (min-width:1500px) {
    .contain-data{
        margin-top:100px;
    }
}

@media (min-width:992px) and (max-width:1200px){
    .heading-admin {
        padding: 0px 40px 100px 65px;
    }
    .notice{
        padding: 25px 0px 15px 65px;
    }
    .contain-data{
        margin-top:100px;
    }
}

@media (min-width:768px) and (max-width:991px){
    .heading-admin {
        padding: 0px 20px 60px 40px;
        width: 100%;
    }
    .notice{
        padding: 25px 0px 15px 40px;
            border-radius: 80px;
            height: 270px;
    }
    .list-notice .course{
       width:40%; 
    }
    .btn {
        width: 46%;
    }
    .notice p{
        width:90%;
    }
    .scrollbar-notice {
        height: 230px;
    }
    .login{
        padding-right: 20px;
    }
    .contain-data{
        margin-top:100px;
    }
}

@media (max-width: 767px){
    .heading-admin {
        width: 100%;
        padding: 0px 0px 35px 15px;
    }
    .form-group {
        margin-bottom: 1rem;
    }
    .notice{
        padding: 25px 0px 15px 15px;
        border-radius: 100px;
        height: 280px;
    }
    .scrollbar-notice {
        height: 235px;
    }
    .desktop-pad{
        display: none;
    }
    .heading-admin h1 {
        font-size: 34px;
        font-family: 'montserratbold';
    }
    .btn {
        width: 49%;
    }
    .navbar-header .navbar-brand img {
        width: auto;
        height: 35px;
    }
    .college-name{
        font-size: 12px;
    }
}
 
@media (max-width: 360px){
    .notice {
        padding: 25px 0px 5px 15px;
        border-radius: 90px;
        height: 250px;
    }
    .scrollbar-notice {
        height: 200px;
    }
    .list-notice .course {
        font-size: 12px;
    }
    .list-notice .session {
        font-size: 10px;
    }
    .notice p {
        font-size: 11px;
    }
    .notice .nav-pills .nav-link{
        font-size: 12px;
    }
    .navbar-header .navbar-brand img {
        width: auto;
        height: 32px;
    }
    .college-name {
        font-size: 10px;
    }
}

@media (min-width: 768px){
   .mobile{
        display: none;
    } 
}