@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:#1E3E59;
}
.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: 160px;
    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 {
    border-radius: 10px ;
    width: 8px;
    background-color: skyblue;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
	background-color: #fff;
}


.text-data label{
    font-size: 14px;
}
.text-data .form-control {
    border-radius: 5px;
    border-color:#D8DEEB;
}
h6{
    font-size: 14px;
}
.form-control {
    font-size: 12px;
}
/*====================*/
.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:65%;
    padding:0px 40px 100px 130px;
}
.heading-admin h1{
    font-family: 'montserratblack';
    font-size: 40px;
    color:#29ABE2;
    line-height: 1;
}
.top-note {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.notice {
    background-color: rgba(30, 62, 89, 0.8);
    color: #fff;
    border-top-left-radius: 0px !important;
    border-radius: 137px;
    border-bottom-left-radius: 0px !important;
    width: 100%;
    padding: 25px 0px 15px 130px;
    height: 290px;
}
.notice p{
    font-size: 12px;
    text-transform: uppercase;
}
.list-notice{
    padding: 5px 0px 5px 0px;
    display: flex;
    align-items: center;
}
.list-notice .course{
    font-size: 14px;
    margin-bottom: 0;
    width: 45%
}
.list-notice .session{
    font-size: 12px;
}

.notice .nav-pills .nav-link{
    color: #fff;
    font-weight:500;
    border-radius: 0;
    font-size: 14px;
}
.notice .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #6ED4FF;
    border-bottom: 1px solid #6ED4FF;
    background-color: transparent;
}
.notice .nav-link {
    padding: .05rem 0.5rem;
}
.contact i{
    color: #6ED4FF;
}
.contact p{
    width: 65%;
}
.call-us{
    font-family: 'montserratbold';
    font-size: 12px;
    color: #6ED4FF;
}
.call-us span{
    font-family: 'montserratregular';
    font-size: 14px;
}

/*===========================*/
.login{
    font-family: 'poppinsregular';
}
.login .nav-pills .nav-link{
    color: #fff;
    font-weight:500;
    border-radius: 0;
}
.login .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #6ED4FF;
    border-bottom: 1px solid #6ED4FF;
    background-color: transparent;
}
.login .nav-link {
    padding: .05rem 1rem;
}
.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: 10px;*/
    position: relative;
    z-index: 2;
    /*21-12-20*/
    left: -2px;
    padding-right: 12px;
    padding-top: 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-left: 0;
}
.btn {
    width: 48%;
    padding: .5rem .75rem;
}
.btn a{
    text-decoration: none;
    color:#fff;
}
.btn-login {
    background-color: #1E3E59 !important;
    /*box-shadow: 0px 2px 5px #667491;*/
    color: #fff !important;
    font-size: 12px !important;
}
    .btn-login:hover {
        box-shadow: none;
        color: #fff !important;
    }
.btn-signup {
    background-color: #6ED4FF !important;
    /*box-shadow: 0px 2px 5px #667491;*/
    color: #fff !important;
    font-size: 12px !important;
}
.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: 360px;
    }
    .scrollbar-notice {
        height: 240px;
    }
}

@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 40px 100px 40px;
        width: 90%;
    }
    .notice{
        padding: 25px 0px 15px 40px;
            border-radius: 100px;
            height: 270px;
    }
    .list-notice .course{
       width:40%; 
    }
    .btn {
        width: 46%;
    }
    .notice p{
        width:90%;
    }
    .scrollbar-notice {
        height: 108px;
    }
    .login{
        padding-right: 20px;
    }
    .contain-data{
        margin-top:100px;
    }
}

@media (max-width: 767px){
    .heading-admin {
        width: 100%;
        padding: 0px 0px 50px 15px;
    }
    .notice{
        padding: 25px 0px 15px 15px;
        border-radius: 100px;
        height: 280px;
    }
    .scrollbar-notice {
        height: 140px;
    }
    .desktop-pad{
        display: none;
    }
    .heading-admin h1 {
        font-size: 34px;
    }
    .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;
    }
    .scrollbar-notice {
        height: 125px;
    }
    .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;
    } 
}