p {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.55em;

}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}





.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #000033;
    color: #fff;
    transition: all 0.3s;
    overflow-y: auto;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 15px;
    text-align: center;

}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 1px;
    font-size: 1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;

}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.week-accordion {
    border: none;
    border-radius: 0 !important;
}



.week-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.week-accordion {
    background: none;
    color: #fff !important;
    border-bottom: 1px solid;
}

.week-accordion:hover {
    background: var(--primary-color);

}

.card {
    border: none !important;
}

.lecture-details div .card-header {
    background: none !important;
    border-radius: 0 calc(.45rem - 1px) 0 calc(.55rem - 1px) !important;
    font-weight: 400 !important;
    transition: background .3s;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);

  

}

.lecture-details div .card-header:hover {
    background: #000033 !important;
    color: #fff;
}

.card-body {
    background: #082258 !important;
    color: #fff !important;
}

.course-topic-box p a:hover {
    color: var(--primary-color);

}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 0 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span#toggle-btn {
        display: none;
    }

    #sidebarCollapse {
        display: none;
    }

    .sm-75 {
        max-height: 75vh !important;
    }

}

/* Styles added by Ariful islam */
.digital-library-section .fa-file-pdf {
    color: #FE3050;
}

.digital-library-section .fa-folder {
    color: #0e4df7;
}

.digital-library-section .fa-circle-down {
    color: #0eca0ee0;
}

.gfolder,
.gfoldersearch:hover {
    cursor: pointer;
}

.main-gapi-table {
    font-size: 0.9rem;
}

.digital-library-section .modal-footer button,
.digibutton, .searchAd button{
    background-color: #0d5da4;
    border-color: #0d5da4;
}

.digibutton {
    margin: 1em;
}

.digital-library-section .modal-footer button:hover {
    background-color: #0d5da4;
}

.digital-library-container {
    padding-top: 1em;
}

.digital-library-section .pdf-number-box {
    width: 100%;
    height: 50%;
    border-radius: 15px;
    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    background-image: linear-gradient(135deg, #43CBFF 10%, #9708CC 100%);
    color: white;
}

.digital-library-section .pdf-number-box h2 {
    position: relative;
    margin: 0px;

}

.digital-library-section .pdf-number-box span {
    font-size: 1rem;

}

.plussign {
    position: absolute;
    margin-top: -0.5em;
   
}

.plussign i {
    font-size: 1rem;
    color: gold;
}

.submit-pdf-form {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 0.5em;
}

.submit-pdf-form input {
    margin: 0.2em;
    margin-bottom: 0.5em;
}

.submit-pdf-form input[type=file] {
    margin-bottom: 0.5em;
}

.digital-library-section .submit-pdf-form textarea[name=books] {
    height: 4rem;
    margin-bottom: 0.5em;
}

.digital-library-section #div_id_pdf_file,
.aapmailbox {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-top: 0.25em;
    padding: .375rem .75rem;
}

.digital-library-section .aapmailbox {
    margin-bottom: 0.25em;
}

.order-banner {
    width: 50%;
}

.order-banner img:hover {
    cursor: pointer;
}

.drive-search-container {
    display: flex;
    justify-content: center;
    margin-top: 1em;
    flex-direction: column;
}

.drive-table-box {
    display: flex;
    justify-content: center;
    overflow: auto;
    height: 40vh;
}

.drive-table-box table {
    width: 75%;
    background-color: white;
    margin-bottom: 0.5em;
}

.drive-table-box table tr {
    display: block;
}

.drive-table-box table td {
    width: 100%;
}



.drive-input-box {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

#driveSearchInput {
    width: 70%;
    border: 3px solid #43CBFF;
    border-right: none;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: black;
}

.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #43CBFF;
    background: #43CBFF;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

.tdright {
    text-align: right;
}

.searchad-container {
    display: flex;
    justify-content: center;

}

.searchAd {
    display: flex;
    justify-content: space-between;
    width: 75%;
    border: 1px solid #0d5da4;
    border-radius: 5px;
    padding: 0.5em;
}


.poll-box {
    background-color: aliceblue;
    padding: 1em;
}

.poll-box form {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 1em;
    background-color: white;
}



@media (min-width:750px) {

    .digital-library-section .fa-file-pdf,
    .fa-circle-down,
    .fa-folder {
        font-size: 1.4rem;
        margin-right: 0.2em;
    }

    .order-banner img {
        width: 40%;
    }

    .digital-library-section .main-gapi-table {
        font-size: 1rem;
    }

    .poll-box {
        width: 75%;
    }

}


@media (max-width:650px) {
    .drive-table-box table {
        width: 100%;
    }
    .searchAd {
        width: 100%;
    }
    #driveSearchInput {
        width: 95%;
    }

    .poll-box {
        width: 100%;
    }
}