|
@@ -70,10 +70,15 @@ h1, h2, h3, h4, h5, h6 {
|
|
|
.bg-primary, .btn-primary, .btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .pagination .page-item.active .page-link, .nav-pills .nav-link.active, #preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2, .social-icon li a:hover, #topnav .navbar-toggle.open span:hover, .bg-animation-left.crypto-home:after, .bg-animation-left.task-management-home:after, .classic-app-image .bg-app-shape:after, .classic-saas-image .bg-saas-shape:after, .swiper-slider-hero .swiper-container .swiper-button-prev:hover, .features.fea-primary:hover, .tns-nav button.tns-nav-active, .ribbon.ribbon-primary span, .sidebar .widget .tagcloud > a:hover, .work-container.work-modern .icons .work-icon:hover, .timeline-page .timeline-item .date-label-left:after, .timeline-page .timeline-item .duration-right:after, #navmenu-nav li.account-menu.active .navbar-link, #navmenu-nav li.account-menu:hover .navbar-link, .form-check-input.form-check-input:checked, .qs-datepicker-container .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover, .qs-datepicker-container .qs-squares .qs-square.qs-current, .carousel-indicators [data-bs-target], .carousel-indicators .active, .tns-controls button[data-controls="prev"]:hover, .tns-controls button[data-controls="next"]:hover, .back-to-top {
|
|
|
background-color: #4b4c68 !important;
|
|
|
color: white!important;
|
|
|
- border-radius:0px !important;
|
|
|
+ border-color: #4b4c68 !important;
|
|
|
+}
|
|
|
+.form-check-input.form-check-input:focus {
|
|
|
+ border-color: #4b4c68 !important;
|
|
|
+ color: white!important;
|
|
|
}
|
|
|
.nav-pills .nav-link{
|
|
|
color: white !important;
|
|
|
+ border-radius: 0px !important;
|
|
|
}
|
|
|
.nav-pills {
|
|
|
margin-bottom: 0px;
|
|
@@ -346,6 +351,18 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
background: #dfe2e6;
|
|
|
transition: 1s;
|
|
|
}
|
|
|
+.btn1{
|
|
|
+ background-color: #141639c4 !important;
|
|
|
+ color:white !important;
|
|
|
+ border-radius: 20px;
|
|
|
+ box-shadow:none !important;
|
|
|
+}
|
|
|
+.btn1:hover{
|
|
|
+ background: #ffff !important;
|
|
|
+ color: #141639c4 !important;
|
|
|
+ border-radius: 20px;
|
|
|
+ border: 1px solid #141639c4;
|
|
|
+}
|
|
|
</style>
|
|
|
<body>
|
|
|
<header id="" class="site-header">
|
|
@@ -487,29 +504,41 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
<table class="table table-bordered list_table">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
+ <th>Sl</th>
|
|
|
<th>Name</th>
|
|
|
<th>Email</th>
|
|
|
- <th>Nationality</th>
|
|
|
- <th>Date of Birth</th>
|
|
|
- <th>Gender</th>
|
|
|
+ <th>Signed Up</th>
|
|
|
+ <th>Application</th>
|
|
|
+ <th class="text-center" style="width: 12%;">Account Type</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
+ <td style="font-size: 11px;">1</td>
|
|
|
+ <td style="font-size: 11px;">
|
|
|
+ <div class="scrolled_content_part">
|
|
|
+ <div class="single_ad_pref_item">
|
|
|
+ <div class="left" style="width:50%;">
|
|
|
+ <div class="uni_details" style="display:flex;">
|
|
|
+ <div class="inner_left mt-1" style="border: 1px solid black; border-radius: 20px; padding: 9px 4px 5px 8px; height: 37px; width: 37px;">
|
|
|
+ <i class="fa fa fa-university ms-1"></i>
|
|
|
+ </div>
|
|
|
+ <div class="inner_right ms-2">
|
|
|
+ <strong style="font-size:13px;">Mr Z</strong></br>
|
|
|
+ <strong style="font-size:10px !important; font-weight:100 !important;">22 Mar 2000</strong></br>
|
|
|
+ <strong style="font-size:10px; font-weight:100 !important;">Male</strong>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td style="font-size: 11px;">mrz@gmail.com</td>
|
|
|
+ <td style="font-size: 11px;">registered date</td>
|
|
|
<td style="font-size: 11px;">test</td>
|
|
|
- <td style="font-size: 11px;">test</td>
|
|
|
- <td style="font-size: 11px;">test</td>
|
|
|
- <td style="font-size: 11px;">test</td>
|
|
|
- <td style="font-size: 11px;">test</td>
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
- <tbody>
|
|
|
- <tr>
|
|
|
- <td style="font-size: 11px;">test</td>
|
|
|
- <td style="font-size: 11px;">test</td>
|
|
|
- <td style="font-size: 11px;">test</td>
|
|
|
- <td style="font-size: 11px;">test</td>
|
|
|
- <td style="font-size: 11px;">test</td>
|
|
|
+ <td style="font-size: 11px; text-align:center;">
|
|
|
+ <span class="label_badge_radius" style="background-color: #d8fdd8; color: green;">Free</span>
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
@@ -718,9 +747,9 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
</div>
|
|
|
</div>
|
|
|
</div><!--end col-->
|
|
|
- <div class="col-md-8 bg-white rounded p-2 ms-2">
|
|
|
+ <div class="col-md-8 bg-white rounded p-2 ms-4">
|
|
|
<div class="row">
|
|
|
- <div class="destination_boxes">
|
|
|
+ <div class="destination_boxes ms-2">
|
|
|
<div class="box country">
|
|
|
<div class="flag_country">
|
|
|
<img src="{{ asset('web/images/au.svg') }}" alt="">
|