/* ==========Deshborad  css========== */
.reletive_box {
    position: relative;
}

.select_input_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    left: 10px;
}

.dashboard_heading {
    color: #16030E;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.512px;
    margin: 0;
}

.dashboard-filter-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}


.form-control.dark_input {
    color: #425466;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    border: 0.1px solid #e53f9df1;
    background-color: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.20);
    padding: 10px 15px;
    min-height: 44px;
    height: 44px;
}

.reletive_box .form-control.dark_input {
    padding: 10px 15px 10px 40px;
}

.reletive_box .form-select.dark_input {
    padding: 10px 40px;
}

.filter_drop_box .form-group {
    position: relative;
    margin-bottom: 24px;
}

.filter_drop_box .form-label {
    color: #20102B;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
}

/*  */
.irs--flat .irs-bar {
    top: 27px;
    height: 7px;
    background-color: #E74BA6;
}

.irs--flat .irs-handle {
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    background: #E74BA6;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    border-radius: 6px;
    background-color: #E74BA6;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: #E74BA6;
    top: -6px;
    transform: rotate(180deg);
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    display: none;
}

.irs-from,
.irs-to,
.irs-single {
    top: unset;
    bottom: -54px;
}

.form-group .budget-slider {
    margin-top: -14px;
}

/*  */


.dash-campaignsCard {
    border-radius: 8px;
    border: 0.2px solid #E53F9E;
    background: #FFF;
    padding: 24px 24px 18px;
    height: 100%;
    display: flex;
    gap: 10px;
    filter: drop-shadow(0px 0px 5px rgba(229, 63, 158, 0.20));
}

.dash-campaingPrice {
    color: #E74BA6;
    font-size: 40px;
    font-weight: 500;
    display: block;
}

.dash-campaingTitle {
    color: #11263C;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 13px;
}

.dash-campaigns-box {
    margin-top: 30px;
}

.card_reviewBox {
    border-radius: 8px;
    border: 0.2px solid #E53F9E;
    background: #FFF;
    padding: 24px;
    filter: drop-shadow(0px 0px 5px rgba(229, 63, 158, 0.20));
}

.dash-campaignsCard:hover {
    box-shadow: rgb(161 161 161 / 36%) 0px 0px 19px;
    border: 0.2px solid #b32274;
}

.card_reviewBox:hover {
    box-shadow: rgb(161 161 161 / 36%) 0px 0px 19px;
    border: 0.2px solid #b32274;
}

.total_ReviewBlock {
    margin-top: 30px;
}

.graph_title {
    color: #11263C;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.graph_taken_total {
    color: #16030E;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    margin: 20px 0 0;
}

.card_graphImg img {
    width: 100%;
}

.graph_taken_total span {
    color: rgba(22, 3, 14, 0.55);
}

.progresh_photo_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.graph_progPhoto {
    color: #16030E;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    position: relative;
}

.graph_progPhoto::before {
    position: absolute;
    content: '';
    background-color: #E74BA6;
    width: 8px;
    height: 20px;
    border-radius: 3px;
    left: -15px;
    top: 2px;
}

.graph_progUser::before {
    background-color: #712249;
}

.graph_progBox {
    display: flex;
    align-items: center;
    gap: 30px;
}

.pieChartBox {
    width: 100% !important;
}

.pieChartBox .recharts-legend-wrapper {
    width: 100% !important;
}

/*  */
@media (min-width: 1200px) and (max-width: 1440px) {
    .dash-campaingTitle {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .dash-campaingPrice {
        font-size: 32px;
    }

    .dash-campaignsCard {
        padding: 16px;
    }

    .graph_title {
        font-size: 18px;
    }

    .graph_taken_total {
        font-size: 15px;
    }
}

@media (max-width: 1199.98px) {
    .dash-campaingTitle {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .dash-campaingPrice {
        font-size: 32px;
    }

    .dashboard-block {
        overflow: hidden;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .graph_title {
        font-size: 16px;
    }

    .dash-campaignsCard {
        padding: 15px;
    }

    .graph_taken_total {
        font-size: 14px;
    }

    .graph_progPhoto {
        font-size: 15px;
    }

    .graph_progPhoto::before {
        width: 6px;
        height: 17px;
        left: -13px;
    }

    .dashboard_heading {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    .dashboard_heading {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {
    .dashboard_heading {
        font-size: 24px;
    }

    .graph_taken_total {
        font-size: 15px;
    }

    .dashboard-filter-box {
        flex-wrap: wrap;
    }

    .graph_title {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .card_reviewBox {
        padding: 15px;
    }

    .graph_progPhoto {
        font-size: 13px;
        margin-bottom: 0;
    }

    .graph_progPhoto::before {
        width: 5px;
        height: 15px;
        left: -11px;
    }
}

.dropdown-menu {
  z-index: 9999 !important;
  position: absolute !important;
}

.default_tag_table {
    width: fit-content;
    padding: 6px 10px;
    display: inline-block;
    background: #55bbdd;
    border-radius: 10px;
    min-width: 60px;
    text-align: center;
    font-size: 15px;
}

.false_tag_table{
    width: fit-content;
    padding: 6px 10px;
    display: inline-block;
    background: #cedfe5;
    border-radius: 10px;
    min-width: 60px;
    text-align: center;
    font-size: 15px;
}
.notificationTrack{
    background: #ea439d;
    color: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    padding: 8px;
    align-items: center;
}
.notificationTrack span{
    display: block;
    line-height: normal;
}

.notificationTrack button{
    background: transparent;
    color: #ffffff;
    font-size: 19px;
    display: block;
}