html{
	scroll-behavior: smooth;
}
a{
    text-decoration: none;
}
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6,p{
	padding: 0;
	margin: 0;
}
ul{
	list-style-type: none;
    padding: 0;
}
.sidebar {
    background-color: #1A1919;
    min-height: 100vh;
    height: 100%;
}
.hamburger-btn{
    display: none;
}
.sidebar .nav-item {
    width: 100%;
    min-height: 49px;
}
.sidebar .nav-item a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 0;
    padding: 12px 28px;
}
.sidebar .nav-item a div{
    gap: 12px;
}
.sidebar .nav-item p{
    font-size: 16px;
    font-weight: 800;
    line-height: 20.45px;
    color: rgba(255, 255, 255, 0.5);
}
.sidebar .nav-item .nav-link img{
    opacity: 0.5;
}
.sidebar .nav-item:nth-child(2) .nav-link img {
    opacity: 1 !important;
} 
.sidebar .nav-item:nth-child(2) .nav-link p{
    color: #fff;
}
.dropdown-menu {
    position: relative !important;
    transform: none !important;
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 0;
    display: block;
}
.dropdown.show .dropdown-menu {
    display: block; 
    position: relative; 
}
.logo{
    display: block;
    padding: 24px 28px 32px 28px;
}
.dropdown-toggle::after {
    display: none;
}
.sidebar .aggiungi-nuovo{
    margin-left: 56px;
}
.aggiungi-nuovo{
    padding: 16px;
    font-size: 14px;
    font-weight: 800;
    line-height: 17.89px;
    color: #1A1919;
    background-color: #F8FF44;
    border-radius: 53px;
    border: none;
}
.dropdown-menu ul {
    display: flex;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin-top: 10px;
}
.dropdown-menu ul li{
    width: 100%;
}
.dropdown-menu ul li a{
    font-size: 14px;
    font-weight: 600;
    line-height: 17.89px;
    color: #FFFFFF !important; 
    position: relative;
    padding: 0 !important;
    padding: 14px 56px 14px 75px !important;
}
.dropdown-menu ul li a:before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 55px;
    top: 50%;
    transform: translateY(-50%);
}
.dropdown-menu ul li a:hover{
    background-color: transparent;
}
.dropdown-menu ul li.active{
    background-color: #383636;
    border-left: 3px solid #F8FF44;
}
.dropdown-menu ul li.active a{
    color: #F8FF44 !important;
}
.dropdown-menu ul li.active a:before{
    background-color: #F8FF44;
}
.dashboard-content{
    padding: 32px;
}
.dashboard-header{
    gap: 32px;
}
.bell-icon{
    height: 40px;
    width: 40px;
    border: 1px solid #D9D9D9DD;
}
.dashboard-header{
    gap: 32px;
}
.dashboard-user-details{
    gap: 4px;
    padding: 9px 0 9px 24px;
}   
.dashboard-header span{
    cursor: pointer;
}
.dashboard-user-details b, .dashboard-user-details p {
    font-size: 14px;
    line-height: 17.89px;
    color: #1A1919;
    margin: 0;
    display: block;
}
.gap-16{
    gap: 16px;
}
.breadcrumb{
    padding: 32px 0;
    gap: 5px;
}
.breadcrumb a{
    font-size: 16px;
    line-height: 20.45px;
    color: #1A1919;
    font-weight: 700;
}
.breadcrumb a:nth-last-child(1){
    font-weight: 400;
}
.dashboard-table{
    border: 1px solid #D1D9E2;
    border-radius: 10px;
    overflow: hidden;
}
.dashboard-table-header {
    padding: 16px 20px;
}
.dashboard-table-header h5{
    font-size: 16px;
    font-weight: 800;
    line-height: 20.45px;
    color: #1A1919;
}
.dashboard-table table{
    border-top: 1px solid #D1D9E2;
    border-radius: 0px;
}
.dashboard-table table thead tr {
    border-bottom: 1px solid #D1D9E2;
}
.dashboard-table table thead tr th, .dashboard-table table tbody tr td{
    padding: 12px 24px;
}
.dashboard-table table thead tr th div{
    gap: 10px;
}
.dashboard-table table thead tr th div p{
    font-size: 14px;
    font-weight: 800;
    line-height: 17.89px;
    color: #1A1919;
}
.dashboard-table table tbody tr td{
    border-bottom: 1px solid #D1D9E2;
}
.dashboard-table table tbody tr td div{
    gap: 16px;
}
.dashboard-table table tbody tr td div a{
    font-size: 14px;
    font-weight: 500;
    line-height: 17.89px;
    color: #1A1919;
}
.label{
    padding: 4px 16px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.34px;
    color: #fff;
    display: inline-block;
    border-radius: 16px;
}
.bg-green{
    background-color: #6CD77B;
}
.bg-gray{
    background-color: #D1D9E2;
}
.dashboard-table table tbody tr td p{
    font-size: 14px;
    font-weight: 500;
    color: #1A1919;
}
.text-light-gray{
    color: #7C8B9D !important;
}
.pagination{
    padding: 12px 24px;
}
.pagination p, .pagination ul{
    color: #1A1919;
    font-size: 14px;
}
.pagination ul li{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
}
.pagination ul li.active{
    background-color: #E6E9EC;
}
.negative-gap {
    justify-content: flex-end;
}
.negative-gap img{
    margin-right: -30px;
    width: 32px;
}
.negative-gap img:nth-last-child(1){
    margin: 0 !important;
}
.formati-table thead tr th:nth-last-child(1){
    text-align: right;
}
.custom-dropdown-container {
    position: relative;
    display: inline-block;
}

