.DashboardMain-topHeadingAreaFlex {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
}

.DashboardMain-topHeadingAreaFlex-Left {
    position: relative;
    flex: 2.5;
    justify-content: start;
}

. .DashboardMain-topHeadingAreaFlex-Right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    flex: 1.5;
}

.DashboardMain-topHeading-title {
    position: relative;
    color: #323232 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    font-family: 'Poppins SemiBold' !important;
    padding: 0 !important;
}

.DashboardMain-topHeading-para {
    color: #7E7E7E !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 400;
    font-size: 15px !important;
    font-family: 'Roboto Regular' !important;
}

.DashboardMain-DropdownBox {
    height: 40px !important;
    border: 1px solid #E1E1E1 !important;
    border-radius: 7px !important;
    color: #373738 !important;
    font-size: 14px !important;
    padding: 8px 16px;
    background-color: transparent !important;
    font-family: 'Roboto Regular' !important;
}

textarea.DashboardMain-DropdownBox {
    height: auto !important;
}

.DashboardMain-DropdownBox:focus {
    border: 1px solid #673AB7 !important;
    outline: none !important;
    box-shadow: none !important;
}


/* **************************************************************************** */







.DashboardMainFlex-BoxCard-Large {
    position: relative;
    margin: 20px 0 0;
    width: 100%;
    background-color: #fff;
    padding: 25px 0;
    border-radius: 10px;
    display: grid;
    align-items: center;
    grid-template-columns: 25% 25% 25% 25%;
    border: 1px solid #E5E7EB
}


.DashboardMainFlex-BoxCard-Large2 {
    position: relative;
    margin: 20px 0 0;
    width: 100%;
    background-color: #fff;
    padding: 25px 0;
    border-radius: 10px;
    display: grid;
    align-items: center;
    grid-template-columns: 20% 20% 20% 20% 20%;
    border: 1px solid #E5E7EB
}

.DashboardMainFlex-BoxCard-Large-MainCard {
    position: relative;
    border-right: 1px solid #E1E1E1;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}



.DashboardMainFlex-BoxCard-Large-MainCard:last-child {
    border-right: none !important;
}


.DashboardMainFlex-BoxCard-Large-MainCard-Inner {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.DashboardMainFlex-BoxCard-Large-MainCard-InnerBox {
    position: relative;
    background-color: #F3F4FB;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.DashboardMainFlex-BoxCard-Large-MainCard-InnerBox img {
    width: 20px;
    height: 20px;
    position: relative;
    object-fit: contain;
}

.DashboardMainFlex-BoxCard-Large-MainCard-InnerText {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.DashboardMainFlex-BoxCard-Large-MainCard-InnerText span:first-child {
    font-size: 24px;
    color: #373738;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
}

.DashboardMainFlex-BoxCard-Large-MainCard-InnerText span:last-child {
    font-size: 15px;
    color: #373738;
    font-family: 'Roboto Regular';
    font-weight: 400;
}

.DashboardMainFlex-BoxCard-Large-MainCardPara {
    position: relative;
    font-family: 'Roboto Regular';
    font-size: 13px;
    padding: 0 !important;
    margin: 0 !important;
    color: #7E7E7E;
    font-weight: 400;
}

/* ******************************************************** */

.dashboard-emailvalidationmain-section {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
    margin: 20px 0 0;
}

.dashboard-emailvalidations-cards {
    position: relative;
    width: calc((100% - 40px) / 3);
    background-color: #fff;
    border-radius: 11.48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px 5px 20px;
    box-shadow: 0px 1.91px 7.66px 0px #0000000D;
    border: 1px solid #E5E7EB;
}

.dashboard-emailvalidations-cardsheader {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.dashboard-emailvalidations-cardsheader span:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins Medium' !important;
    color: #373738;
}

.dashboard-emailvalidations-cardsheader span:nth-child(2) {
    color: #22C55E;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Poppins Medium' !important;
    padding-top: 10px;
}

.styled-range {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 8px;
    background: linear-gradient(to right, #22C55E 90%, #E5E7EB 90%);
    outline: none;
    cursor: pointer;
    margin-top: 10px;
}

.styled-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
}

.dashboard-emailvalidations-cardsbody {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-top: 20px;
}

.dashboard-emailvalidations-cardsbody-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 10px;
}

.dashboard-emailvalidations-cardsbody span:nth-child(1) {
    font-size: 14px;
    font-weight: 400;
    color: #7E7E7E;
    font-family: 'Roboto Regular';
}

.dashboard-emailvalidations-cardsbody span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    color: #373738;
    font-family: 'Poppins Medium' !important;
}

.dashboard-emailvalidations-cards:nth-of-type(3) .dashboard-emailvalidations-cardsheader span:nth-child(2) {
    color: red !important;
}


/* **************************************************************************** */

.dashboard-audiencesegments-content {
    position: relative;
    margin: 20px 0 0;
}

.dashboard-audiencesegments-mainsection {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
}

.dashboard-audiencesegments-maincard {
    position: relative;
    width: calc((100% - 60px)/4);
    min-height: 100%;
    background-color: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 11.48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 3.89px 11.66px 0px #0000000D;
    padding: 30px 18px 25px 18px;
}

.dashboard-audiencesegments-mainheader {
    position: relative;
    width: 100%;
    height: auto;
}

.dashboard-audiencesegments-mainheader-flex {
    position: relative;
    display: flex;
    gap: 15px;
    align-items: center;
}

.dashboard-audiencesegments-mainheader-flex span:nth-child(2) {
    color: #373738;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto Regular';
}

.dashboard-audiencesegments-mainheader-imgarea {
    width: 47px;
    height: 47px;
    position: relative;
    border-radius: 12px;
    background-color: #F3F4FB;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    line-height: 0;
}

.dashboard-audiencesegments-mainheader-imgarea img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    position: relative;
}

