body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    color: #777;
    font-size: 14px;
}

.hide-in-sm {
    display: flex !important;
}

.show-in-sm {
    display: none !important;
}

.bg-background {
    background: #222529 !important;
}

.text-background {
    background: #222529 !important;
}

.bg-main {
    background: #45B7FE !important;
}

.text-main {
    color: #45B7FE !important;
}

.border-main {
    border: 1px solid #45B7FE !important;
}

.border-main-bold {
    border: 3px solid #45B7FE !important;
}

.bg-main-alt {
    background-color: #2A6995;
}

.text-main-alt {
    color: #2A6995 !important;
}

.border-main-alt {
    border: 1px solid #2A6995 !important;
}

.border-main-alt-bold {
    border: 3px solid #2A6995 !important;
}

.bg-white {
    background: white !important;
}

.bg-black {
    background: black !important;
}

.text-white {
    color: white !important;
}

.text-black {
    color: black !important;
}

.text-black {
    color: black !important;
}

.section-heading {
    color: #45B7FE;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
}

.page-heading {
    background: #45B7FE;
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
    padding: 3rem 0rem 3rem 0rem;
}

.section-subheading {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    color: #3E3F44;
    text-align: center;
}

.inner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(000, 000, 000, 0.2);
}



a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.btn-delete {
    cursor: pointer;
}


.btn-main {
    border-radius: 5px;
    background-color: #45B7FE;
    color: white;
    font-size: 15px;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.6px;
    border: 1px solid #45B7FE;
    padding: 0.7rem 2rem 0.7rem 2rem;
}

.btn-main:hover {
    background-color: #2A6995;
    color: #fff;
    border: 1px solid #2A6995;
}

.btn-main-inverse {
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #45B7FE;
    font-size: 15px;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.6px;
    border: 1px solid #45B7FE;
    padding: 0.7rem 2rem 0.7rem 2rem;
}

.btn-main-inverse:hover {
    background-color: #45B7FE;
    color: #fff;
    border: 1px solid #45B7FE;
}

.btn-main-alt {
    border-radius: 5px;
    background-color: #2A6995;
    color: white;
    font-size: 15px;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.6px;
    border: 1px solid #2A6995;
    padding: 0.7rem 2rem 0.7rem 2rem;
}

.btn-main-alt:hover {
    background-color: #45B7FE;
    color: #fff;
    border: 1px solid #45B7FE;
}

label {
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 95%;
}

a {
    text-decoration: none !important;
}

.btn-delete {
    cursor: pointer;
}

.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-bottom-10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-40 {
    border-radius: 40px;
}

.rounded-50p {
    border-radius: 50%;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.font-95 {
    font-size: 95%;
}

.font-90 {
    font-size: 90%;
}

.font-85 {
    font-size: 85%;
}

.font-80 {
    font-size: 80%;
}

.letter-space-1 {
    letter-spacing: 1px;
}

.letter-space-05 {
    letter-spacing: 0.5px;
}

.pointer {
    cursor: pointer;
}

.course {
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    transition: 0.25s;
    padding: 12px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.course:hover {
    border: 1px solid #999;
}

.course .course-img {
    height: 150px;
}

.course .course-img img {
    width: 100%;
    max-height: 150px;
    border-radius: 10px;
    object-fit: cover;
}

.course .course-name {
    font-size: 16px;
    color: black;
    font-weight: 600;
    margin-top: 10px;
}

.course .course-subject {
    font-weight: 500;
    color: #777;
    font-size: 13.5px;
    margin-top: 0px;
}

.course .course-country img {
    width: 23px;
}

.course .course-info {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e1e1e1;
    font-weight: 400;
    font-size: 14px;
    font-weight: 500;
    color: #45B7FE;
}

.course .course-info .row div:nth-child(2) {
    text-align: right;
}

.course .course-info i {
    font-size: 13px;
    padding-right: 3px;
    color: #666;
}

.course .course-info span.divider {
    color: #e1e1e1;
}

.course .course-actions {
    text-align: right;
    font-size: 12px;
    margin-top: 5px;
}

@media only screen and (max-width:786px) {
    .p-sm-0 {
        padding: 0px !important;
    }

    .hide-in-sm {
        display: none !important;
    }

    .show-in-sm {
        display: flex !important;
    }

    .table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
    }

    #sidebar-wrapper {
        margin-left: -18rem !important;
    }

    table {
        font-size: 80% !important;
    }

    table a.btn.btn-sm {
        margin-bottom: 10px !important;
        padding: .13rem .25rem !important;
    }

    table i.fas.fa-long-arrow-alt-right.fa-sm {
        display: none;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: 0 !important;
    }

    #wrapper div.nav-icon {
        display: none !important;
    }

    .sub-menu .list-group {
        display: block !important;
    }

    #wrapper.toggled .nav-hide {
        display: block !important;
    }

    div.pl-5.pr-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

}

@media only screen and (min-width: 1280px) {
    .container {
        width: 1250px;
        max-width: 1250px;
    }
}
