@font-face {
    font-family: "Montserrat";
    src: url("../assets/fonts/Montserrat-Italic-VariableFont_wght.ttf") format("ttf-variations");
    src: url("../assets/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 1000;
    font-stretch: 25% 151%;
}


:root {
    --font-family: "Montserrat"
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-family);
}

body,
html {
    height: 100%;
    position: relative;
}

.bg {
    /* The image used */
    /* background-image: url("https://mtn.cm/wp-content/uploads/2020/02/MoMo.png"); */
    background-image: url("/img/student_one.jpg");
    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

.bg-in {
    /* The image used */
    background-image: url('/img/bgin.jpg');

    /* Full height */
    height: 100%;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
}

.vertical-center {
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.magJumbo {
    margin-top: 1px;
    margin-bottom: 1px;
}

.jumbothron {
    background-image: url("/img/water_splash.png");
    background-repeat: repeat-y !important;
    background-position: center !important;
    /* background-size: 31.5% !important; */
    /* background-color: #; */
    opacity: 0.96;
}

.btn-mtn {
    background-color: #ffbe00;
    color: #333 !important;
}

#top-banner {
    /* background-image: url("https://cartescolaire.cm/assets/images/mtn-white-yellow-ovale-rain3.png"); */
    /* background-image: url("https://cartescolaire.cm/assets/images/mtn-white-green-rain.png"); */
    /* background-image: url("https://pngimg.com/uploads/soap_bubbles/soap_bubbles_PNG7.png"); */
    background-image: url("/img/mtn-bg-yellow.png");
    background-repeat: no-repeat !important;
    background-position: right top !important;
    background-size: 31.5% !important;
    background-color: #0c6644ef;
    border-radius: 4px;
    opacity: 0.95;
}

.search-school-card {
    border-radius: 20px;
    /* border: 2px ridge #17a2b8; */
}

.searchschoolinput {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

.searchschoollink a {
    color: aquamarine !important;
}

.jumbothron-search-school {
    /* background-image: url("https://cartescolaire.cm/assets/images/mtn-white-yellow-ovale-rain3.png"); */
    /* background-image: url("https://cartescolaire.cm/assets/images/mtn-white-green-rain.png"); */
    background-image: url("../img/water_splash.png");

    background-repeat: no-repeat !important;
    background-position: left bottom !important;
    background-size: 100% !important;
    background-color: #0a3542f3;
    border-radius: 20px;
    opacity: 0.9;
}

.readonlyinput {
    border-radius: 40px;
}

.momonum {
    border-top: 1px outset #ccc !important;
    border-left: 2px outset #ccc !important;
    /* border-top-left-radius: 10px !important; */
    /* border-bottom-left-radius: 10px !important; */
}

.btnpay:hover {
    color: #555 !important;
    border: 1px solid #ddd;
}

.character-counter {
    display: none !important;
}

#klassin {
    border-radius: 30px;
}

.jumbothron-select-class {
    /* background-image: url("https://cartescolaire.cm/assets/images/mtn-white-yellow-ovale-rain3.png"); */
    /* background-image: url("https://cartescolaire.cm/assets/images/mtn-white-green-rain.png"); */
    /* background-image: url("../img/water_splash.png"); */

    background-repeat: no-repeat !important;
    background-position: left bottom !important;
    background-size: 100% !important;
    background-color: #0a3542f3;
    border-radius: 20px;
    opacity: 0.9;
}

.inputrounded {
    border-radius: 25px !important;
}

.inputroundedleft {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

.inputroundedright {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.side-nav-bg {
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
    background-color: #0a3542f2;
}

.roundedmodal {
    border-radius: 10px !important;
}

#myClassicTabShadow>li>a {
    font-weight: bolder;
    color: #ddd;
}

#myClassicTabShadow>li>.active {
    font-weight: bolder;
    color: rgb(16, 250, 180);
    /* font-size: 0.6em; */
}

.mtn-color {
    background-color: #CEB74F;
}

.sidemenuactive a {
    color: #CEB74F !important;
    font-weight: bold !important;
}

.mtn-text {
    color: #CEB74F !important;
}

.br-50 {
    border-radius: 50px;
}

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

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

.br-5 {
    border-radius: 5px;
}

.select-border {
    border: 1px outset#ccc;
}

.navbar {
    border-bottom: 2px inset #CEB74F !important;
}

/* footer{
    border-top: 2px solid #222;
} */
.downloadpage>.nav-pills {
    background-color: rgb(152, 227, 228);
    color: white;
}

.downloadpage>.nav-pills>.nav-item>.active {
    background-color: #ffcf32 !important;
    color: #222;
    /* font-weight: bold; */
}

.text-mtn {
    color: #CEB74F;
}

.modal-action {
    display: flex !important;
    justify-content: space-between;
    gap: 1rem;
}

@media screen and (max-width: 461px) {
    .modal-action button {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 376px) {
    .modal-action button {
        padding: 8px 12px;
        font-size: 12px;
    }
}
