+
Personal Information
diff --git a/public/assets/member_css/front-style.css b/public/assets/member_css/front-style.css
index a55b263..a760690 100644
--- a/public/assets/member_css/front-style.css
+++ b/public/assets/member_css/front-style.css
@@ -1368,6 +1368,53 @@ body.checkout .select2-container--default .select2-selection--single .select2-s
.tab, .tabcontent {
width:100%;
}
+ .tab{
+ display: flex;
+ flex-wrap: wrap;
+ }
+ .tab .tablinks{
+ width:25%!important;
+ text-align:center!important;
+ }
+ .memberaccess .dash-icon{
+ width:100%!important;
+ margin-bottom:5px;
+ }
+ .tabcontent{
+ border-left: 1px solid #ccc;
+ }
+ #Credits .credit-respo, #Your_Orders .order-respo{
+ overflow-x: scroll;
+ }
+ #Credits .credit-respo table, #Your_Orders .order-respo table{
+ width:600px!important;
+ }
+ #Credits .credit-respo::-webkit-scrollbar-track, #Your_Orders .order-respo::-webkit-scrollbar-track {
+ background-color: #f5f5f5;
+ }
+ #Credits .credit-respo::-webkit-scrollbar-thumb, #Your_Orders .order-respo::-webkit-scrollbar-thumb {
+ background-color: #596a7e;
+ border-radius: 15px;
+ height: 5px;
+ }
+ #Credits .credit-respo::-webkit-scrollbar, #Your_Orders .order-respo::-webkit-scrollbar {
+ width: 8px;
+ background-color: #f5f5f5;
+ }
+ .dash-head h1{
+ font-size: 35px!important;
+ margin-bottom:0;
+ }
+ #member-pass-save .show-password1 #pswd_info{
+ top: 95px!important;
+ left:50px!important;
+ right:0!important
+ }
+ #member-pass-save .show-password1 #pswd_info:before{
+ transform: rotate(45deg);
+ top:0;
+ left:45%;
+ }
}
/*-----------------dashboard- start--------------*/
.dash-head{
@@ -1586,15 +1633,11 @@ body.checkout .select2-container--default .select2-selection--single .select2-s
.table-bottom{
border-bottom: none;
}
+.table-grey{
+ display: none
+ }
-
-@media only screen and (min-width: 992px) {
- .table-grey{
- display: none
- }
-}
-
.memberaccess .dash-icon{
display:inline-block;
width:35px;