|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
.sb{ |
|
|
|
|
background: #13a64f; |
|
|
|
|
background: #326cbf; |
|
|
|
|
padding-bottom: 50px; |
|
|
|
|
} |
|
|
|
|
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active{ |
|
|
|
@ -28,7 +28,7 @@ |
|
|
|
|
margin-top: 10px; |
|
|
|
|
} |
|
|
|
|
.main-header{ |
|
|
|
|
background: #13a64f; |
|
|
|
|
background: #326cbf; |
|
|
|
|
} |
|
|
|
|
.nav-link i{ |
|
|
|
|
color:#fff; |
|
|
|
@ -206,10 +206,7 @@ svg{ |
|
|
|
|
.create-button{ |
|
|
|
|
margin-top:10px; |
|
|
|
|
} |
|
|
|
|
.create-button .col-md-12{ |
|
|
|
|
/* display:flex; |
|
|
|
|
justify-content:center; */ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.create-button .col-md-12 button{ |
|
|
|
|
padding:10px 50px; |
|
|
|
|
} |
|
|
|
@ -265,11 +262,6 @@ svg{ |
|
|
|
|
background: none; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.table-search{ |
|
|
|
|
/* width: fit-content; */ |
|
|
|
|
} |
|
|
|
|
.search-form .table-search input{ |
|
|
|
|
/* margin-right: 10px; */ |
|
|
|
|
border-radius: 5px!important; |
|
|
|
@ -277,7 +269,6 @@ svg{ |
|
|
|
|
.ds-input:focus{ |
|
|
|
|
border-color: #1850b7; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* new edit */ |
|
|
|
|
|
|
|
|
|
.table td{ |
|
|
|
@ -320,9 +311,6 @@ svg{ |
|
|
|
|
background: none; |
|
|
|
|
border:none; |
|
|
|
|
color:#fff; |
|
|
|
|
} |
|
|
|
|
.dropdown-menubar .dropdown-menu[data-bs-popper]{ |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
.dropdown-menubar button:active{ |
|
|
|
|
background-color: none; |
|
|
|
@ -362,13 +350,13 @@ svg{ |
|
|
|
|
} |
|
|
|
|
.btn-green{ |
|
|
|
|
color:#fff; |
|
|
|
|
background: #13a64f; |
|
|
|
|
border-color:#13a64f; |
|
|
|
|
background: #326cbf; |
|
|
|
|
border-color:#326cbf; |
|
|
|
|
} |
|
|
|
|
.btn-green:hover{ |
|
|
|
|
color:#fff; |
|
|
|
|
background: #ea8937; |
|
|
|
|
border-color:#ea8937; |
|
|
|
|
background: #D933A2; |
|
|
|
|
border-color:#D933A2; |
|
|
|
|
} |
|
|
|
|
.card-header{ |
|
|
|
|
padding: 1rem 1rem!important; |
|
|
|
@ -453,7 +441,7 @@ p .font-medium{ |
|
|
|
|
font-weight: 700; |
|
|
|
|
font-size: 16px; |
|
|
|
|
color: #000; |
|
|
|
|
width: 400px; |
|
|
|
|
width: 300px; |
|
|
|
|
} |
|
|
|
|
.contact-info{ |
|
|
|
|
display: inline-block; |
|
|
|
@ -485,3 +473,9 @@ p .font-medium{ |
|
|
|
|
font-size: 1rem; |
|
|
|
|
padding: 0.6rem 1rem; |
|
|
|
|
} |
|
|
|
|
.contact-info h2{ |
|
|
|
|
font-weight: bold; |
|
|
|
|
font-size: 28px; |
|
|
|
|
color: #326CBF; |
|
|
|
|
margin-bottom: 1rem; |
|
|
|
|
} |
|
|
|
|