body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif !important;
    color: #000;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    color: #000;
}
.form-control:focus{
    box-shadow: none;
}
.form-check-input:checked:focus{
    box-shadow: none;
}
.form-check-input:focus{
    box-shadow: none;
}
.add-exp-ep-btn .add-btn{
    background-color: #000;
    font-size: 12px;
    text-decoration: none;
    padding: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-weight: 600;
    transition: width 0.3s;
}
.add-exp-ep-btn .add-btn:hover{
    background-color: #6228D7;
}
.theme-btn-wrap .theme-btn{
    box-shadow: none;
    border: none;
    background-color: #000;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 25px;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-weight: 600;
    transition: width 0.3s;
}
.theme-btn-wrap .theme-btn:hover{
    background-color: #6228D7;
}
.add-exp-ep-btn .add-btn i{
    margin-right: 5px;
    font-weight: 700;
}
.border-gray{
    border: 1px solid #e6e3e3;
}
.border-purple{
    border: 1px solid #6228D7;
}
/* ----------------------- Sidebar CSS Start ----------------------- */
.sidebar {
    width: 80px;
    height: 100vh;
    transition: width 0.3s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #F7F7F7;
    /* overflow: hidden; */
    white-space: nowrap;
    margin: 10px 0 25px 10px;
    border-radius: 15px;
    z-index: 9;
}
.view-btn-wrap a{
    padding: 5px 30px;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    cursor: pointer;
    margin: 3px;
}
.sidebar .logo {
    padding: 15px 15px;
    text-align: center;
    border-bottom: 1px solid #dfe0e2;
}
.sidebar .logo-icon{
    width: 100%;
    max-width: 40px;
    height: unset !important;
}
.sidebar.active .logo-icon{
    display: none;
} 
.sidebar .logo img {
    height: 65px;
}
.sidebar .logo span {
    display: none; /* Hide label by default */
}
.sidebar .menu {
    padding: 15px 0;
}
.sidebar .menu li{
    padding: 15px 0;
}
.sidebar .menu a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    padding: 0px 25px;
    transition: background 0.3s;
    justify-content: left;
}
.sidebar.active .menu a{
   justify-content: left;
}
/* .sidebar:hover .menu a{
    justify-content: left;
} */
.sidebar .menu a .menu-icon{
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.menu .main-menu-ul{
    list-style: none;
    padding-left: 0;
}
.sidebar .menu a.active{
    /* background-color: #dfe0e2; */
    color: #6228d7;
    font-weight: 500;
}
.sidebar .menu a.active span{
    color: #100DB1 !important;
    font-weight: 700 !important;
}
.sidebar .menu a span:hover{
    color: #100DB1 !important;
    font-weight: 700 !important;
}
/* .sidebar .menu a .icon, */
.sidebar .logo span,
.sidebar .menu a span,
.sidebar .subdrop-down-menu {
    display: none;
}
.sidebar.active {
    width: 280px;
}
.sidebar.active .logo span,
.sidebar.active .menu a span,
.sidebar.active .subdrop-down-menu {
    display: inline-block;
}
.sidebar.active .menu a span{
    margin-left: 15px;
    font-size: 14px;
}
/* .sidebar:hover .menu a span{
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #343434;
}
.sidebar:hover {
    width: 280px;
} */
/* .sidebar:hover .logo span {
    display: inline; 
}
.sidebar:hover .logo .logo-icon{
    display: none;
} */
 .sidebar.active .subdrop-down-menu{
    position: static;
    background-color: transparent;
    box-shadow: none;
    padding: 15px 30px;
}
 .sidebar ul li.sub-menu{
    position: relative;
 }
 .sidebar .subdrop-down-menu{
    position: absolute;
    top: 20px;
    left: 100%;
    background-color: #fff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-radius: 10px;
    min-width: 200px;
    padding: 15px 20px;
 }
.sidebar .subdrop-down-menu{
    display: none;
    list-style: none;
}

/* .sidebar:hover .subdrop-down-menu{
    display: block;
} */
.sidebar .subdrop-down-menu a{
    /* padding: 5px 25px; */
    padding: 7px 25px 7px 20px;
    font-size: 14px;
}
.sidebar .menu .subdrop-down-menu li{
    padding: 0;
}
/* Adjust the position of the topbar when sidebar is active */
.sidebar.active ~ .topbar-content-box {
    margin-left: 280px;
    /* overflow-x: hidden; */
    width: calc(100% - 280px);
}
/* ----------------------- Sidebar CSS Start ----------------------- */

/* ----------------------- Topbar CSS Start ----------------------- */
.topbar-content-box{
    border-radius: 15px;
    /* margin: 25px 40px 0; */
    margin-left: 91px;
    
    width: calc(100% - 91px);
    padding: 10px 40px;
    transition: margin-left 0.3s;
}
.topbar {
    width: 100%;
    height: 60px;
    background: #F7F7F7;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    /* padding: 3px 50px; */
    /* margin-left: 80px;  */
    border-radius: 15px;
    transition: margin-left 0.3s;
}
.bar-icon-wrap img{
    width: 30px;
}
.topbar-content-box .searchbar-wrap .search-icon{
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 10px;
}
.topbar-content-box .searchbar-wrap .search-icon img{
    width: 16px;
}
.topbar-content-box .searchbar-wrap .form-control{
    /* width: 350px;
    padding: .6rem .6rem .6rem 2rem; */
    padding-left: 2rem;
    border-radius: 6px;
    font-size: 0.8rem;
}
.topbar-content-box input::placeholder{
    font-size: 14px;
}
.topbar-content-box .searchbar-wrap .form-control:focus{
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #F9CE34, #EE2A7B, #6228D7);
    border-radius: 6px !important;
}
.client-profile-img img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #D3D3D3;
}
.client-profile-text h5{
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
}
.client-profile-text h6{
    font-size: 10px;
    font-weight: 400;
    color: #100DB1;
    margin-bottom: 0;
}
/* ----------------------- Topbar CSS End ----------------------- */

