@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300&display=swap');

/* header#page-header {
    background: linear-gradient(45deg, #0000009c, #00000066), url(https://yislms.com/opine/moodle/theme/classic/pix/Pune-at-night.jpg) fixed;
    display: block;
    float: left;
    background-size: cover;
    background-position: 0 -410px;
    padding: 0 30px;
    margin-bottom: 30px;
}
header#page-header .card {
    background: transparent;
    border: none;
}
header#page-header .card h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: white;
} */
/* .columnleft.blockcolumn.has-blocks {
    margin: -70px 0 0;
} */
h4.current {
    font-weight: 500;
}
#region-main .maincalendar .calendarwrapper td>div {
    height: inherit !important;
    overflow: hidden;
}
#page-login-index #logoimage {
    width: 50%;
    margin: 0 0 20px;
}
#page-content.blocks-pre .region-main #region-main {
    background: #fff;
}
h5 {
    font-weight: 600;
}
body{
    font-family: 'Jost', sans-serif !important;
}
#block-region-side-pre .block {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 10px;
}
.block {
    background-color: #ffffff;
}
ol.breadcrumb a {
    color: #2196F3;
    font-weight: 600;
}
.navbar.fixed-top {
    height: 56px;
    border-top: 2px solid #16456f;
}
.btn-secondary {
    background: linear-gradient(45deg, #16456f, #1a96f3);
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    transition: 0.2s;
    border: 1px solid #16456f;
}
.btn-secondary:hover {
    background: white;
    transition: 0.2s;
    color: rgb(0, 0, 0);
    border: 1px solid #ddd;
}
.btn-primary{
    background: linear-gradient(45deg, #16456f, #1a96f3);
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    transition: 0.2s;
    border: 1px solid #16456f;
}

#inst9 h5 , #inst10 h5 {
    color: white;
    font-size: 1.5rem;
    border-bottom: 1px solid #ffffff3d;
    display: block;
    padding: 0px 0 13px;
    width: 100%;
    float: left;
}
#inst9 a, #inst10 a {
    color: #000;
}
section#inst9{
    background: #2A75FF;
}
section#inst10{
    background: #1452c5;
}
#inst9 a, #inst9 span, #inst9 p {
    color: #fff;
}
#inst10 a, #inst10 span, #inst10 p {
    color: #fff;
}
section#inst6 {
    background: #f7f7f7;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 10px;
    border-bottom: 3px solid #165284;
}


#page-login-index #page-footer{
    display: none;
}

#page-login-index #page {
    background: url(../pix/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.login-container {
    background-color: #f1fffdf2;
    padding: 2rem;
    border-bottom: 5px solid #0f6cbf;
}


#page-login-signup #page {
    background: url(../pix/bg.jpg);
    background-size: cover;
}


@media(min-width:1280px)and (max-width:1366px){
    .fs-30 {
        font-size: 15px !important;
    }
}

#page-login-confirm #page-header .card {
    width: 100%;
    margin-left: auto;
}

.singlebutton+.singlebutton{
    float: right;
}
footer#page-footer {
    display: none;
}

/*********Added by ak 28-08-2023***********/
#page-local-admin_reports-course_progress_report #maincontent + form{
    background: #f0f1ff !important;
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 50px;
}
#page-local-admin_reports-course_progress_report #maincontent + form label{
    padding: 0 20px;
}
#page-local-admin_reports-course_progress_report #maincontent + form input{
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
#page-local-admin_reports-course_progress_report #maincontent + form  #statusfilter{
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
#page-local-admin_reports-course_progress_report #maincontent + form input.submit {
    margin: 0 20px;
    padding: 0 30px;
}
#page-local-admin_reports-course_progress_report form + nav.pagination.pagination-centered.justify-content-center{
   display: none;
}



#page-local-admin_reports-course_completion_report #maincontent  + form{
    background: #f0f1ff !important;
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 50px;
}
#page-local-admin_reports-course_completion_report  #maincontent + form label{
    padding: 0 20px;
}
#page-local-admin_reports-course_completion_report  #maincontent + form input{
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
#page-local-admin_reports-course_completion_report  #maincontent + form  #statusfilter{
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
#page-local-admin_reports-course_completion_report  #maincontent + form input.submit {
    margin: 0 20px;
    padding: 0 30px;
}


#page-local-admin_reports-course_completion_report #maincontent + form .submit{
    background: linear-gradient(45deg, #16456f, #1a96f3);
    color: white;
}