.dashboard-audiencesegments-mainheader-text {
    position: relative;
    padding-top: 15px;
}

.dashboard-audiencesegments-mainheader-text span:nth-child(1) {
    color: #7E7E7E;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto Regular';
}

.dashboard-audiencesegments-mainbody {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center;
}

.dashboard-audiencesegments-mainbody span:nth-child(1) {
    font-size: 17px;
    font-weight: 500;
    color: #373738;
    font-family: 'Poppins Medium' !important;
}

.dashboard-audiencesegments-mainbody span:nth-child(2) {
    font-weight: 500;
    font-size: 13px;
    font-family: 'Poppins Medium' !important;
}

.dashboard-audiencesegments-mainbody-img {
    position: relative;
    width: 12px;
    margin-right: 3px;
    margin-top: -2px;
    height: 12px;
    object-fit: contain;
}


/* ****************************************************** */


.dashboard-flexheading-content {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dashboard-flexheading-content h4 {
    color: #373738;
    position: relative;
    font-size: 19px;
    font-weight: 500;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Poppins Medium';
}

.dashboard-flexheading-content-btn {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins Medium';
    display: flex;
    align-items: center;
    gap: 8px;
}

.dashboard-flexheading-content-btn img {
    width: 13px;
    height: 13px;
    position: relative;
    object-fit: contain;
}


/* **************************************************** */


.dashboard-tablebox-largearea-section {
    position: relative;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1.92px 7.66px 0px #0000000D;
    border-radius: 11.49px;
    padding: 25px 20px 20px;
    background-color: #fff;
    margin: 20px 0 0;
}


.dashboard-tablebox-largearea-section .table-responsive {
    border: 1px solid #E5E7EB;
    border-radius: 11.66px;
}


.dashboard-tablebox-largearea-section .table-responsive table th {
    color: #7E7E7E !important;
    font-family: 'Roboto Regular' !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 22px 25px !important;
    line-height: 1.4 !important;
}


.dashStatusBtn {
    position: relative;
    height: 26px;
    border-radius: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 15px;
    line-height: 0;
    flex: none;
    font-size: 12px;
    font-family: 'Roboto Regular';
    font-weight: 400;
}


/* ************************************************************************** */

.dashboard-StatisticsBox-section {
    position: relative;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1.92px 7.66px 0px #0000000D;
    border-radius: 11.49px;
    padding: 25px 20px 20px;
    background-color: #fff;
    margin: 20px 0 0;
}


.dashboardpage-tabs {
    display: flex;
    align-items: center;
}

.dashboardpage-tab {
    padding: 8px 15px;
    height: 40px;
    line-height: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Roboto Regular';
    border-radius: 0;
    background: #F9FAFB;
    border: none;
    outline: none;
    color: #673AB7;
    min-width: 80px;
}

.dashboardpage-activetab {
    font-weight: 500;
    background: #F4EBFF;
    font-family: 'Poppins Medium';
}

.dashboardpage-tab:first-child {
    border-radius: 5px 0 0 5px;
}

.dashboardpage-tab:last-child {
    border-radius: 0 5px 5px 0;
}

.dashboardpage-items {
    position: relative;
    margin: 40px 0 0;
}

.dashboardpage-item {
    position: relative;
}

.dashboardpagehidden {
    display: none;
}

.dashboardpage-item .dashboardpage-graphimg {
    max-width: 100%;
    object-fit: contain;
    width: 100%;
    position: relative;
}


/* *************************************************************** */



.DashboardMain-topHeadingAreaFlex-search-area {
    position: relative;
    min-width: 300px;
}


.DashboardMain-topHeadingAreaFlex-search-area i {
    position: absolute;
    left: 10px;
    top: 48%;
    font-size: 16px;
    transform: translateY(-52%);
    color: #a5a5a5;
}


input::placeholder {
    color: #E1E1E1 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: 'Roboto Regular' !important;
}

textarea::placeholder {
    color: #E1E1E1 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: 'Roboto Regular' !important;
}

textarea {
    resize: none;
}


.DashboardMain-DropdownBox.DashboardMain-DropdownBox2 {
    max-width: 200px !important;
}

/* ************************************************* */


.dashboard-tablebox-largearea-section.dashboard-tablebox-largearea-section-two {
    padding: 0 !important;
}


.dashboard-tablebox-largearea-section.dashboard-tablebox-largearea-section-two .table-responsive {
    border: none !important;
    border-radius: 0 !important;
}


.dashboard-tablebox-largearea-section.dashboard-tablebox-largearea-section-two .dashboard-flexheading-content {
    margin-bottom: 0 !important;
}


.dashboard-tablebox-largearea-section-Top {
    padding: 10px 25px;
    height: auto;
    flex-wrap: wrap;
    min-height: 80px;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E1E1E1;
}

.dashboard-tablebox-largearea-section-Bottom {
    padding: 10px 25px;
    display: flex;
    height: auto;
    min-height: 80px;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    border-top: 1px solid #E1E1E1;
    justify-content: space-between;
}



.dashboard-tablebox-largearea-section-Bottom p {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 400;
    font-size: 14px !important;
    color: #373738;
    font-family: 'Roboto Regular';
}

.dashboard-tablebox-largearea-section-Bottom .pagination {
    margin: 0 !important;
    padding: 0 !important;
    gap: 8px !important;
}

.dashboard-tablebox-largearea-section-Bottom .page-link {
    border-radius: 5px !important;
    color: #313131;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Roboto Regular';
    font-weight: 400;
}


.dashboard-tablebox-largearea-section-Bottom .page-link.active {
    background: #673AB7 !important;
    color: #fff !important;
    border-color: transparent !important;
}

.dashboard-tablebox-largearea-section-Bottom .page-link:focus {
    outline: none !important;
    box-shadow: none !important;
}

.dashboard-Audience-Overview-Card-section {
    position: relative;
    margin: 20px 0 0;
}

.dashboard-Audience-Overview-Card-section-inner {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
}

.dashboard-Audience-Overview-Card-main {
    position: relative;
    width: calc((100% - 80px) / 5);
    background-color: #fff;
    box-shadow: 0px 1.05px 2.1px 0px #0000000D;
    border: 1px solid #E5E7EB;
    border-radius: 12.6px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    padding: 20px;
}

.dashboard-Audience-Overview-Card-maintop {
    position: relative;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.dashboard-Audience-Overview-Card-maintop h5 {
    font-size: 15px;
    color: #373738;
    font-family: 'Poppins Medium';
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 500;
}

.dashboard-Audience-Overview-Card-maintop h3 {
    font-size: 22px;
    color: #373738;
    font-family: 'Poppins Medium';
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 500;
}

.dashboard-Audience-Overview-Card-mainbottom {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}

.dashboard-Audience-Overview-Card-mainbottomimglarge {
    position: relative;
    max-width: 100px;
    width: 100%;
    object-fit: contain;
}

.dashboard-Audience-Overview-Card-mainbottomtxtsmall {
    position: relative;
    font-size: 14.7px;
    font-weight: 500;
    font-family: 'Poppins Medium';
    display: flex;
    align-items: center;
    gap: 5px;
}

.dashboard-Audience-Overview-Card-mainbottomtxtsmall img {
    width: 14px;
    height: 14px;
    position: relative;
    object-fit: contain;
}

.DashboardMain-Audience-filter-section {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 20px 0 0;
}

.DashboardMain-Audience-filter-section-inner {
    box-shadow: 0px 1.05px 2.09px 0px #0000000D;
    border: 1px solid #E5E7EB;
    background-color: #fff;
    border-radius: 12.55px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.DashboardMain-Audience-filter-section-inner-right {
    position: relative;
    display: flex;
    justify-content: end;
    flex: 1;
}

.DashboardMain-Audience-filter-section-inner-left {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
}

.DashboardMain-Audience-filter-section-inner-left2 {
    position: relative;
    flex: 2;
    display: flex;
    align-items: center;
    gap: 15px;
}

.DashboardMain-Audience-filter-section-inner-right2 {
    position: relative;
    display: flex;
    justify-content: end;
    flex: 1;
}

.dashboard-tablebox-audCard {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.dashboard-tablebox-audCardimg {
    position: relative;
    width: 45px;
    height: 45p;
    position: relative;
    object-fit: contain;
}

.dashboard-tablebox-audCardtxt {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dashboard-tablebox-audCardtxt span:first-child {
    color: #373738;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto Regular';
}

.dashboard-tablebox-audCardtxt span:last-child {
    color: #7E7E7E;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto Regular';
}

.dashboard-Audiencestatus-btn {
    position: relative;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 14px;
    font-family: 'Roboto Regular';
    font-size: 12px;
    flex: none;
    font-weight: 400;
    border-radius: 7px;
}

.dashboard-AudienceTagarea {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard-AudienceTag-btn {
    position: relative;
    background-color: #F3F4F6;
    color: #373738;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 14px;
    flex: none;
    font-family: 'Roboto Regular';
    font-size: 12px;
    font-weight: 400;
    border-radius: 7px;
}

.dashboard-campaigns-btnarea {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.dashboard-campaigns-btnmain {
    height: 40px;
    border: 1px solid #E1E1E1;
    background-color: #F9FAFB;
    padding: 8px 30px;
    color: #7E7E7E;
    font-size: 14px;
    font-family: 'Roboto Regular';
    border-radius: 6px;
    font-weight: 400;
}

.dash-campaign-bottom-square-cardarea {
    position: relative;
    margin: 20px 0 0;
}


.dash-campaign-bottom-square-cardarea-inner {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
}

.dash-campaign-bottom-square-cardMain {
    position: relative;
    background-color: #fff;
    border-radius: 8.67px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc((100% - 60px) / 4);
}

.dash-campaign-bottom-square-cardMain h4 {
    position: relative;
    font-size: 15.41px;
    color: #48494A;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.3;
    font-weight: 500;
    font-family: 'Roboto Medium';
}

.dash-campaign-bottom-square-cardMainFlex {
    position: relative;
    padding: 20px 20px 0 0;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.dash-campaign-bottom-square-cardMainFlexTxt {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dash-campaign-bottom-square-cardMainFlexTxt span:first-child {
    font-family: "Roboto Slab";
    font-size: 28.88px;
    color: #673AB7;
    font-weight: 500;
}

.dash-campaign-bottom-square-cardMainFlexTxt span:last-child {
    font-size: 11.55px;
    color: #7C7C7C;
    font-weight: 400;
    font-family: 'Poppins Regular';
    font-weight: 400;
}

.dash-campaign-bottom-square-cardMainFlex img {
    max-width: 74px;
    width: 100%;
    object-fit: contain;
    position: relative;
}

.dashpop-cmpaignheading {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dashpop-cmpaignheading h3 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Poppins Medium';
    margin: 0;
    padding: 0;
    color: #373738;
}

.dashpop-cmpaignheading p {
    font-size: 14px;
    font-weight: 400 !important;
    font-family: 'Poppins Medium';
    margin: 0;
    color: #7E7E7E;
    padding: 0;
    font-family: 'Roboto Regular';
}

/* ************************************************* */






.DashboardMainFlex-EmailAnalyticsFlex {
    position: relative;
    margin: 20px 0 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}




.DashboardMainFlex-EmailAnalyticsFlex-Box {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0.96px 1.92px 0px #0000000D;
    border: 0.96px solid #E1E1E1;
    border-radius: 11.51px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 0px;
    width: calc((100% - 20px) / 2);
}

.DashboardMainFlex-EmailAnalyticsFlex-Box img {
    position: relative;
    max-width: 100%;
    width: 100%;
}



.DashboardMainFlex-EmailAnalyticsFlex-BoxInner {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 50px;
    gap: 15px;
    width: 100%;
    justify-content: space-between;
}



/* ******************************************** */

@media (max-width:575.9px) {
    .DashboardMain-topHeadingAreaFlex {
        flex-wrap: wrap !important;
        width: 100% !important;
        gap: 20px !important;
    }

    .DashboardMainFlex-EmailAnalyticsFlex-Box {
        width: 100% !important;
    }

    .DashboardMainFlex-EmailAnalyticsFlex-BoxInner {
        flex-wrap: wrap !important;
        margin-bottom: 10px;
    }

    .DashboardMain-topHeadingAreaFlex-Right {
        justify-content: start !important;
    }

    .DashboardMain-topHeadingAreaFlex-Left {
        flex: 100% !important;
        width: 100% !important;
    }

    .DashboardMain-topHeadingAreaFlex-Right {
        flex: 100% !important;
        width: 100% !important;
    }

    .DashboardMain-DropdownBox.DashboardMain-DropdownBox2 {
        max-width: 100% !important;
    }

    .DashboardMainFlex-BoxCard-Large {
        grid-template-columns: 100% !important;
    }

    .DashboardMainFlex-BoxCard-Large2 {
        grid-template-columns: 100% !important;
    }

    .DashboardMainFlex-BoxCard-Large-MainCard {
        padding: 15px 25px !important;
    }

    .dashboard-flexheading-content {
        flex-wrap: wrap !important;
    }

    .dashboardpage-tabs {
        width: 100% !important;
        overflow-x: auto !important;
    }

    .dashboard-emailvalidations-cards {
        width: 100% !important;
    }

    .dashboard-audiencesegments-maincard {
        width: 100% !important;
    }

    .DashboardMain-topHeadingAreaFlex-search-area {
        min-width: auto !important;
    }

    .dashboard-Audience-Overview-Card-main {
        width: 100% !important;
    }

    .DashboardMain-Audience-filter-section-inner {
        flex-wrap: wrap !important;
    }

    .DashboardMain-Audience-filter-section-inner-left {
        flex: 100% !important;
        flex-wrap: wrap !important;
        width: 100% !important;
    }

    .DashboardMain-Audience-filter-section-inner-left2 {
        flex: 100% !important;
        flex-wrap: wrap !important;
        width: 100% !important;
    }

    .dashboard-tablebox-largearea-section-Bottom .pagination {
        flex-wrap: wrap !important;
    }


    .dash-campaign-bottom-square-cardMain {
        width: 100% !important;
    }

    .DashboardMainFlex-BoxCard-Large-MainCard {
        border: none !important;
    }

}

@media (min-width:576px) and (max-width:991.9px) {
    .DashboardMain-topHeadingAreaFlex {
        flex-wrap: wrap !important;
        width: 100% !important;
        gap: 20px !important;
    }


    .DashboardMainFlex-EmailAnalyticsFlex-BoxInner {
        flex-wrap: wrap !important;
        margin-bottom: 10px;
    }

    .DashboardMain-topHeadingAreaFlex-Right {
        justify-content: start !important;
    }

    .DashboardMain-topHeadingAreaFlex-Left {
        flex: 100% !important;
        width: 100% !important;
    }

    .DashboardMain-topHeadingAreaFlex-Right {
        flex: 100% !important;
        width: 100% !important;
    }

    .DashboardMainFlex-BoxCard-Large {
        grid-template-columns: 50% 50% !important;
    }

    .DashboardMainFlex-BoxCard-Large2 {
        grid-template-columns: 50% 50% !important;
    }

    .DashboardMainFlex-BoxCard-Large-MainCard {
        padding: 15px 25px !important;
    }

    .dashboard-flexheading-content {
        flex-wrap: wrap !important;
    }

    .dashboardpage-tabs {
        width: 100% !important;
        overflow-x: auto !important;
    }

    .dashboard-emailvalidations-cards {
        width: calc((100% - 20px) / 2) !important;
    }

    .dashboard-audiencesegments-maincard {
        width: calc((100% - 20px) / 2) !important;
    }

    .dash-campaign-bottom-square-cardMain {
        width: calc((100% - 20px) / 2) !important;
    }

    .DashboardMain-topHeadingAreaFlex-search-area {
        min-width: auto !important;
    }

    .dashboard-Audience-Overview-Card-main {
        width: calc((100% - 20px) / 2) !important;
    }

    .DashboardMain-Audience-filter-section-inner {
        flex-wrap: wrap !important;
    }

    .DashboardMain-Audience-filter-section-inner-left {
        flex: 100% !important;
        width: 100% !important;
    }

    .DashboardMain-Audience-filter-section-inner-left2 {
        flex: 100% !important;
        width: 100% !important;
    }

    .dashboard-tablebox-largearea-section-Bottom .pagination {
        flex-wrap: wrap !important;
    }

    .DashboardMain-DropdownBox.DashboardMain-DropdownBox2 {
        max-width: 100% !important;
    }


}

@media (min-width:992px) and (max-width:1199.9px) {
    .DashboardMainFlex-BoxCard-Large-MainCard-Inner {
        flex-direction: column-reverse !important;
        flex-wrap: wrap !important;
        gap: 20px !important;
    }

    .DashboardMainFlex-EmailAnalyticsFlex-BoxInner {
        flex-wrap: wrap !important;
        margin-bottom: 10px;
    }

    .DashboardMainFlex-BoxCard-Large2 {
        grid-template-columns: 33% 33% 33% !important;
    }

    .DashboardMainFlex-BoxCard-Large-MainCard-InnerText span:last-child {
        font-size: 13px !important;
    }

    .DashboardMain-DropdownBox.DashboardMain-DropdownBox2 {
        max-width: 100% !important;
    }

    .dashboard-audiencesegments-maincard {
        width: calc((100% - 40px) / 3) !important;
    }

    .dash-campaign-bottom-square-cardMain {
        width: calc((100% - 40px) / 3) !important;
    }

    .DashboardMain-topHeadingAreaFlex-search-area {
        min-width: auto !important;
    }

    .dashboard-Audience-Overview-Card-main {
        width: calc((100% - 40px) / 3) !important;
    }

    .DashboardMain-Audience-filter-section-inner {
        flex-wrap: wrap !important;
    }

    .DashboardMain-Audience-filter-section-inner-left {
        flex: 100% !important;
        width: 100% !important;
    }

    .DashboardMain-Audience-filter-section-inner-left2 {
        flex: 100% !important;
        width: 100% !important;
    }

    .dashboard-tablebox-largearea-section-Bottom .pagination {
        flex-wrap: wrap !important;
    }

}

@media (min-width:1200px) and (max-width:1399.9px) {
    .DashboardMainFlex-BoxCard-Large-MainCard-InnerText span:last-child {
        font-size: 13px !important;
    }

    .dashboard-Audience-Overview-Card-main {
        width: calc((100% - 60px) / 4) !important;
    }

    .DashboardMain-Audience-filter-section-inner {
        flex-wrap: wrap !important;
    }

    .DashboardMain-Audience-filter-section-inner-left2 {
        flex: 2.5 !important;
    }

    .DashboardMain-Audience-filter-section-inner-right {
        flex: 2 !important;
    }
}