

@import "https://fonts.googleapis.com/css? family=Poppins:300,400,500,600,700";


.market{
    padding: 115px 0px 0px 0px;
}
.market body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

.market p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
   
}

.market a{
    color: black;
    text-decoration: none;
    transition: all 0.3s;
}


.market a:hover,
.market a:focus {
    color: orange;
    text-decoration: none;
    transition: all 0.3s;
}

.market .navbar {
   
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.market .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.market .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */



.market .text-sidebar {
  color: black;
  font-size: 25px;
  border: 1px solid  #01172E;
  color:  #01172E;

}

.market .text-sidebar:hover {
    color: black;
    font-size: 25px;
    border: 1px solid  #01172E;
    color:  #01172E;
  }


.market .wrapper {
    display: flex;
    align-items: baseline;
	
}

.market #sidebar {
  
    background: white;
    color: black;
    transition: all 0.3s;
}

.market #sidebar.active {
    margin-left: -250px;
}

.market #sidebar .sidebar-header {
    padding: 20px;
    background:white /*#6d7fcc*/;
}

.market #sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid silver;
}

.market #sidebar ul p {
    color: black;
    padding: 10px;
}

.market #sidebar ul li a {
    padding: 10px;
    font-size: 20px;
    display: block;
    text-decoration: none;
    color: black;
    font-weight: 600;
    margin-bottom: 30px;
}

.market #sidebar ul li a:hover {
    color: white;
    background: orange;
    transition: all 0.3s;
}

.market #sidebar ul li.active>a, a[aria-expanded="true"] {
    color: white;
    background: #01172E;
}

.market a[data-toggle="collapse"] {
    position: relative;
}

.market .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.market ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: orange;
}




/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.market #content {
    width: 95%;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    .market #sidebar {
        margin-left: -250px;
    }
    .market #sidebar.active {
        margin-left: 0;
    }
    .market #sidebarCollapse span {
        display: none;
    }
	.market #sidebar {
    min-width: 250px;
    max-width: 250px;
    background: white;
    color: black;
    transition: all 0.3s;
}
.market .text-sidebar {
  color: black;
  font-size: 25px;
  border: 1px solid  #01172E;
  color:  #01172E;
}

}