@font-face {
    font-family: 'Proxima Nova Font';
    src: url('../fonts/ProximaNovaFont.otf');
}

@font-face {
    font-family: 'raleway';
    src: url('../fonts/Raleway.ttf');
}




.main-font{
    font-family: 'Proxima Nova Font';
	font-size: 1.25em;
    color: #757575;
}

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

.main-header{
    width: 90%;
}

#header-left-container{
    float: left;   
}

#header-right-container{
    float: right;   
}

#menu-list{
    text-align: left !important;
}

.row-90{
    padding-left: 5%;
    padding-right: 5%;
}

.light-grey{
    color:grey;
}

#my-school{
    font-size:large;
}

#my-school-container{
    display: none;
    padding-right:20px;
    padding-left:20px;
    min-height:70px;
}

#my-school-mascot{
    margin-top:10px;
}

.school-name-container{
    padding-top: 15px;
}

#my-school-name{
    font-size:1.5em;
    text-shadow: 2px 2px #000;
    margin-top:15px;
    margin-left:10px;
    display:inline;
}

#my-school-name:hover{
    cursor: pointer;
}

#btn-change-school{
    margin-top: 20px;
    margin-left: 20px;
    display:inline;
    text-decoration: underline;
    font-size: .55em;
    text-shadow: 1px 1px #000;
}



.modal-change-school-btn-school-filter{
    border:5px solid white;
}

.modal-change-school-btn-school-filter.active{
    border:5px solid rgb(3, 190, 3);
}

#modal-change-school-filter-container{
    margin-top: 5px;
    margin-bottom: 5px;
}


.btn-gradzilla{
    background-image: linear-gradient(to right, rgba(161,241,155,1) 0%, rgba(103,193,97,1) 51%, rgba(161,241,155,1) 100%);
}


.btn-gradzilla-outline{
    border:1px solid #a1f19b;
    color:#000000;
    --bs-btn-color: #a1f19b;
    --bs-btn-border-color: #a1f19b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a1f19b;
    --bs-btn-hover-border-color: #a1f19b;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a1f19b;
    --bs-btn-active-border-color: #a1f19b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #a1f19b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #a1f19b;
    --bs-gradient: none;
}

.btn-gradzilla-outline:checked{
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}


#modal-change-school-result-container{
    max-height:500px;
    overflow-y: auto;
}

#heygrad-container{
    position: relative;
}

#modal-change-school-result-container-hg{
    max-height:460px;
    overflow-y: auto;
    position:absolute;
    width:100%;
    z-index:1000;
}

.img-school-listing{
    width:40px;
}

.td-school-name{
    line-height: .60;
    margin-top: 5px;
    font-weight: bold;
}

.cbtn{
    margin: 10px;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: black;
    font-weight:bold;
    border-radius: 10px;
    font-size: 1.25em;
}
.cbtn:hover{
    background-position: right center; /* change the direction of the change here */
}


.cbtn-sm{
    margin: 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: black;
    font-weight:bold;
    border-radius: 10px;
    font-size: 1em;
}

.cbtn-sm:hover{
    background-position: right center; /* change the direction of the change here */
}

#div-cart{
    width:85px;
}

#off-canvas-cart{
    width:0px;
    position:fixed;
    background-color:white;
    top:0;
    right:0;
    z-index:10000;
    height:100vh;
    border-left:1px solid #cccccc;
}

.btn-outline-clear{
    border: 3px solid white;
    color:white;
    width:200px;
    margin-bottom:15px;
}

.btn-outline-clear:hover{
    background-color:white;
    color: rgba(0, 0, 0, .5);
    border: 3px solid white;
}




.small-it{
    font-size:.75em;
    font-style:italic;
}

.cart-item-name{
    font-size:.65em;
    font-weight:normal;
}

.cart-package-object-items-list{
    list-style-type: none;
}

.btn-remove-cart-item{
    font-size:.75em;
    color:red !important;
}