.custom-dropdown-content {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 6px 10.7px 0px #00000040;
    border: 1px solid #D9D9D9;
    z-index: 1;
    border-radius: 16px;
    top: 100%;
    right: 0px;
    min-width: 220px;
    display: none;
}

.custom-dropdown-content h6 {
    padding: 16px 24px;
}

.custom-dropdown-content label {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.89px;
    color: #1A1919;
    border-top: 1px solid #D1D9E2;
}
.custom-dropdown-content label input{
    margin-right: 16px;
}
.custom-dropdown-container .custom-dropdown-toggle {
    cursor: pointer;
}
.campagna-masters{
    padding: 16px;
    border-top: 1px solid #D1D9E2;
}
.single-master{
    border: 1px solid #D1D9E2;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border-radius: 10px;
}
.master-header h5{
    font-size: 14px;
    font-weight: 800;
    line-height: 17.89px;
    color: #1A1919;

}
.master-header, .master-footer{
    padding: 16px 20px;
}
.master-footer p{
    font-size: 14px;
    font-weight: 500;
    line-height: 17.89px;
    color: #1A1919;
}
.single-master img{
    cursor: pointer;
}
.master-thumnail{
    width: 100%;
    height: 218px;
}
.master-thumnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg-orange{
    background-color: #FFB769 !important;
}
.arrow-icon {
    transition: transform 0.3s ease;
    margin-left: 8px;
}

.arrow-icon.rotated {
    transform: rotate(180deg);
}
.owl-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    left: 20px;
}
.owl-nav img{
    width: 40px;
}
.label.checked {
    background-color: #6CD77B !important;
    color: #fff;
}

.label.unchecked {
    background-color: #FFB769 !important;
    color: #333;
}
.retailer-table tbody tr td:nth-last-child(1){
    text-align: right;
}
.aggiungi-nuovo-retailer{
    visibility: hidden;
}
.visible{
    visibility: visible;
}
.hidden-content {
    display: none; /* Initially hidden */
    margin-top: 10px;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
}

.hidden-content.visible {
    display: block; /* Show when the 'visible' class is added */
}
.retailer-row td:nth-last-child(1){
    text-align: right;
}
.owl-carousel .owl-item img{
    width: auto;
}
.master-thumnail img{
    width: 100% !important;
}
.impostazioni-btn{
    position: fixed;
    bottom: 24px;
    margin: 0 auto;
    left: 28px;
    max-width: 256px;
}
.impostazioni-btn a{
    display: flex;
    align-items: center;
    gap: 12px;
}
.impostazioni-btn a p{
    font-size: 16px;
    font-weight: 800;
    line-height: 20.45px;
    color: rgba(255, 255, 255, 0.5);
}
.impostazioni-btn a img{
    opacity: 0.5;
}