﻿.admin-page-container > .row {
    margin-left: 0px;
    margin-right: 0px;
}
.padd25 {
    padding: 25px;
}

.mar25 {
    padding: 25px;
}

.btn-success {
    color: #fff;
    background-color: #2bd3c6;
    border-color: #2bd3c6;
    border-radius: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.btn:hover, .btn:focus {
    color: white;
    background-color: #2bd3c6 !important;
}

.verticalMarginSpace h1, .verticalMarginSpace h2 {
    color: #fff;
}

.main-head {
    font-size: 32px;
    color: #24428a;
    font-weight: 700;
}
.main-para {
    font-size: 16px;
}
.subhead {
    font-size: 32px;
    color: #2bd3c6;
    font-weight: 600;
}

h1.verticalPadding {
    color: black;
}

.h2line {
    border-bottom: 3px solid hsl(175deg 66% 53%);
    width: 88px;
    display: inline-block;
}

.bgpurple_box {
    background-image: url(/images/homepage/Teacher_page_light_purple_box.png);
    background-size: cover;
}

.bgdarkpurple_box {
    background-image: url(/images/homepage/Teacher_page_dark_purple_box.png);
    background-size: cover;
}

.bgimage {
    color: white;
    background-repeat: no-repeat;
    margin-top: 10px;
}

    .bgimage img {
        margin: 20px;
    }

.pavo-color {
    color: #24428a;
}

.links {
    color: #2bd3c6;
    font-size: 19px;
    font-weight: bold;
}

.borderbottom8 {
    border-bottom: 9px solid #4d4183;
}

.fs-18 {
    font-size: 21px;
}

.card {
    cursor:auto;
}

.digital-card {
    border: 2px solid #4d4183;
}

.justify-con-center {
    justify-content: center;
}

.card-container > div { padding: 5px; }

.exploreOurShop, .sendAPurchaseOrder {
    background-color: #26cdbf;
    border-color: #26cdbf;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    padding: 15px 40px;
    margin-bottom: 10px;
}

.mr-40px { margin-right: 40px;}
.mt-50px { margin-top: 50px;}
.mb-50px { margin-bottom: 50px; }

@media (min-width:768px) {
    .card-container {
        display: flex;
        flex-wrap: wrap;
    }

    .card-item {
        display: flex;
        flex-direction: column;
    }

    .card-content {
        flex-grow: 1;
    }

    .ml-15 {
        margin-left: 15px;
    }

    .display-lgflex {
        display: flex;
        flex-wrap: wrap;
    }

    .card-mar {
        margin: auto !important;
        padding-top: 50px;
    }
}

@media (max-width:768px) {
    .main-head, .subhead {
        font-size: 16px;
    }

    .bgimage img {
        margin-left: auto;
        margin-right: auto;
    }

    .ml-15 {
        margin-left: 5px;
    }

    .content p {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    .main-head {
        font-size: 16px;
    }

    .exploreOurShop, .sendAPurchaseOrder, .btn-user {
        font-size: 14px;
    }
}