/*------------------------------------------------------------------
Table of content
-------------------
1. Start Header Area
2. slider area start
3. full page slider for home version five start
4. features area css start
5. hot deals area css start
6. product
7. categories area
8. testimonial
9. blog
10. brand logo area
11. shop grid view
12. shop list view
13. product details
14. checkout
15. cart
16. wishlist
17. my account
18. compare
19. login register
20.about us
21. contact us
22. banner
23. parallax banner
24. modal
25. sidebar
26. footer
-------------------------------------------------------------------*/
/*------- Typography Style Start -------*/
/*------- google fonts -------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700,800");




/*------- LOGIN -------*/
.input-box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    border-radius: 1px;
    border-color: black;
}
.input-box input{
    width: 90%;
    padding-left: 10px;
    display: flex;
    align-items: center;
    border: 0;
    outline: 0;
    
}
.input-box img {
    width: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}


/*------- TRACK CLIENT -------*/
.track-client-card{
    padding-top: 5px;
    padding-bottom: 10px;
    font-style: normal;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
 }

.card1{
   border-style: solid;
   margin-bottom: 3px;
   margin-right: 1px;
   width: 15rem;
   border: none;
}


.client-track-note-show {
    background-color: green;
    
}
.card{
    box-shadow: 0 3px 3px rgba(0,0,0,0.16), 0 3px 3px rgba(0,0,0,0.23);
}
  
.card:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.16), 0 4px 10px rgba(0,0,0,0.23);
}

.profile-card{
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.profile-card .title{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 500;
    color: blue;
}

.profile-card .head{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 500;
    font-size: medium;
    color: rgb(78, 78, 83);
}
/*------- filter- -------*/

.filter-menu {
    margin-top: 15px;
}
.filter-select {
    width: 100%;
}
.filter-outer {
    max-width: max-content;
}
/*------------- BRAND LOGO -------------*/
.brand-logo {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 50px;
}
.brand-logo img{
    width:100%;
    height:100%;
}

