@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
    font-family: 'Graphit';
    src: url('../fonts/graphit-font/Graphit-Regular.otf') format('opentype');
    font-style: normal;
}

@font-face {
    font-family: 'Graphit Light';
    src: url('../fonts/graphit-font/Graphit-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Graphit Bold';
    src: url('../fonts/graphit-font/Graphit-Bold.otf');
}

@font-face {
    font-family: 'Graphit Regular';
    src: url('../fonts/graphit-font/Graphit-Regular.otf');
    font-weight: 300;
    font-style: normal;
}

*,
*::after,
*::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:root {
    --mlscn-green: #214300;
    --mlscn-green-gradient: linear-gradient(180deg, #285100 0%, #152C00 100%);
    --mlscn-light-green: #418301;
    --mlscn-yellow: #F5FD01;
    --mlscn-black: #000000;
    --mlscn-light-gray: rgba(235, 235, 235, 1);
    --mlscn-font-graphit: 'Graphit';
    --mlscn-font-graphit-regular: 'Graphit Regular';
    --mlscn-font-graphit-bold: 'Graphit Bold';
    --mlscn-font-graphit-light: 'Graphit Light';
    --mlscn-font-robot: Roboto;
    --mlscn-navbar-toogler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 9h22M4 17h22M4 25h22'/%3e%3c/svg%3e")
}

body {
    font-family: 'Graphit', sans-serif;
}

.mlscn-graphit-light {
    font-family: 'Graphit Light'
}

.mlscn-graphit-bold {
    font-family: 'Graphit Bold'
}

.mlscn-text-yellow {
    color: var(--mlscn-yellow);
}

.mlscn-text-green {
    color: var(--mlscn-green);
}

.mlscn-text-light-green {
    color: var(--mlscn-light-green);
}

.mlscn-text-justify {
    text-align: justify;
}

.mlscn-bg-light-gray {
    background-color: var(--mlscn-light-gray) !important;
}

.mlscn-bg-yellow {
    --bs-border-opacity: 1 !important;
    background-color: var(--mlscn-yellow);
}

.mlscn-b-yellow {
    --bs-border-opacity: 1 !important;
    border-color: var(--mlscn-yellow) !important;
}

.mlscn-b-green {
    --bs-border-opacity: 1 !important;
    border-color: var(--mlscn-green) !important;
}

.mlscn-b-light-green {
    --bs-border-opacity: 1 !important;
    border-color: var(--mlscn-light-green) !important;
}

.mlscn-b-end-light-green {
    border-right: 1px solid var(--mlscn-light-green) !important;
    ;
}

.mlscn-bg-green {
    background-color: var(--mlscn-green) !important;
}

.mlscn-green-gradient {
    background: var(--mlscn-green-gradient);
}

.mlscn-bg-light-green {
    background-color: var(--mlscn-light-green) !important;
}

.mlscn-navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--mlscn-navbar-toogler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.mlscn-brand-logo {
    width: 80px;
    height: 80px;
    top: 21px;
    left: 46px;
}

.mlscn-brand-text {
    font-weight: 700;
    line-height: 43.16px;
}

.mlscn-nav-link {
    color: var(--mlscn-light-green);
    font-size: 1.2em;
    font-family: 'Graphit Bold';
}

#navBarNav{
    max-height: 70dvw;
    overflow-y: scroll;
    width: 100%;
    padding-bottom: 2px;
}
.mlscn-dropdown-toggle {
    padding-right: 2em;
}

.mlscn-dropdown-toggle::after {
    position: relative;
    left: 20px;
    vertical-align: middle;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f30b";
    font-size: inherit;
    line-height: inherit;
    color: var(--mlscn-light-green);
    pointer-events: none;
}

.mlscn-dropdown-toggle:hover::after {
    color: var(--mlscn-yellow) !important;
}

.mlscn-nav-item {
    position: relative;
}

.mlscn-dropdown-toggle~ul.dropdown-menu {
    display: none;
    background: var(--mlscn-green-gradient);
    border-left: 1px solid var(--mlscn-yellow);
    border-radius: 0;
    z-index: 1;
    position: relative;
    top: 0px;
    overflow-x: visible;
    max-width: fit-content;
}

.mlscn-carousel-img {
    width: 1193px;
    height: 410px;
    top: 20px;
    bottom: 20px;
}

.mlscn-carousel-caption {
    position: absolute;
    bottom: 1.25rem;
    left: 1%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #ffffff;
    text-align: left;
}


.mlscn-link {
    text-decoration: none;
}

.mlscn-link:hover {
    text-decoration: none;
    color: inherit
}

.mlscn-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.mlscn-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.mlscn-text-md {
    font-size: 1rem;
    line-height: 1.5rem;
}

.mlscn-text-justify {
    text-align: justify;
}

.mlscn-section {
    margin-top: 3rem;
    margin-bottom: .25rem;
}

.mlscn-news-card-body:hover,
.mlscn-news-card-body:hover * {
    background-color: var(--mlscn-green);
    color: white;
    border-color: white;
}

#imlscnDisclaminer {
    width: fit-content;
}