.cart-object-price-container{
    text-align: right;
    float:right;
    margin-right:10px;
}

#cart-item-container{
    max-height: 500px;
    overflow-y:auto;
    overflow-x: hidden;
    padding-right:20px;
}

.hr-bold{
    border-top: 4px solid rgb(0, 0, 0);
    opacity: 1 !important;;
}

#btn-cart-checkout{
    font-weight:bold;
}

#added-to-cart{
    position:fixed;
    top: 40%;
    left: 0;
    right: 0;
    background-color:lawngreen;
    height: 200px;
    width: 200px;
    color:black;
    z-index:10000;
    border-radius: 25px;
    line-height: 10;
    display:none;
    font-weight: bold;
    margin:0 auto;
}

#cart-student-container{
    display:none;
}

#cart-order-review-container{
    display:none;
    overflow-x:hidden;
}

#modal-cart .btn-close{
    margin-left:0px !important;
}


#cart-wizard-back{
    display:none;
}


.btn-sub-text{
    font-weight:normal;
    font-size:.75em;
}


.cart-object-title{
    font-weight:bold;
    font-size:1.25em;
}

.cart-object-item-qty{
    text-align: center;
    max-width:50px;
}


.qty-label{
    font-size:.60em;
    margin-top: -5px;
    font-weight:normal !important;
}

.item-desc{
    font-size:.75em !important;
    margin-top:5px;
    height:40px;
    font-weight:normal !important;
}

.item-desc-sm{
    font-size:.55em !important;
    margin-top:5px;
    height:40px;
    font-weight:normal !important;
}

.summary-element{
    font-size:.85em;
}

.cart-object-review{
    display:flex;
    flex-direction: row;
    justify-content:space-between;
}

#cart-order-review-student{
    font-size:.75em;
    background-color:#e3e3e3;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 25px;
    border-radius: 5px;
    height:140px !important;
}

#review-school{
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom:5px;
    margin-right: 5px;
}

#review-address{
    line-height: 8px;
}

#review-csz{
    margin-bottom:0px;
}

#review-pcell{
    margin-bottom:5px;
    line-height: 8px;
}

#review-shipping-container{
    display:none;
}

#cart-order-review-container{
    height:300px;
    overflow-y:auto;
}

.review-object-total{
    font-weight:bold;
}


#cart-ty{
    height:400px;
}

#cart-spinner{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:400px;
    background-color:rgba(255, 255, 255);
    text-align:center;
    padding-top:100px;

}

#cart-ty-details{
    font-weight:bold;
    font-size:1.25;
    
}

#user-deposit{
    display:none;
}

#btn-get-started{
    position:absolute;
    width:300px;
    height:75px;
    font-size:2em;
} 



.slick-prev::before{

    top: auto;

    z-index: 10;

    color:#fff !important;

    background-color:#000 !important;

    border-radius:50%;

    font-size: 4rem;

    font-family:"Font Awesome 6 Pro";

    font: var(--fa-font-solid);

    content: '\f0a8';

    box-shadow: 0px 0px 0px 3px #007654;

}



.slick-next::before{
    top: auto;
    z-index: 10;
    color:#fff !important;
    background-color:#000 !important;
    border-radius:50%;
    font-size: 4rem;
    font-family:"Font Awesome 6 Pro";
    font: var(--fa-font-solid);
    content: '\f0a9';
    box-shadow: 0px 0px 0px 3px #007654;
}

.slick-prev{
    z-index: 100;
    left: 8px;
    font-size: 3rem;
}

.slick-next{
    z-index: 100;
    right:50px;
    font-size: 3rem;
}


#admin-container{
    background-color:yellow;
    padding:5px;
}

.div-footer{
    padding-top:30px;
    padding-bottom:30px;
    position:fixed;
    bottom: 0px;
    left:0px;
    width:100%;
    background-color:white;
}

#btn-login{
    display:none;
}