@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300&display=swap');

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

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

.text-pt-blue {
    color: #4749A0;
}
.text-pt-orange {
    color: #f35d28;
}
.text-pt-purple {
    color: #377824;
}

/*footer*/
.col_white_amrc {
    color: #FFF;
}

footer {
    width: 100%;
    background-color:  #117f49;
    padding: 10px 0px 25px 0px;
}

footer p {
    font-size: 13px;
    color: #CCC;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.navbar-custom {
    background-color: #117f49; 
}
/* change the brand and text color 0c77b8 */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

.navbar-nav .nav-item .nav-link {
    color: #fefefe!important;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 17px;
    border-bottom: 3px solid transparent;
}

.topnav a:hover {
    border-bottom: 3px solid #fefefe;
}

.topnav a.active {
    border-bottom: 3px solid #fefefe;
}

.sidebar {
    background-color: #f8f9fa;
    padding: 10px;
}

.sidebar a {
    padding: 5px 5px;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    display: block;
}

.sidebar a:hover {
    background-color: #e9ecef;
}

.content {
    padding: 20px; 
}

@media (max-width: 768px) {
    .sidebar {
        width: 100%;
    }
    .content{
      padding-left: 0px;
      padding-right: 0px;
    }
}

.sidebar a {
    border-bottom: 1px solid #dee2e6;
}

.sidebar a:last-child {
    border-bottom: none;
}

.sidebar a i {
    margin-right: 5px;
}

.sidebar-title {
    padding: 10px 15px;
    font-size: 20px;
    font-weight: bold;
    color: #555;
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 10px;
}