/* .sidebar:hover ~ .topbar-content-box {
    margin-left: 280px; 
} */
/* .content {
    margin-left: 80px; 
    padding: 20px;
    transition: margin-left 0.3s;
} */
/* .sidebar:hover ~ .content {
    margin-left: 250px;
} */

/* ----------------------- Auth CSS Start ----------------------- */
.auth-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #F7F7F7;
}
.auth-wrap-box{
    background: #fff;
    padding: 40px;
    border-radius: 12px;
}

/* .auth-logo-wrap img{
    max-width: 70px;
    width: 100%;
} */
.auth-logo-wrap img {
    max-width: 270px;
    width: 100%;
}
.auth-title h2{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.auth-form-wrap .form-control{
    padding: .9rem;
    border-radius: 30px;
}
.auth-form-wrap input::placeholder{
    font-size: 14px;
    color: #b8b5b5;
}
.remember-me-wrap label,
.forgot-pass-wrap a{
    font-size: 13px;
}
.auth-form-wrap .form-check-input{
    background-color: #6228D7;
    border-radius: 0;
}
.auth-form-wrap .form-check-input:focus{
    box-shadow: none;
    border-color: #6228D7;
}
.auth-form-wrap .form-check-input:checked{
    background-color: #6228D7;
    border-color: #6228D7;
}
.forgot-pass-wrap a{
    color: #6228D7;
}
.auth-btn-wrap .auth-btn{
    text-decoration: none;
    border: none;
    background: linear-gradient(to right, #F9CE34, #EE2A7B, #6228D7);
    padding: 15px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-align: center;
}
.create-acc-wrap p{
    font-size: 14px;
}
.create-acc-wrap p a{
    color: #6228D7;
}
/* ----------------------- Auth CSS End ----------------------- */

/* ----------------------- Breadcrumbs CSS Start ----------------------- */
/* .page-title{
    padding: 30px 0;
} */
.breadcrumb-wrap .breadcrumb-item{
    position: relative;
}
.breadcrumb-wrap .breadcrumb-item a{
    padding: 0 8px;
}
.breadcrumb-wrap .breadcrumb-item:first-child a{
    padding-left: 0;
}
 .breadcrumb-wrap .breadcrumb-item,
 .breadcrumb-wrap .breadcrumb-item a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
 }
 .breadcrumb-wrap .breadcrumb-item a i{
    font-weight: 600;
 }
 .breadcrumb-wrap .breadcrumb-item.active a{
    color: #6228D7;
 }
 .breadcrumb-wrap .breadcrumb-item+.breadcrumb-item::before{
    content: '';
    background-image: url(../img/right-angle-arrow.png);
    background-size: cover;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -2px;
    top: 3px;
 }
.page-title h2{
    font-size: 22px;
    font-weight: 600;
    color: #6228D7;
    border-right: 1px solid #e8e6e6;
    margin-right: 10px;
    padding-right: 10px;
}
.breadcrumb-wrap{
    border-bottom: 1px solid #efeded;
    padding-bottom: 10px;
}
/* ----------------------- Breadcrumbs CSS End ----------------------- */

/* ----------------------- Main Content CSS Start ----------------------- */
.main-content-start{
    border: 2px solid #e6e3e3;
    padding: 30px 30px;
    border-radius: 15px;
}
/* ----------------------- Main Content CSS End ----------------------- */

/* ----------------------- Datatable CSS Start ----------------------- */
#dataTables_length_placeholder label{
    display: flex;
    align-items: center;
}
#dataTables_length_placeholder .dataTables_length select{
    margin: 0 8px;
}
#dataTables_filter_placeholder label{
    display: flex;
    align-items: center;
}
.datatables .table tr td{
    /* padding: 15px !important; */
    padding: 5px 8px !important;
    font-size: 13px;
}
.datatables .table tr th{
    /* padding: 8px 20px !important; */
    padding: 5px 8px !important;
    font-size: 14px;
}
.datatables .table tr {
    position: relative;
    border-radius: 8px;
    margin-bottom: 10px; /* Adds space below each row */
    overflow: hidden; /* Ensures the pseudo-element stays inside the border-radius */
}
.datatables .table thead tr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 1px; /* Controls the thickness of the border shadow */
    background: transparent /* Gradient color */
}
.datatables .table tbody tr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 1px; /* Controls the thickness of the border shadow */
    background: linear-gradient(to right, #F9CE34, #EE2A7B, #6228D7); /* Gradient color */
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask: 
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.datatables .table tr td, .datatables .table tr th {
    border: none; /* Removes cell borders */
    padding: 8px; /* Adds padding inside each cell */
    background: #fff; /* Background color of cells to cover the pseudo-element */
    vertical-align: middle;
}
.datatables .table {
    border-collapse: separate; /* Ensures borders don't collapse */
    border-spacing: 0 10px; /* Adds space between rows */
}
#example_wrapper .bottom{
    display: none;
}
.table-value-text{
    position: relative;
    /* z-index: 9; */
    /* z-index: 1; */
    font-size: 13px;
}
.datatables .sticky-controls {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1020;
    padding: 0.5rem;
}
.datatables .sticky-footer {
    position: sticky;
    bottom: 0;
    background: white;
    z-index: 1020;
    padding: 0.5rem;
}
.datatables .dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
    margin-bottom: 0 !important;
}
#example_filter .input-group{
    border: 1px solid #ced4da;
    border-radius: .375rem;
}
#example_filter .input-group span{
    background-color: transparent;
    border: none;
}
#example_filter .input-group>.form-control{
    border: none;
}
.dataTables_paginate .pagination{
    border: 2px solid #e6e3e3;
    padding: 4px 4px;
    border-radius: 30px;
    margin-bottom: 0;
}
.dataTables_paginate .paginate_button{
    margin: 2px;
}
.dataTables_paginate .paginate_button a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50% !important;
    border: 1px solid #e6e3e3 !important;
}
.dataTables_paginate .paginate_button a i{
    font-size: 11px;
}
.dataTables_paginate .active>.page-link{
    background-color: #6228D7;
    border: 1px solid transparent;
}
/* ----------------------- Datatable CSS End ----------------------- */

