<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav-tabs {
    border-color: #1589b4;
    width: 100%;
}

.nav-tabs&gt;li a {
    border: 1px solid #1589b4;
    background-color: #1aa9b9 !important;
    color: #fff !important;
    font-size: larger;

}

.nav-tabs&gt;li.active&gt;a,
.nav-tabs&gt;li.active&gt;a:focus,
.nav-tabs&gt;li.active&gt;a:hover {
    background-color: #fff3cd !important;
    color: #000 !important;
    border: 1px solid #1589b4;
    border-bottom-color: transparent;

}



.nav-tabs&gt;li&gt;a:hover {
    background-color: #fff3cd !important;
    border-radius: 2px;
    color: #000 !important;
    border-color: #1589b4 #1589b4 #1589b4;

}

.tab-pane11 {
    border: solid 1px #1589b4;
    border-top: 0;
    width: 100%;
    background-color: #fff3cd;
    padding: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

}

.ImpText12 {
    padding: 9px;
    border-radius: 3px;
    min-height: 20px;
    margin-bottom: 5px;
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
}

/* .ImpText21 {
    padding: 9px;
    border-radius: 3px;
    min-height: 20px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
} */

.modal-lg-maxwidth1 {
    max-width: 912px !important;
}

.zero-border-radius1 {
    border-radius: 0px !important;
}

.modal-header-custom1 {
    display: block;
    background-color: #df101a;
    border-radius: 0px !important;
    height: 57px;
}

.box-title1 {
    background: #0f0587;
    margin-bottom: 0;
    padding: 7px 10px;
    border-radius: 0;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0px;
    height: 40px;
    line-height: 1.7;
    font-family: system-ui;
    font-size: 16px;
}

.links_showcase1 {
    position: relative;
}

.links_showcase1 a {
    position: relative;
    display: block;
    padding: 2px 15px;
    margin-bottom: 1px;
    color: #363636;
    font-weight: 400;
    text-decoration: none;
    /*box-shadow: 0 5px 5px #ddd;*/
    z-index: 1;
    background: #dfe8ed;
    transition: 0.5 ease-in;
}

.links_showcase1 a:nth-child(even) {
    background: #fff;
}

.links_showcase1 a:nth-child(odd) {
    background: #e0ecf1;
}

.links_showcase1 a:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ee4045;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.links_showcase1 a:hover {
    color: #fff;
    font-weight: 500
}

.links_showcase1 a:hover:before {
    width: 100%;
}

.right-pad1 {
    padding-right: 5px;
}
</pre></body></html>