html{
    overflow-x: hidden;
}
 body {
    font-family: 'Nunito', sans-serif;
}

.bg-ice{
    background: #DBF1FD;
}
.text-white{
    color:#DBF1FD !important;
}

.bg-aqua{
    background: #00FFFF;
}
.bg-teal{
    background: #CE2135;
    color:white;
}
.text-teal{
    color:#009999;
}
.text-red{
    color:red;
}
.btn-teal{
    background: #009999;
    color: white;
}

.fa-brands{
    font-size: 22px;
}

a.nav-link{
    color:white;
    font-size: 15px;
    padding-top:0 !important;
    padding-bottom:0 !important;
}


.nav .dropdown-menu a{
    color:#009999;
}
.btn-outline-primary{
    border-color:#009999;
    color:#009999;
}

.footer i{
    font-size: 40px;
}


.dropdown:hover > .dropdown-menu, .drope:hover > .dropdown-menu{
    display: block;
    mangin-top:.125em;
}
.drope:hover > .dropdown-menu{
    position: absolute;
    top:0;
    left:100%;
}
.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background: #009999;
    color:white;
}
.dropdown-item:hover{
    color:#2e3092;
}
li.nav-item.drope .nav-link {
    color:#212529;
}
.dropdown-menu.nested-dropdown {
  position: absolute;
  top: 0;
  left: 100%;
}
.dropdown-menu .dropdown a.nav-link{
    color: #212529;
}
.notice a, .event a{
    text-decoration: none;
}
.notice:hover, .event:hover{
    background: #e2fdfd;
}
.notice a .date, .event a .date{
    color: #005959;
    font-weight: bold;
}


/* Header */

/* .navbar-nav .nav-item
{
    margin-right:5px;
}
 */




.line::after {
    content: "";
    display: block;
    width: 120px; /* Adjust the width of the line as needed */
    height: 4px; /* Adjust the height of the line as needed */
    background: linear-gradient(270deg, rgba(1,196,196,1) 0%, rgba(18,19,19,1) 100%);
    margin-top: 10px; /* Adjust the distance between the heading and the line as needed */
    margin-bottom: 50px;
}

.card-body p{
    text-align: justify;
}
.pagination {
        margin-top: 20px;
    }

    .pagination nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pagination li {
        list-style: none;
    }

    .pagination li a,
    .pagination li span {
        display: inline-flex;
        align-items: center;
        padding: 0.5rem 1rem;
        color: #333;
        text-decoration: none;
        border: 1px solid #ccc;
        border-radius: 0.25rem;
        margin-right: 0.25rem;
    }

    .pagination li.active a,
    .pagination li.active span {
        background-color: #007bff;
        color: #fff;
        border-color: #007bff;
    }

    .pagination li.disabled a,
    .pagination li.disabled span {
        background-color: #f7f7f7;
        color: #ccc;
        border-color: #ccc;
        cursor: not-allowed;
    }

    .pagination li a:hover {
        background-color: #f7f7f7;
    }

    /* Adjust the SVG icon size */
    .pagination svg {
        width: 1rem;
        height: 1rem;
        margin-right: 0.25rem;
    }
    .flex.justify-between.flex-1.sm\:hidden {
        display: none;
    }

.contact i{
    font-size: 20px;
    margin:5px;
}
i.fab{
    font-size: 40px;
}
.form-control{
    border:0 !important;
    border-bottom:solid 2px teal !important;
}

 .nav-pills .nav-link {
    color: #333;
    border-radius: 0;
    text-align: left;
    padding: 10px 20px;
    margin-bottom: 2px;
    transition: background-color 0.3s;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
    background-color: #007bff;
    color: #fff;
}

.tab-pane {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    
}
.center-row {
    display: flex;
    justify-content: center;
}

.staff .table-sm tr th, .staff .table-sm tbody tr td{
    text-transform: uppercase;
}

.useful-links li a{
    text-decoration: none;
    color:#DBF1FD;
}
.useful-links li a:hover{
    text-decoration: underline;
}
td ul li{
    list-style: none;
}


/*mobile view*/
@media only screen and (max-width: 600px) {
  
}
@media (max-width: 991.98px) {
  .dropdown-menu-end {
    position: static;
    float: none;
    transform: none;
  }
  
  .dropdown-menu-end > li {
    display: block;
    width: 100%;
    text-align: right;
  }
  .drope:hover > .dropdown-menu{
    position: absolute;
    top:80px;
    left:0;
}
}