/* ----------------------- Form CSS Start ----------------------- */
.form-wrap-box .form-control{
    padding: .6rem;
}
.form-wrap-box .form-control:focus{
    border: 1px solid #6228D7;
}
.form-switch .form-check-input{
    width: 5em;
    height: 2rem;
}
.form-switch .form-check-input:checked{
    background-color: #6228D7;
    border-color: #6228D7;
}
/* ----------------------- Form CSS End ----------------------- */
.search-visible-icon{
    line-height: 8px;
}
.search-visible-icon img{
    width: 10px;
}
.box-gradient-border{
    position: relative;
    padding: 20px;
}
.box-gradient-border::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 1px; /* Controls the thickness of the border shadow */
    background: linear-gradient(to right, #F9CE34, #EE2A7B, #6228D7); /* Gradient color */
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask: 
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.box-title h2{
    font-size: 20px;
    font-weight: 700;
}
.edit-icon-wrap i{
    color: #6228D7;
    font-weight: 700;
}   
.table-value-text .form-switch .form-check-input {
    width: 3em;
    height: 1.2rem;
}
.table-value-text p{
    text-overflow: ellipsis; /* will make [...] at the end */
    width: 200px; /* change to your preferences */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}
.action-btn-wrap a{
    margin: 0 3px;
}
.action-btn-wrap a i{
    font-size: 18px;
    font-weight: 500;
}
.action-btn-wrap a .edit-icon{
    color: #6228D7;
}
.action-btn-wrap a .delete-icon{
    color: #fb2525;
}
.theme-icon{
    display: flex;
    align-items: center;
}
.theme-icon a{
    margin: 0 7px;
    width: 30px;
    height: 30px;
    /* background: #f7f7f7; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* box-shadow: #6228d733 0px 1px 5px;
    border: 1px solid #e2dfdf; */
}
/* .theme-icon a img{
    height: 15px;
    width: 15px;
    object-fit: contain;
} */
.key-pri-value{
    width: fit-content !important;
    padding: 2px 10px;
    border-radius: 4px;
    color: #fff;
}
.key-medium{
    background-color: orange;
}
.key-low{
    background-color: #fb2525;
}
.key-hight{
    background-color: #136F48;
}
/*ui-datepicker-calendar {
    display: none;
}
.ui-widget-header{
    background-color: #6228D7;
}
.ui-icon, .ui-widget-content .ui-icon{
    filter: brightness(0) invert(1);
}
.ui-datepicker .ui-datepicker-buttonpane button{
    font-size: 14px;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    border: 1px solid #000000;
    background: #000;
    font-weight: normal;
    color: #ffffff;
}
.ui-widget button,
.ui-widget select{
    font-family: "Poppins", sans-serif !important;    
}*/
#add-new{
    box-shadow: none;
    border: none;
    background-color: #000;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 25px;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-weight: 600;
    transition: width 0.3s;
}
.keyword-report-wrpper h6{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.view-keyword-report-list-box{
    margin-bottom: 10px;
}
.view-keyword-report-list-box:last-child{
    margin-bottom: 0;
}
/* ----------------------- Dashboard Wrap CSS Start ----------------------- */
.dashboard-wrap-box{
    padding: 25px 20px;
    box-shadow: #6228d733 0px 5px 15px;
    border: 1px solid #6228D7;
    border-radius: 12px;
    transition: all .3s;
}
.dashboard-wrap-box:hover{
    transition: all .3s;
    transform : translateY(-5px);
}
.dashboard-text-wrap p{
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 15px;
}
.dashboard-text-wrap h2{
    font-size: 25px;
    font-weight: 700;
}
.dashboard-icon{
    width: 50px;
    height: 50px;
    /* display: block; */
    background: #f7f7f7;
    padding: 12px;
    border-radius: 50%;
    box-shadow: rgb(98 40 223 / 23%) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.dashboard-icon img{
    width: 100%;
}
/* ----------------------- Dashboard Wrap CSS End ----------------------- */

.sidebar.active .logo-icon {
    display: none !important;
}
.subdrop-down-menu li{
    position: relative;
    padding: 0;
}
.subdrop-down-menu li::before{
    position: absolute;
    content: '';
    top: 14px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #F7F7F7;
    border: 1px solid #6228D7;
    z-index: 1;
}
/* .subdrop-down-menu li::after{
    position: absolute;
    content: '';
    top: 17px;
    left: 3px;
    width: 1px;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #6228D7;
} */
.subdrop-down-menu li:last-child::after{
    height: 0;
}

/* Loader Styles */
#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffffba;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#loader {
    display: flex;
    gap: 7px; 
}
    
    .animated-circle {
    width: 28px;
    height: 28px;
    /* background: linear-gradient(45deg, #0efff8, #1310ff); */
    background: linear-gradient(90deg, #F9CE34, #EE2A7B, #6228D7);
    border-radius: 50%; 
    display: inline-flex;     
    box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.2);
}
    
    .animated-circle.one {
    animation: bounce-one 1.5s ease-in-out infinite;
}
    
    .animated-circle.two {
    animation: bounce-two 1.5s ease-in-out infinite;
}
    
    .animated-circle.three {
    animation: bounce-three 1.5s ease-in-out infinite;
}
    
    @keyframes bounce-one {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}
    @keyframes bounce-two {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
    @keyframes bounce-three {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-25px);
    }
}
.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple{
    padding: .6rem;
    /* line-height: 1.5; */
    border: 1px solid #ced4da;
}
.select2-container .select2-search--inline .select2-search__field{
    margin: 0;
    height: 23px;
}
.tooltipls-wrp{
    margin-left: 3px;
    position: relative;
}
.tooltipls-wrp img{
    width: 18px;
}
.tooltipls-wrp {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.tooltips-text {
    display: none;
    position: absolute;
    right: 100%;
    /* left: 100%;
    transform: translateX(-50%) !important; */
    bottom: 0;
    /* transform: translateX(-50%); */
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 14px;
    z-index: 100;
}

.tooltipls-wrp:hover .tooltips-text {
    display: block;
    margin-right: 5px;
}
.tooltips-text ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.tooltips-text ul li{
    font-size: 13px;
}
.history-wrap-box{
    position: relative;
    /* border-left: 1px solid #000; */
    padding-left: 20px;
}
.history-wrap-box::before{
    position: absolute;
    content: '';
    top: 23px;
    left: 0;
    height: 95%;
    width: 1px;
    background-color: #b229a2;
}
.history-wrap-box .history-items{
    position: relative;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 0;
}
.history-wrap-box .history-items:last-child{
    border-bottom: 0;
}
.history-wrap-box .history-items::before{
    position: absolute;
    content: '';
    top: 23px;
    left: -23.5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #6228D7;
}

.fc-toolbar h2{
    font-size: 29px;
    margin: 0;
    font-weight: 400;
}
a.fc-col-header-cell-cushion {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}
a.fc-daygrid-day-number{
    color: #000;
    font-weight: 400;
    text-decoration: none;
}
.activity-wrpper{
    width: 100%;
}
.activity-wrpper.purple {
    /* background-color: #3788d8; */
    background: -webkit-linear-gradient(left, #ac42b7, #6228D7); /* For older versions of Chrome and Safari */
    background: -moz-linear-gradient(left, #ac42b7, #6228D7);    /* For older versions of Firefox */
    background: -o-linear-gradient(left, #ac42b7, #6228D7);      /* For older versions of Opera */
    background: linear-gradient(to right, #ac42b7, #6228D7);     /* Standard syntax */
}
.activity-wrpper.green{
    background: -webkit-linear-gradient(left, #56ab2f, #a8e063); /* For older versions of Chrome and Safari */
    background: -moz-linear-gradient(left, #56ab2f, #a8e063);    /* For older versions of Firefox */
    background: -o-linear-gradient(left, #56ab2f, #a8e063);      /* For older versions of Opera */
    background: linear-gradient(to right, #56ab2f, #a8e063);
}

.activity-wrpper.red-pink{
    background: -webkit-linear-gradient(left, #e52c82, #a829a9); /* For older versions of Chrome and Safari */
    background: -moz-linear-gradient(left, #e52c82, #a829a9);    /* For older versions of Firefox */
    background: -o-linear-gradient(left, #e52c82, #a829a9);      /* For older versions of Opera */
    background: linear-gradient(to right, #e52c82, #a829a9);
}

.activity-wrpper button{
    box-shadow: none;
    border: none;
    background-color: transparent;
    color: #fff;
    padding: 0;
}
.activity-cal-icon{
    text-decoration: none;
}
.activity-cal-icon i{
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-size: 11px;
}
.theme-icon-btn-wrp {
    position: relative;
    display: inline-block;
}

.show-all-reports {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    background: #eee;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 1;
    transform: translateY(-10px);
    width: max-content;
    max-height: 150px;
    overflow-y: auto;
}
/* #project_wrapper {
    height: 500px;
} */
.theme-icon-btn-wrp.active .show-all-reports {
    display: block;
}
.show-all-reports  > a { 
    height: auto;
    width: auto;
    padding: 5px;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
    display: block;
    white-space: nowrap;
    color: #000;
    text-decoration: none;
    border-radius: 0;
    margin: 0 3px;
}
.show-all-reports  > a:hover { 
    background-color: #f7f7f7;
}
.show-all-reports  > a > img { 
    height: 30px;
    margin-right: 5px;
}
/* .show-all-reports::before {
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #eee;
    border-right: 10px solid transparent;
    left: -20px;
    top: 5px;
} */

.keywords-report-data .fs-13 { 
    font-size: 13px;
}

#ui-datepicker-div{
    z-index: 99 !important;
}
.smo-resport-section-wrapper .report-graph canvas{
    width: 100% !important;
}
.smo-resport-section-wrapper .report-graph > div >div{
     width: 100% !important;
}

@media screen and (min-width: 1200px) and (max-width: 1399px){
    .report-date-with-name h3{
        font-size: 22px;
    }
    /* .smo-resport-section-wrapper .report-graph canvas{
        width: 100% !important;
    }
    .smo-resport-section-wrapper .report-graph > div >div{
         width: 100% !important;
    } */
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .report-date-with-name h3{
        font-size: 20px;
    }
    .report-date-with-name p{
        font-size: 16px;
    }
}

.border-right-0 {
    border-right: 0 !important;
}

.dataTables_wrapper .dataTable thead,
.main-content-start .datatables thead{
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 3;
}

.showuser-wrap-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin-top: 5px;
}
.showuser-wrap-box .username-box{
    position: relative;
}
.showuser-wrap-box .username{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #6228D7;
    font-weight: 500;
    border: 1px solid #ac42b7;
    margin-left: -5px;
    margin-bottom: 0;
    cursor: pointer;
    text-transform: uppercase;
}

.activity-wrpper.purple .showuser-wrap-box .username{
    border: 1px solid #ac42b7;
    color: #ac42b7;
}
.activity-wrpper.green .showuser-wrap-box .username{
    border: 1px solid #5eb034;
    color: #3b970e;
}
.activity-wrpper.red-pink .showuser-wrap-box .username{
    border: 1px solid #e52c82;
    color: #ab29a6;
} 
.showuser-wrap-box .fullname-hover{
    /* opacity: 0; */
    display: none;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #000;
    padding: 3px 7px;
    transition: all 0.3s ease;
    border-radius: 5px;
    text-transform: capitalize;
    margin-top: 10px;
    z-index: 9 !important;
    text-wrap-mode: nowrap;
}
.activity-wrpper.purple .showuser-wrap-box .fullname-hover{
    color: #ac42b7;
}
.activity-wrpper.red-pink .showuser-wrap-box .fullname-hover{
    color: #ab29a6;
}
.activity-wrpper.green .showuser-wrap-box .fullname-hover{
    color: #3b970e;
}
.showuser-wrap-box .username-box:hover .fullname-hover{
    /* opacity: 1; */
    display: block;
    margin-top: 0;
}
.smo-activity-section .fc-daygrid-event{
    z-index: unset !important;
}
.activity-wrpper label{
    text-transform: capitalize;
    font-size: 12px;
}
.smo-activity-section .fc-daygrid-event{
        white-space: normal;
}
.smo-activity-section .fc-event, .smo-activity-section .fc-event-dot{
    background-color: transparent;
}
.smo-activity-section .fc-event{
    border: 0;
}

.dashboard-wrap-box.active{
    background: #f3eefc !important;
}


.date-filter-wrap {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #F7F7F7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
}

.date-filter-wrap .form-inline {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.date-filter-wrap label {
    margin-bottom: 0;
    margin-right: 15px;
    color: #6228D7;
}

.form-inline label {
    font-weight: 500;
}

.date-filter-wrap span {
    margin: 0 10px;
}

.date-filter-wrap span.from-date-wrap, .date-filter-wrap span.to-date-wrap {
    margin: 0;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.shortcut-dash-wrap>a {
    margin-left: 10px;
    color: #6228D7;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: unset;
}

.shortcut-dash-wrap>a:hover, .shortcut-dash-wrap>a.active {
	background-color: #6228D7;
	color: #fff;
}

.table-responsive.datatables{
    max-height: 700px;
    overflow-y: auto;
}
.table-responsive.datatables::-webkit-scrollbar {
  display: none;
}

.action-btn-wrap a {
    text-decoration: unset;
}

.color-item{
    margin-right: 20px;
    display: flex;
    align-content: center;
}
.color-item label{
    font-size: 15px;
}
.color-item .color-bx{
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #dfdfdf;
    margin-right: 5px;
}
.color-item .color-bx.purple-lt{
    background: -webkit-linear-gradient(left, #ac42b7, #6228D7); /* For older versions of Chrome and Safari */
    background: -moz-linear-gradient(left, #ac42b7, #6228D7);    /* For older versions of Firefox */
    background: -o-linear-gradient(left, #ac42b7, #6228D7);      /* For older versions of Opera */
    background: linear-gradient(to right, #ac42b7, #6228D7);     /* Standard syntax */
}
.color-item .color-bx.red-lt{
    background: -webkit-linear-gradient(left, #e52c82, #a829a9); /* For older versions of Chrome and Safari */
    background: -moz-linear-gradient(left, #e52c82, #a829a9);    /* For older versions of Firefox */
    background: -o-linear-gradient(left, #e52c82, #a829a9);      /* For older versions of Opera */
    background: linear-gradient(to right, #e52c82, #a829a9);
}
.color-item .color-bx.green-lt{
    background-color: #56ab2f;
}

.fs-75{
    font-size: 0.75rem;
}


.navbar-expand-lg .navbar-nav .nav-link,
.navbar-nav .nav-link, .navbar-nav .dropdown-item{
    font-weight: 400;
}
@media only screen and (min-width: 1400px) and (max-width: 1680px){
    .sidebar.active .menu{
        max-height: 850px;
        overflow-y: auto;
    }
    .sidebar.active .menu::-webkit-scrollbar {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .sidebar.active .menu{
        max-height: 550px;
        overflow-y: auto;
    }
    .sidebar.active .menu::-webkit-scrollbar {
        display: none;
    }
    .sidebar .subdrop-down-menu{
        top: unset;
        bottom: -150px !important;
    }
}   