| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- .btn-primary,
- .bg-primary,
- .text-primary,
- .border-primary
- .card-primary{
- background-color: #1F7A8C !important;
- color: #fff !important;
- border-color: #1F7A8C !important;
- }
- .btn-danger,
- .bg-danger,
- .text-danger,
- .border-danger {
- background-color: #023047!important;
- color: #fff !important;
- border-color: #023047!important;
- }
- .custom-control-input:checked~.custom-control-label::before {
- color: #fff;
- border-color: #1F7A8C;
- background-color: #1F7A8C;
- box-shadow: none;
- }
- .page-item.active .page-link {
- color: #fff!important;
- background-color: #023047 !important;
- border-color: #023047 !important;
- }
- .page-link {
- color: #023047 !important;
- background-color: #fff !important;
- border-color: #fff !important;
- }
- .btn-success,
- .bg-success,
- .text-success,
- .border-success {
- background-color: white!important;
- 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;
- }
- .divider {
- width: 100%;
- border-top: 1px solid rgba(0, 0, 0, .1)
- }
|