/*
Theme Name: Icons24
Theme URI: #
Author: sanjaymanral92
Author URI: #
Description: A custom Icons24
Version: 1.0
*/

body{
    margin: 0;
    padding: 0;

}
.body-wraper{
    display: flex;
}
/*aside content start */
aside{
    max-width: 280px;
    width: 100%;
    height: 100vh;
    background-color: #F6F6F7;
    padding:16px ;
    margin: 0;

}
.brand_icon {
    padding: 15px 0px;
    border-bottom: 1px solid #E5E5E5;
}
.brand_icon .App_logo {
    max-width: 150px;
}
.filters_bar {
    margin: 10px 0px;
    padding: 16px 16px;
    background-color: #ffff;
    border-radius: 10px;
}
.card_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.aside_bar .card_title h4 {
    font-size: 16px;
    font-weight: 600;
    color: #221F1F;
    margin-bottom: 0;
}
.filter_Title .filter_icon {
    width: 24px;
    height: 24px;
}
.payment_filter {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}
.filters_bar .title {
    margin-bottom: 10px;
}
.filters_bar .title h5{
    font-size: 14px;
    font-weight: 600;
    color: #221F1F;
    margin-bottom: 0;
}
.Categories_bar {
    margin: 10px 0px;
    padding: 16px 16px;
    background-color: #ffff;
    border-radius: 10px;
}
.categories_filter .checkbox_selector .checkbox {
    margin-bottom: 10px;
}
aside label {
    font-size: 14px;
    font-weight: 400;
    color: #656565;
}

input[type="radio"] {
            accent-color: #7344FF; 
}
input[type="checkbox"] {
            accent-color: #7344FF; 
}
/*aside content end */
/*body content start */
.content {
    width: 100%;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 16px;
    border-bottom: 1px solid #E5E5E5;
}
h2.page_title {
    font-size: 20px;
    font-weight: 600;
    color: #221F1F;
    margin: 0;
}
.header .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
ul.nav_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 0;
}
li.menu_item {
    padding: 12px 16px;
    list-style: none;
}
.nav_menu .menu_item a {
    text-decoration: none;
    color: #656565;
}
li.menu_item.active A {
    color: BLUE;
}
hr.separator {
    height: 32px !important;
    width: 1px;
    margin: 0px 30px 0px 10px;
}
span.user_profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    background-color: #F6F6F7;
    border-radius: 10px;
    width: 160px;
}
span.user_profile .profile_pic {
    max-width: 36px;
    margin-right: 10px;
}
h5.profile_name {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #221F1F;
}
.content_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px;
}
.search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 16px 16px 10px;
}

.search-container form {
    display: flex;
    width: 100%;
    height: 48px;
    align-items: center;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 6px 12px;
    background-color: #F6F6F7;
}

.search-container form input {
    border: none;
    background: transparent;
    width: 100%;
}
input[type="text"] {
    outline: none;
}
.search-container form button {
    border: none;
    background: transparent;
}
.icons_listing {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.icons_listing .icon {
    padding: 10px;
}
.icons_listing .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F6F6F7;
    border-radius: 10px;
    padding: 16px 16px;
}
/*modal content */
h5.icon_name {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}
h6.icon_tags {
    font-size: 16px;
    font-weight: 600;
    color: #616161;
    margin-bottom: 0;
}
p.tags {
    margin-bottom: 0;
    display: flex;
    padding: 10px 0px;
}
p.tags span {
    background-color: #e9e8ee;
    padding: 6px 12px;
    border-radius: 8px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
}
.modal-footer button.btn.btn-success {
    border-radius: 8px;
    background-color: #7344FF;
    border: none;
    padding: 8px 24px;
    font-size: 16px;
}
/*body content end */