#imlscnNoticeBoard {
    width: fit-content;
}

.bg-image-logo {
    background-image: linear-gradient(rgba(40, 81, 0, .9), rgba(21, 43, 0, .9)), url('../images/logo.png');
    background-size: contain;
    background-position: center;
    /* Center the background image */
    background-repeat: no-repeat;
    /* Prevent the image from repeating */
    width: 100%;
    /* Example width */
}

/* ARTICLE SECTION */
.mlscn-article-section {
    /* min-height: 100vh; */
    margin-top: 67px;
}

.article-margin {
    margin-top: 67px;
}

.mlscn-article--para {
    font-family: 'Graphit';
    font-weight: 500;
    font-size: 31px;
    line-height: 38.22px;
    color: var(--mlscn-green);
}

.mlscn-article--link {
    font-family: 'Graphit Light';
    font-weight: 400;
    font-size: 20px;
    line-height: 24.66px;
    color: var(--mlscn-green);
    text-align: left;
    text-decoration: none;
}

.mlscn-article--link:hover {
    color: var(--mlscn-green);
}

.mlscn-article--card {
    /* width: 250px; */
    height: 228px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.mlscn-card--title {
    font-family: 'Graphit';
    font-size: 25px;
    font-weight: 700;
    line-height: 30.83px;
    text-align: left;
    margin-bottom: -10px;

}

.mlscn-card--text {
    font-family: 'Graphit';
    font-size: 10px;
    font-weight: 400;
    line-height: 12.33px;
}

.mlscn-card-footer {
    background-color: var(--mlscn-green);
    color: #ffffff;
}

/* ARTICLE SECTION */

.mlscn-disclaimer-card {
    min-height: 523px;
}

.mlscn-disclaimer-header {
    height: 81px;
    align-content: center;
    font-family: 'Graphit Bold';
    border-radius: 1rem 1rem 0rem 0rem;
    overflow-y: auto;
    padding-left: 1rem;
}

.mlscn-disclaimer-body {
    height: 424px;
    overflow: auto;
    border-radius: 0px 0px 30px 30px;
}

/* DISCLAIMER SECTION */
.mlscn-disclaimer--section {
    height: 100%;
    min-height: 80vh;
    padding-top: 45px;
    margin-bottom: 29px;
}

.mlscn-disclaimer--container {
    display: flex;
    flex-direction: column;

}

.mlscn-disclaimer--card {
    width: 508px;
    height: 81px;
    padding-top: 29px;
    padding-left: 24px;
    border-radius: 30px 30px 0px 0px;
    background-color: #B3B3B3;
}

.mlscn-disclaimer--para {
    font-family: 'Graphit';
    font-size: 29px;
    font-weight: 500;
    line-height: 35.76px;
    text-align: left;
}

.mlscn-article--para2 {
    font-family: 'Graphit';
    font-size: 18px;
    font-weight: 400;
    line-height: 22.19px;
    text-align: justify;
    max-width: 508px;
    color: #000000;

}

.mlscn-disclaimer-black--card {
    width: 281px;
    height: 81px;
    padding: 29px 30px 16px 31px;
    gap: 0px;
    border-radius: 30px 30px 0px 0px;
    opacity: 0px;
    background-color: #000000;

}

.mlscn-disclaimer-y--para {
    font-family: Graphit;
    font-size: 29px;
    font-weight: 700;
    line-height: 35.76px;
    text-align: left;
    color: #F5FD01;
}

.mlscn-disclaimer-green--card {
    width: 280px;
    height: 439px;
    padding: 25px 16px 364px 5px;
    border-radius: 0px 0px 30px 30px;
    opacity: 0px;
    background: linear-gradient(180deg, #356A00 0%, #214300 100%);

}

.mlscn-contact-form-container {
    width: 100%;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 50px;
    padding-bottom: 39px;
    border-radius: 30px;
    border: 1px solid var(--mlscn-green);
    background-color: var(--mlscn-green);
}

.mlscn-contact-form-container form label {
    font-family: 'Graphit';
    font-size: 25px;
    font-weight: 400;
    line-height: 30.83px;
    text-align: left;
    color: #ffffff;

}

.mlscn-contact-form-container form input,
.mlscn-contact-form-container form textarea {
    background-color: #D6D6D6;
}

.mlscn-contact-form-container form textarea:focus,
.mlscn-contact-form-container form textarea:active {
    border: 1px solid var(--mlscn-green);
}

.mlscn-contact-form-container form input:focus,
.mlscn-contact-form-container form input:active {
    border: 1px solid var(--mlscn-green);
}

@media (min-width:768px) {

    .mlscn-dropdown-toggle~ul.dropdown-menu {
        position: absolute;
        min-width: 23em;
        left: 350px;
    }

    .mlscn-disclaimer--section {
        padding-top: 90px;
        margin-bottom: 78px;
    }

    .mlscn-disclaimer--container {
        flex-direction: row;
        justify-content: space-between;

    }

    .mlscn-disclaimer--card {
        background-color: #B3B3B3;
    }

    .mlscn-disclaimer--para {
        font-family: 'Graphit';
        font-size: 29px;
        font-weight: 500;
        line-height: 35.76px;
        text-align: left;
    }

    .mlscn-article--para2 {
        font-family: 'Graphit';
        font-size: 18px;
        font-weight: 400;
        line-height: 22.19px;
        text-align: justify;
        max-width: 508px;
        color: #000000;

    }

}

.mlscn-page-header {
    background-image: url(../images/news_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 150px;
    width: 100%;
    align-content: center;
    color: var(--mlscn-green);
    padding-left: 60px;
    margin-top: 25px;
    overflow-y: scroll;

}

.mlscn-page-title {
    font-family: 'Graphit';
    font-size: 35px;
    font-weight: 700;
    line-height: 43.16px;
    text-align: left;
    color: var(--mlscn-green);
    text-transform: uppercase;
}

.mlscn-breadcrumb-item {
    font-family: 'Graphit';
    font-size: 30px;
    font-weight: 500;
    line-height: 36.99px;
    text-align: left;
    margin-right: 5px;
}

.mlscn-breadcrumb-item>a {
    color: #8D8D8D;
    text-decoration: none;
}

.mlscn-breadcrumb-item:hover>a,
.mlscn-breadcrumb-item:hover::before {
    color: var(--mlscn-light-green) !important;
}

.mlscn-breadcrumb-item::before {
    float: none !important;
    display: inline-block;
    align-content: center;
    font-family: "Font Awesome 6 Free";
    font-weight: 900 !important;
    content: "\f053" !important;
    color: #8D8D8D !important;
    padding-right: 4px !important;
    pointer-events: none;
}

.mlscn-news-card {
    border: 0;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    max-width: 337px;
    min-height: 411px;
}

.pagination {
    width: 299px;
    border: none;
    border-radius: 26px;
    background: #F7F9FF;
    box-shadow: 0px 4px 4px 0px #00000033 !important;
}

.page-item {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-right: 5px;
    padding: 4px;
}

.page-link {
    background: transparent !important;
    border: none !important;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.4px;
    text-align: center;
    color: #656565;
}

.page-link:hover {
    color: var(--mlscn-green) !important;
}

.page-item.active {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background-color: #418301 !important;
    color: #ffffff;
}


/* MANAGEMENT TEAM CARD */
/* MLSCN APPROVED INTERNSHIP */
.min-w-0 {
    min-width: 0;
}

.fa-sort-up {
    width: 14px;
    height: 20px;
}

.fa-sort-down {
    width: 14px;
    height: 20px;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.mlscn-custom__input {
    position: relative;
    display: flex;
    align-items: center;
}

.mlscn-custom__input input[type="number"] {
    width: 88px;
    height: 42px;
    padding: 9px 16.16px 8px 20px;
    border-radius: 40px;
    background-color: var(--mlscn-light-green);
    color: #ffffff;
    box-shadow: 0px 4px 4px -1px #00000040;
}

.mlscn-custom__input .fa-sort-up {
    position: absolute;
    right: 10px;
    user-select: none;
    cursor: pointer;
}

.mlscn-custom__input .fa-sort-down {
    position: absolute;
    right: 10px;
    user-select: none;
    cursor: pointer;
}

.mlscn-custom__input i {
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.mlscn-show-entries {
    width: 88px;
    height: 42px;
    padding: 9px 16.16px 8px 20px;
    border-radius: 40px;
    background-color: var(--mlscn-light-green);
    color: #ffffff;
    box-shadow: 0px 4px 4px -1px #00000040;
}

.mlscn-show-entries :focus {
    border-radius: 40px;
    background-color: var(--mlscn-light-green);
    color: #ffffff;
    box-shadow: 0px 4px 4px -1px #00000040;
    border-color: var(--mlscn-light-green);
}

.mlscn-search-input {
    width: 217px;
    padding: 9px 0px 8px 56px;
    border-radius: 40px;
    background-color: var(--mlscn-light-green);
    box-shadow: 0px 4px 4px -1px #00000040;
    font-family: 'Graphit';
    font-size: 20px;
    font-weight: 400;
    line-height: 24.66px;
    color: #ffffff;
    /* padding-left: 56px; */

}

.mlscn-search-input:focus {
    width: 217px;
    padding: 9px 0px 8px 56px;
    border-radius: 40px;
    background-color: var(--mlscn-light-green);
    box-shadow: 0px 4px 4px -1px #00000040;
    font-family: 'Graphit';
    font-size: 20px;
    font-weight: 400;
    line-height: 24.66px;
    color: #ffffff;
    border: 1px solid var(--mlscn-light-green);
    /* padding-left: 56px; */

}

.mlscn-search-input::placeholder {
    font-family: 'Graphit';
    font-size: 20px;
    font-weight: 400;
    line-height: 24.66px;
    color: #ffffff;
    width: 100%;
}

.mlscn-search-form {
    position: relative;
}

.mlscn-intern__paraContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 67px;
    padding: 20px;
    border-radius: 30px;
    background-color: var(--mlscn-light-green);
}

.mlscn-intern__para {
    font-family: 'Graphit';
    font-size: 18px;
    font-weight: 400;
    line-height: 28.6px;
    color: #ffffff;

}

.mlscn-table {
    width: 100vh;
}

.mlscn-table thead th {
    padding: 21px 16px 21px 16px;
    border-bottom: 1px solid var(--mlscn-light-green);
    font-family: 'Graphit';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.mlscn-table thead th:first-child {
    border-radius: 30px 0px 0px 0px;
}

.mlscn-table thead th:last-child {
    border-radius: 0px 30px 0px 0px;
}

.mlscn-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #418301
}

.mlscn-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #418301
}

.mlscn-search-icon {
    color: #ffffff;
    position: absolute;
    left: 22px;
    top: 14px;
}


/* FOOTER */
.mlscn-footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 365px;
    max-height: 100%;
    background: linear-gradient(180deg, #285100 0%, #152C00 100%);
    color: #ffffff;
}

.mlscn-footer--left {
    padding-top: 67px;
    padding-left: 83px;
    max-width: 429px;
}

.mlscn-brand-logo--footer {
    width: 143px;
    height: 143px;

}

.mlscn-footer--para {
    padding-top: 21px;
    font-family: var(--mlscn-font-graphit-light);
    font-size: 15px;
    font-weight: 300;
    line-height: 24.66px;
}

.mlscn-footer--right {
    padding-top: 64px;
    padding-right: 65px;
}

.mlscn-footer--para2 {
    font-family: 'Graphit';
    color: var(--mlscn-yellow);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    line-height: 30.83px;
}

.mlscn-footer--right ul {
    margin: 0;
    padding: 0;
}

.mlscn-footer--right a {
    font-family: var(--mlscn-font-graphit-light);
    font-size: 17px;
    font-weight: 400;
    line-height: 20.96px;
    text-align: justify;
    text-decoration: none;
    color: #ffffff;

}

/* END OF FOOTER */

/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .mlscn-dropdown-toggle::after {
        position: absolute;
        left: 15em;
    }

    .mlscn-intern__paraContainer {
        padding: 15px;

    }

    .mlscn-intern__para {
        font-size: 18px;
        line-height: 28.6px;

    }

    .mlscn-custom__input .fa-sort-up {
        right: 80px;
    }

    .mlscn-custom__input .fa-sort-down {
        right: 80px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .mlscn-custom__input {
        position: relative;
        display: flex;
        align-items: center;
    }

    .mlscn-custom__input input[type="number"] {

        width: 88px;
        height: 42px;
        padding: 9px 16.16px 8px 20px;
        border-radius: 40px;
        background-color: var(--mlscn-light-green);
        color: #ffffff;
        box-shadow: 0px 4px 4px -1px #00000040;
    }

    .mlscn-custom__input .fa-sort-up {
        position: absolute;
        right: 80px;
        user-select: none;
        cursor: pointer;
    }

    .mlscn-custom__input .fa-sort-down {
        position: absolute;
        right: 80px;
        user-select: none;
        cursor: pointer;
    }

    .mlscn-custom__input i {
        position: relative;
        z-index: 10;
        cursor: pointer;
    }

    .mlscn-show-entries {
        width: 88px;
        height: 42px;
        padding: 9px 16.16px 8px 20px;
        border-radius: 40px;
        background-color: var(--mlscn-light-green);
        color: #ffffff;
        box-shadow: 0px 4px 4px -1px #00000040;
    }

    .mlscn-show-entries :focus {
        border-radius: 40px;
        background-color: var(--mlscn-light-green);
        color: #ffffff;
        box-shadow: 0px 4px 4px -1px #00000040;
        border-color: var(--mlscn-light-green);
    }


    .mlscn-search-input {
        width: 217px;
        padding: 9px 0px 8px 56px;
        border-radius: 40px;
        background-color: var(--mlscn-light-green);
        box-shadow: 0px 4px 4px -1px #00000040;
        font-family: 'Graphit';
        font-size: 20px;
        font-weight: 400;
        line-height: 24.66px;
        color: #ffffff;
        /* padding-left: 56px; */

    }

    .mlscn-search-input:focus {
        width: 217px;
        padding: 9px 0px 8px 56px;
        border-radius: 40px;
        background-color: var(--mlscn-light-green);
        box-shadow: 0px 4px 4px -1px #00000040;
        font-family: 'Graphit';
        font-size: 20px;
        font-weight: 400;
        line-height: 24.66px;
        color: #ffffff;
        border: 1px solid var(--mlscn-light-green);
        /* padding-left: 56px; */

    }

    .mlscn-search-input::placeholder {
        font-family: 'Graphit';
        font-size: 20px;
        font-weight: 400;
        line-height: 24.66px;
        color: #ffffff;
        width: 100%;
    }

    .mlscn-search-form {
        position: relative;
    }

    .mlscn-intern__paraContainer {
        width: 827px;
        background-color: var(--mlscn-light-green);
        /* margin-left: 205px; */

    }

    .mlscn-intern__para {
        font-family: 'Graphit';
        font-size: 22px;
        font-weight: 400;
        line-height: 28.6px;
        text-align: center;
        color: #ffffff;

    }

    .mlscn-table {
        min-width: 975px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .nav-item:hover>.dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        display: none;
        position: absolute;
        /* Ensure the dropdown is positioned correctly */
        top: 100%;
        left: 0;
        z-index: 1000;
        width: auto;
        /* Adjust width as needed */
    }

    .nav-item:hover>.dropdown-menu {
        display: block;
    }

    .dropdown-menu li:hover>.dropdown-menu {
        display: block;
        /* Ensure nested dropdowns also open on hover */
    }

    #imlscnDisclaminer {
        width: 519px;
        overflow-x: auto;
    }

    #imlscnNoticeBoard {
        width: 219px;
        overflow-x: auto;
    }

    .mlscn-contact-form-container {
        width: 1088px;
        padding-top: 43px;
        padding-left: 73px;
        padding-right: 104px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


    #imlscnDisclaminer {
        width: 519px;
        overflow-x: auto;
    }

    #imlscnNoticeBoard {
        width: 219px;
        overflow-x: auto;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

    #imlscnDisclaminer {
        width: 519px;
        overflow-x: auto;
    }

    #imlscnNoticeBoard {
        width: 219px;
        overflow-x: auto;
    }
}