
.dayna-pages .nav-tabs .nav-link {
    background: #f2f2f2;
    color:#000;
    border:none;
}

    .dayna-pages .nav-tabs .nav-link.active {
        background: #FD9704;
        color:#fff;
    }

.dayna-pages .data-table table thead tr {
    background: #ccc;
    color: #000;
}

.dayna-pages .address-card .top-content {
    border-bottom: solid 2px #155DE6;
}

.dayna-pages .address-card .top-content .card-logo {
    width:100px;
}

.dayna-pages .address-card .address-content {
    
}

.dayna-pages .profile-card .top-content {
    border-bottom: solid 2px #155DE6;
    margin-bottom: 10px;
    text-align: center;
}

.dayna-pages .profile-card .top-content h3{
   font-size:20px;
   margin-bottom:0;
}

    .dayna-pages .profile-card .top-content h5 {
        font-size: 16px;
        margin-bottom: 0;
    }

.dayna-pages .profile-card .top-content .card-img {
    width:150px;
    margin:0 auto;
    display:block;
    margin-bottom:10px;
    border:solid 1px #ccc;
}

.dayna-pages .media-room-section .card {
    border:none;
    text-align:center;
}

.tender-section .card{
    padding:20px;
    border:dotted 2px #ccc;
}

.tender-section .card h4{
    margin-bottom:10px;
    font-size:18px;
}

.tender-section .card h6 {
    margin-bottom: 10px;
    font-size: 16px;
    color:#808080;
}

.tender-section .card .new-tag {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff6a00;
    color: #fff;
    padding:2px 10px;
    font-size: 12px;
    font-weight: 600;
    
}

.foot-section ul {
    list-style: disc;
}

    .foot-section ul.ul-links {
        list-style: none;
        margin-bottom: 0;
    }

        .foot-section ul.ul-links li a {
            color: #155DE6;
        }

            .foot-section ul.ul-links li a:hover {
                color: #FD9704;
            }

.foot-section .download-section {
    border: dotted 2px #ccc;
}

.foot-section .tender-section ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .foot-section .tender-section ul li {
        border-left: solid 1px #ccc;
        padding: 2px 10px;
    }

        .foot-section .tender-section ul li:first-child {
            border-left: none;
        }

        .foot-section .tender-section ul li a {
            color: #155DE6;
        }

            .foot-section .tender-section ul li a:hover {
                color: #FD9704;
            }