|
|
@@ -43,3 +43,54 @@
|
|
|
color: #023047 !important;
|
|
|
border-color: #023047!important;
|
|
|
}
|
|
|
+.tabs-container {
|
|
|
+ font-family: Arial, sans-serif!important;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-item {
|
|
|
+ flex: 1!important;
|
|
|
+ text-align: center!important;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-link {
|
|
|
+ display: block!important;
|
|
|
+ font-size: 14px!important;
|
|
|
+ text-decoration: none!important;
|
|
|
+ color: black!important;
|
|
|
+ border: 1px solid transparent!important;
|
|
|
+ background-color: #e2e3e7!important;
|
|
|
+ font-weight: normal!important;
|
|
|
+ transition: all 0.3s ease!important;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-link:hover {
|
|
|
+ color: #023047!important;
|
|
|
+ font-weight: bold!important;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-link.active {
|
|
|
+ background-color: #023047!important;
|
|
|
+ color: white!important;
|
|
|
+ font-weight: bold!important;
|
|
|
+ border: none!important;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-item .nav-link.active {
|
|
|
+ background-color: #023047!important;
|
|
|
+ color: white!important;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-item .nav-link.active:hover {
|
|
|
+ background-color: #023047!important;
|
|
|
+ color: white!important;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-item .nav-link.active {
|
|
|
+ background-color: #023047!important;
|
|
|
+ color: white!important;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-item .nav-link.active:hover {
|
|
|
+ background-color: #023047!important;
|
|
|
+ color: white!important;
|
|
|
+}
|