.projec-detail-title {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: -1px;
}

.projec-detail-title span {
    font-size: 16px;
    margin: 0px;
}

.projec-detail-title>span:first-child,
.projec-detail-title>span:nth-child(2),
.projec-detail-title>span:nth-child(3),
.projec-detail-title>span:nth-child(4) {
    color: var(--custom-six);
    font-family: 'DMSans-Regular';
}

.projec-detail-title>span:last-child {
    font-family: 'DMSans_18pt-Medium';
}

.projec-detail-bk-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
    border: none;
    text-decoration: none;
    gap: 15px;
    font-family: 'DMSans-Regular';
    color: var(--custom-five);
    margin-bottom: 30px;
    margin-top: 23px;
    cursor: pointer;
}

.projec-detail-bk-btn>div {
    height: 20;
    width: 20;
}

.projec-detail-bk-btn>p {
    margin: 0px;
    padding-bottom: 5px;
    font-size: 16px;
}

.projec-detail-bk-btn>div>img {
    height: 100%;
    width: 100%;
}

.view-camp-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
}

.campaign-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: white;
    height: 410px;
    padding: 0px 18px;
    margin-bottom: 24px;
    box-shadow: 0px 8px 8px -4px #18274B14, 0px 4px 6px -4px #18274B1F;
    border-radius: 8px;
    flex: 1;
}

.camp-item-act {
    font-family: 'DMSans_18pt-Medium';
    color: var(--success-color) !important;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 12px;
}

.campaign-item>div:first-child {
    height: 58px;
    width: 58px;
    margin-bottom: 8px;
}

.campaign-item>div:first-child>img {
    height: 58px;
    width: 58px;
}

.campaign-item>p:nth-child(2) {
    font-size: 20px;
    color: var(--custom-five);
    margin: 0px;
    text-transform: capitalize;
    font-family: 'DMSans_18pt-Medium';
    padding-bottom: 3px;
}

.campaign-item>p:nth-child(3) {
    font-size: 15px;
    color: var(--custom-six);
    margin: 0px;
    font-family: 'DMSans-Regular';
    padding-bottom: 6px;
}

.campa-state {
    padding: 0px 12px;
    height: 32px;
    display: flex;
    transition: all 0.5s ease;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: max-content;
    border-radius: 32px;
    margin-bottom: 16px;
}

/* .campa-state>div:first-child {
    height: 8px;
    width: 8px;
    border-radius: 50%;

} */

/* .campa-state>p:last-child {
    text-transform: capitalize;
    margin: 0px;
} */

.campa-state>p:first-child {
    font-size: 14px;
    font-family: 'DMSans_18pt-Medium';
    margin: 0px;
}

.campa-state-error {
    background-color: var(--error-color-shade);
}

/* .campa-state-error>div:first-child {
    background-color: var(--error-color);
} */

.campa-state-error>p:first-child {
    color: var(--error-color);
}

.campa-state-success {
    background-color: var(--custom-twenty-three);
}

.campa-state-success>p:first-child {
    color: var(--custom-ten);

}

.campa-state-success>p:last-child {
    color: var(--custom-ten);
}

.campaign-item>div:nth-child(5),
.campaign-item>div:nth-child(6),
.campaign-item>div:nth-child(7) {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0px;
    font-size: 16px;
    padding-bottom: 16px;
    gap: 8px;
}

.campaign-item>div:nth-child(5)>p:first-child,
.campaign-item>div:nth-child(6)>p:first-child,
.campaign-item>div:nth-child(7)>p:first-child {
    font-family: 'DMSans-Regular';
    color: var(--custom-six);
    margin: 0px;
}

.campaign-item>div:nth-child(5)>p:last-child,
.campaign-item>div:nth-child(6)>p:last-child,
.campaign-item>div:nth-child(7)>p:last-child {
    font-family: 'DMSans_18pt-Medium';
    color: var(--custom-five);
    margin: 0px;
}


.view-campaign-button-wrapper {
    display: flex;
    border-radius: 32px;
    background: linear-gradient(136.9deg, #05A4C7 2.3%, #1ADBD4 96.52%);
    padding: 1px;
    width: 100%;
    /* overflow: hidden; */
    box-sizing: content-box;
    margin-top: 2px;
}

.view-campaign-button-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 32px;
    padding: 10px 20px;
    background-color: white;
    font-size: 16px;
    flex: 1;
    text-decoration: none;
    cursor: pointer;
    font-family: 'DMSans_18pt-Medium';
    color: var(--tertiary-color);
}

.view-campaign-button-wrapper a:hover {
    transform: scale(1.0);
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
}

.edit-camp-container {
    box-shadow: 0px 4px 4px -2px #18274B14, 0px 2px 4px -2px #18274B1F;
    border-radius: 8px;
    padding: 40px;
    max-width: 614px;
    background-color: white;
}

.edit-camp-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.edit-camp-title>p:first-child {
    font-size: 20px;
    color: var(--custom-five);
    font-family: 'DMSans_36pt-Bold';
}

.edit-camp-title>button {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
}

.edit-camp-title>button>div:first-child {
    height: 20px;
    width: 20px;
}

.edit-camp-title>button>div:first-child>img {
    height: 20px;
    width: 20px;
}

.edit-camp-title>button>p:last-child {
    font-size: 16px;
    font-family: 'DMSans_18pt-Medium';
    color: var(--error-color-II);
    margin: 0px;
}

.edit-project-form button {
    margin-top: 24px;
}

.edit-camp-wrapper-inner {
    padding: 0px;
}


.delete-camp-container {
    width: 100%;
    padding: 0px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.delete-camp-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    max-width: 480px;
    box-shadow: 0px 18px 88px -4px #18274B24;
    box-shadow: 0px 8px 28px -6px #18274B1F;
    padding: 40px;
    gap: 16px;
}

.delete-camp-wrapper>div:first-child {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: var(--error-color-shade);
    margin-bottom: 21px;
}


.delete-camp-wrapper>div:first-child>img {
    height: 48px;
    width: 42.67px;
}

.delete-camp-wrapper>p:nth-child(2) {
    font-size: 24px;
    font-family: 'DMSans_36pt-Bold';
    margin: 0px;
}

.delete-camp-wrapper>p:nth-child(3) {
    font-size: 16px;
    font-family: 'DMSans-Regular';
    margin: 0px;
    line-height: 25.6px;
    color: var(--custom-six);
}

.delete-camp-wrapper>button:nth-child(4),
.delete-camp-wrapper>button:nth-child(5) {
    width: 100%;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    font-size: 16px;
    font-family: 'DMSans_18pt-Medium';
    border: none;
    cursor: pointer;
}

.delete-camp-wrapper>button:nth-child(4) {
    background-color: var(--error-color);
    color: var(--custom-seven);
}

.delete-camp-wrapper>button:nth-child(5) {
    color: var(--custom-five);
    background-color: transparent;
}

.view-camp-details-container {
    flex: 1;
    width: 100%;
}

.camp-overview {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
}

.camp-overview-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    border-radius: 32px;
    background: linear-gradient(136.9deg, #05A4C7 2.3%, #1ADBD4 96.52%);
    flex-shrink: 0;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    height: 48px;
    padding-left: 24px;
    padding-right: 24px;
}

.camp-overview-btn>p {
    margin: 0px;
    font-size: 16px;
    font-family: 'DMSans_18pt-Medium';
    color: var(--custom-seven);
}

.camp-overview-btn>div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
}

.camp-overview-btn>div>img {
    height: 24px;
    width: 24px;
}


.camp-overview-sect-one {
    display: flex;
    align-items: center;
    gap: 8px;

}

.camp-overview-sect-one>div:first-child {
    height: 72px;
    width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.camp-overview-sect-one>div:first-child>img {
    height: 72px;
    width: 72px;
}


.camp-overview-sect-one>div:last-child {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.camp-overview-sect-one>div:last-child>p:first-child {
    font-size: 20px;
    font-family: 'DMSans_18pt-Medium';
    margin: 0px;
}

.camp-overview-sect-one>div:last-child>p:last-child {
    font-size: 16px;
    font-family: 'DMSans-Regular';
    margin: 0px;
    color: var(--custom-six);
}

.camp-overview-section-header {
    display: flex;
    margin-top: 24px;
}


.camp-overview-section-button {
    width: 154px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-bottom: 0.2px solid var(--custom-fouty-three);
    color: var(--custom-six);
    font-family: 'DMSans_18pt-Medium';
    transition: all 0.2s ease;
}

.camp-overview-section-active-button {
    border-bottom: 2px solid var(--tertiary-color) !important;
    color: var(--tertiary-color);
    font-family: 'DMSans_36pt-Bold';
}

.campaign-overview-item, .campaign-overview-item-range {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: start;
    margin-bottom: 16px;
}

.campaign-overview-item>div, .campaign-overview-item-range>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.campaign-overview-item>div>div  {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 14px;
    width: 14px;
}

.campaign-overview-item>div>div>img, .campaign-overview-item-range>div>div>img {
    height: 14px;
    width: 14px;
}

.campaign-overview-item>div>label {
    font-size: 16px;
    font-family: 'DMSans-Regular';
    color: var(--custom-five);
    margin: 0px;
}

.campaign-overview-item>input,
.campaign-overview-item>textarea {
    width: 100%;
    font-size: 16px;
    border-radius: 8px;
    font-family: 'DMSans-Regular';
    border: 1px solid var(--custom-twenty);
    box-sizing: border-box;
    padding-left: 9px;
    box-shadow: 0px 4px 4px -2px #18274B14;
    box-shadow: 0px 2px 4px -2px #18274B1F;

}

.campaign-overview-item>input {
    height: 40px;
}

.campaign-overview-item>textarea {
    height: 100px;
    resize: none;
    padding-top: 9px;
}

.campaign-overview-item>input:focus,
.campaign-overview-item>textarea:focus {
    outline: 1px solid var(--tertiary-color);
}

.cp-ow-stn-one-inr {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px;
    margin-top: 16px;
}

.cp-ow-stn-one-inr-one>p {
    font-size: 20px;
    font-family: 'DMSans_36pt-Bold';
    margin: 0px;
    color: var(--custom-five);
    padding-bottom: 24px;
}

.cp-ow-stn-one-inr-one {
    box-shadow: 0px 8px 16px -6px #18274B14, 0px 6px 8px -6px #18274B1F;
    border-radius: 8px;
    padding: 40px;
    background-color: white;
    flex: 1;
}

.cp-ow-stn-one-inr-two {
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 0.3px solid var(--custom-six);
    width: 30%;
    height: max-content;
}

.cp-ow-stn-one-inr-two p {
    font-size: 18px;
    font-family: 'DMSans-Regular';
    color: var(--custom-six);
    margin: 0px;
}

.cp-ow-stn-one-inr-bld {
    font-family: 'DMSans_18pt-Medium';
    color: var(--custom-five);
}

.toggle-checkbox {
    display: none;
    flex-shrink: 0 !important;
}

.toggle-label {
    background-color: #ccc;
}

.all-camp-toggle-label {
    background-color: var(--error-color);
}

.toggle-label,
.all-camp-toggle-label {
    display: block;
    width: 20px;
    height: 12px;
    border-radius: 7px;
    position: relative;
    flex-shrink: 0 !important;
    cursor: pointer;
    transition: background-color 0.3s;
}

.toggle-circle {
    width: 7px;
    height: 7px;
    flex-shrink: 0 !important;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    bottom: 0px;
    transition: left 0.3s;
}

.toggle-checkbox:checked+.toggle-label {
    background-color: var(--success-color);
    flex-shrink: 0 !important;
}

.toggle-checkbox:checked+.toggle-label .toggle-circle {
    left: calc(100% - 9.5px);
    flex-shrink: 0 !important;
}

.checkbox-conatiner>p,
.checkbox-wrapper>p {
    font-size: 16px;
    color: var(--custom-five);
    font-family: 'DMSans-Regular';
    margin: 0px;
    flex-shrink: 0 !important;
}

.checkbox-wrapper {
    margin-top: 10px;
}

.checkbox-wrapper,
.all-cam-check-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-shrink: 0 !important;
}


.keywords-container {
    display: flex;
    gap: 12px;
    flex-direction: row;
    width: 100%;
    margin-top: 16px;

}

.keywords-sect-one,
.keywords-sect-two {
    flex: 1;
    border-radius: 8px;
    box-shadow: 0px 8px 16px -6px #18274B14, 0px 6px 8px -6px #18274B1F;
    height: max-content;
}

.keywords-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    gap: 10px;
    background-color: white;
    padding: 8px 20px 8px 20px;

}

.keywords-header p {
    font-size: 16px;
    font-family: 'DMSans_36pt-Bold';
    color: var(--custom-five);
    white-space: nowrap;
}

.keywords-header-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    border: 1px solid var(--custom-six);
    padding: 8px 12px;
    gap: 4px;
    flex-shrink: 0;
    background-color: transparent;
    cursor: pointer;
}

.keywords-header-button p {
    font-size: 14px;
    font-family: 'DMSans-Regular';
    color: var(--custom-six);
    margin: 0px;
}


.cp-ow-stn-one-inr-one button {
    width: 100%;
    height: 51px;
    background: linear-gradient(136.9deg, #05A4C7 2.3%, #1ADBD4 96.52%);
    border-radius: 32px;
    border: none;
    font-family: 'DMSans_18pt-Medium';
    color: var(--custom-seven);
    font-size: 16px;
    margin-top: 30px;
    cursor: pointer;
}

.camp-overview-animate {
    display: none;
    opacity: 0;
    transition: opacity 0.1s ease, height 0.7s ease;
}

.camp-overview-animate.dvisible {
    display: block;
    opacity: 1;
}

.add-keyword-dialog-wrapper {
    max-height: 705px;
    overflow-y: auto;
    background-color: white;
    box-shadow: 0px 18px 88px -4px #18274B24, 0px 8px 28px -6px #18274B1F;
    border-radius: 8px;
    padding: 40px 20px;
    width: 574px;
    height: 100%;
    overflow-y: auto;
    margin-top: 100px;
    margin-bottom: 20px;
}

.add-keyword-dialog-wrapper>div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.add-keyword-dialog-wrapper>div:first-child>p {
    margin: 0px;
    font-size: 20px;
    font-family: 'DMSans_36pt-Bold';
    color: var(--custom-five);

}

.add-keyword-dialog-wrapper>div:first-child>button,
.add-keyword-dialog-wrapper>div:first-child>button>img {
    border: none;
    background-color: transparent;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.add-keyword-radio-btn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 7px;
    gap: 37px;

}

.add-keyword-radio-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.create-camp-container>p:nth-child(2) {
    font-size: 16px;
    color: var(--custom-five);
    margin: 0px;
    font-family: 'DMSans-Regular';
    padding-top: 40px;
}

.add-keyword-radio-item>p:nth-child(3) {
    font-size: 14px;
    color: var(--custom-five);
    font-family: 'DMSans-Regular';
    margin: 0px;
}

.add-keyword-radio-item>div:nth-child(4) {
    height: 14px;
    width: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0 !important;
}

.add-keyword-radio-item>div:nth-child(4) {
    height: 11.38px;
    width: 11.38px;
    flex-shrink: 0 !important;
}

.add-keyword-radio-item input[type="radio"] {
    display: none;
    flex-shrink: 0 !important;
}

.add-keyword-radio-item .radio-mark {
    width: 20px;
    height: 20px;
    border: 1px solid var(--custom-six);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    flex-shrink: 0 !important;
    box-sizing: border-box;
}

.add-keyword-radio-item input[type="radio"]:checked+.radio-mark {
    border-color: var(--tertiary-color);
    flex-shrink: 0 !important;
}

.add-keyword-radio-item input[type="radio"]:checked+.radio-mark::after {
    content: '';
    width: 13px;
    height: 13px;
    background: var(--tertiary-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-shrink: 0 !important;
}


.add-keyword-radio-item .radio-mark:hover {
    border-color: var(--tertiary-color);
    flex-shrink: 0 !important;
}

.add-keyword-radio-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 4px;
    flex-shrink: 0 !important;
}

.add-keyword-radio-item-inner p {
    margin: 0px;
    font-family: 'DMSans-Regular';
}

.add-keyword-radio-item-inner p:first-child {
    font-size: 14px;
    color: var(--custom-five);
}

.add-keyword-radio-item-inner p:last-child {
    font-size: 12px;
    color: var(--custom-six);
}

.add-keyword-radio-item-two {
    align-items: start;
}


.dropdown-container {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-family: 'DMSans-Regular';
    color: var(--custom-five);
}


.dropdown-container-min {
    width: max-content;
    display: flex;
    position: relative;
}

.aa {
    z-index: 10009;
}


.dropdown-icon {
    position: absolute;
    right: 12px;
    top: 49.5px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.dropdown-icon-min {
    position: absolute;
    top: 12px;
    right: 10px;
    ;
    transform: translateY(-50%);
    cursor: pointer;
}

.datalist-container {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
    animation: slideDown 0.3s ease;
}

.add-keyword-form {
    display: block;
}

.add-keyword-form>button:last-child {
    margin-top: 40px;
}

.add-keyword-header {
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.add-keyword-header-btn {
    height: 40px;
    width: 40px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--tertiary-color);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.add-keyword-header-btn>img {
    height: 20px;
    width: 20px;
}

.added-keywrd-container {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    overflow-y: auto;
    transition: all 0.5s ease;
}

.added-keywrd-container button {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 16px;
    transition: all 0.5s ease;
    height: 33px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: transparent;
    border: 1px solid var(--custom-eleven);
    border-radius: 32px;
    cursor: pointer;
}

.add-key-word-sub-btn-style {
    width: 100% !important;
    color: var(--custom-seven) !important;
    font-size: 14px;
    margin-top: 40px;
    font-family: 'DMSans_18pt-Medium';
}

.added-keywrd-container button p {
    margin: 0px;
    font-family: 'DMSans-Regular';
    font-size: 14px;
}

.added-keywrd-container button div {
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    margin-top: 1px;
    justify-content: center;
}

.added-keywrd-container button div img {
    height: 16px;
    width: 16px;
}


@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.datalist-container div {
    padding: 10px;
    cursor: pointer;
}

.add-key-datalist-container {
    padding: 8px;
}

.add-key-datalist-container>div:not(:last-child) {
    border-bottom: 1px solid var(--custom-eleven);
}

.add-key-header-item {
    width: 100%;
}

.add-key-header-item-II {
    display: flex;
    align-items: end;
    gap: 16px;
    width: 100%;
}


.add-key-datalist-container div {
    font-size: 12px;

}

.datalist-container div:hover {
    background-color: #f1f1f1;
}

.datalist-container.show {
    display: block;
}

.sel-mul-con {
    background-color: transparent;
    border: none;
    color: var(--tertiary-color);
    font-size: 16px;
    font-family: 'DMSans_36pt-Bold';
    cursor: pointer;
    margin-top: 4px;
}

.keyword-input-item {
    margin-bottom: 15px;
}

.keyword-input-item>input {
    margin-top: 8px;
}

.keyword-input-item_wrapper {
    display: flex;
    gap: 20px;
    flex-direction: row;

}

.add-keyword-raido-btn_II {
    padding-top: 24px;
    margin-top: 5px;
    border-top: 1px solid var(--custom-eleven);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 16px;
}

.select-mutlti-form {
    display: none;
}

.select-mutlti-form>p:nth-child(2) {
    font-size: 24px;
    font-family: 'DMSans_36pt-Bold';
    color: var(--custom-five);
    margin: 0px;
    padding-bottom: 22px;
    padding-top: 10px;
}

#keyword-input-item-wrapper {
    display: flex;
    flex-direction: column;
}

.new-node {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.new-node.show {
    opacity: 1;
    transform: translateY(0);
}

.add-more-country-btn {
    display: flex;
    align-items: center;
    flex-direction: row;
    max-width: 187px;
    border: none;
    background-color: transparent;
    gap: 4px;
    cursor: pointer;
}

.add-more-country-btn>div:first-child,
.add-more-country-btn>div:first-child>img {
    height: 11.67px;
    width: 11.67px;
}

.add-more-country-btn>p {
    font-family: 'DMSans_18pt-Medium';
    font-size: 16px;
    margin: 0px;
    color: var(--tertiary-color);
}

.add-location-wrapper>div:not(:first-child) {
    border-top: 1px solid var(--custom-eleven);
    padding-top: 24px;
    margin-top: 6px;
}

.kewrd-time-conatiner {
    position: relative;
}

.info-button {
    position: relative;
    cursor: pointer;
}

.tooltip {
    display: none;
    position: absolute;
    top: 90px;
    right: -20px;
    width: 120px;
    transform: translateY(-50%);
    padding: 20px 20px 5px 20px;
    background-color: var(--custom-seven);
    color: var(--custom-seventeen);
    font-family: 'DMSans-Regular';
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    font-size: 16px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 100;
    box-shadow: 0px 18px 88px -4px #18274B24, 0px 8px 28px -6px #18274B1F;

}

.tooltip div,
.tooltip a,
.mobile-tooltip div,
.mobile-tooltip a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    margin: 0px;
    text-decoration: none;
    color: var(--custom-seventeen);
}

.tooltip a:first-child,
.mobile-tooltip>a:first-child {
    padding-bottom: 15px;
}

.tooltip a:nth-child(2),
.edit-ky-pop-up,
.mobile-tooltip>div:nth-child(2) {
    padding: 15px 0px 15px 0px;
}

.tooltip a:nth-child(3),
.mobile-tooltip>a:nth-child(3) {
    padding-top: 15px;
}

.tooltip a:not(:last-child),
.tooltip>div,
.info-button>div,
.mobile-tooltip>a:nth-child(1),
.mobile-tooltip>div:nth-child(2) {
    border-bottom: 1px solid var(--custom-eleven);
}

.tooltip a>div,
.tooltip a>div>img,
.mobile-tooltip>a>div,
.mobile-tooltip>a>div>img {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tooltip a>div>img,
.mobile-tooltip>a>div>img {
    height: 20px;
    width: 20px;
}

.tooltip a>p,
.mobile-tooltip>a>p {
    margin: 0px;

}

.mobile-tooltip>a>p {
    font-size: 14px;

}


body {
    overflow-x: hidden;
    /* Prevent horizontal scroll */
}

.kewrd-time-container {
    position: relative;
}

.overlayy {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: end;
    transition: top 0.3s ease-in-out;
    z-index: 99999999;
}

.overlayy.show {
    top: 0;
}


.info-button:hover .tooltip {
    display: block;
}


/* body {
    overflow-x: hidden;
  } */

.mobile-drawup {
    position: fixed;
    bottom: -249px;
    right: 0px;
    gap: 0;
    height: 222px;
    background-color: white;
    color: var(--custom-seventeen);
    display: block;
    font-family: 'DMSans-Regular';
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 8px 16px 32px 16px;
    text-align: start;
    width: 100dvw;
    transition: 0.3s;
    z-index: 99999;
    box-sizing: border-box;
}

.mobile-drawup>div:first-child {
    height: 4px;
    width: 80px;
    border-radius: 32px;
    background-color: var(--custom-six);
    margin: auto;
}

.mobile-drawup>p:nth-child(2) {
    margin: 0px;
    font-size: 16px;
    padding-bottom: 16px;
    padding-top: 18px;
}

.mobile-drawup.active {
    top: 0;
}

.mobile-drawup.show {
    bottom: 0px;
}

.camp-over-pts-wrapper {
    display: flex;
    gap: 12px;
    padding: 0px;
    margin: 0px;

}

.camp-over-pts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.camp-over-pts>div:last-child {
    height: 7px;
}

.camp-over-lne {
    position: relative;
    height: 102px;
    width: 1px;
    background-color: var(--custom-eleven);
    padding: 0px;
    margin: 0px;
    z-index: 0px;
}

.camp-over-pts-rnd {
    position: absolute;
    left: -3.3px;
    height: 8px !important;
    box-sizing: border-box;
    flex-shrink: 0px;
    width: 8px;
    border-radius: 50%;
    padding: 0px;
    margin: 0px;
    z-index: 0px;
    background: linear-gradient(136.9deg, #05A4C7 2.3%, #1ADBD4 96.52%);
}

.camp-over-lne>div:first-child {
    top: 0px;
}

.camp-over-lne>div:nth-child(2) {
    top: 31px;
}

.camp-over-lne>div:nth-child(3) {
    top: 62px;
}

.camp-over-lne>div:nth-child(4) {
    bottom: 0px;
}


.camp-over-lst {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px;
    margin: 0px;
}

.camp-over-lst-inner {
    display: flex;
    flex-direction: row;
    gap: 8px
}

.camp-over-lst-inner>p {
    padding: 0px;
    margin: 0px;
}

.camp-over-lst-inner>p:first-child {
    font-size: 16px;
    font-family: 'DMSans-Regular';
    color: var(--custom-six);
}

.camp-over-lst-inner>p:last-child {
    color: var(--custom-five);
    font-family: 'DMSans_18pt-Medium';
    font-size: 16px;
}

.camp-overview-ky-wrd {
    align-items: start;
}


.cam-kwy-header {
    padding: 8px 20px 8px 20px;
}

.camp-kywrd-sect,
.camp-kywrd-sect-two {
    width: 50%;
}

.camp-kywrd-sect-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.camp-kywrd-sect-two,
.camp-kywrd-sect {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 8px 16px -6px #18274B14, 0px 6px 8px -6px #18274B1F;
}

.camp-kywrd-sect-two>p:nth-child(2),
.camp-kywrd-sect-two>p:nth-child(4) {
    margin: 0px;
    font-size: 16px;
    color: var(--custom-five);
}

.camp-kywrd-sect-two>p:nth-child(2) {
    font-family: 'DMSans_18pt-Medium';
    padding-bottom: 16px;
}

.camp-kywrd-sect-two>p:nth-child(4) {
    font-family: 'DMSans-Regular';
    text-align: center;
    margin: 0px;
    padding-top: 10px;
}


.cam-kwy-header-II {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
}

.cam-kwy-header-II>p:first-child {
    margin: 0px;
    font-size: 16px;
    font-family: 'DMSans_18pt-Medium';
    color: var(--custom-five);
}


.cam-kwy-header-II>div {
    display: flex;
    gap: 8px;
}

.cam-kwy-header-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    background-color: transparent;
    border: none;
    height: 36px;
    border-radius: 32px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
}

.cam-kwy-header-btn-active {
    border: 1px solid var(--tertiary-color);
    color: var(--tertiary-color);
}

.cam-kwy-header-btn>div {
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
}

.cam-kwy-header-btn>div>img {
    height: 20px;
    width: 20px;
}

.cam-kwy-header-btn>p {
    margin: 0px;
    font-size: 14px;
    font-family: 'DMSans-Regular';
    white-space: nowrap;
}

.chart-container {
    height: max-content;
}

.custom-select-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;

    gap: 3px;
}

.custom-select-wrapper>p {
    font-family: 'DMSans-Regular';
    color: var(--custom-six);
    margin: 0px;
}

.custom-select {
    font-family: 'DMSans_18pt-Medium';
    width: auto;
    cursor: pointer;
    font-size: 16px;
    height: max-content;
    margin: 0px;
    padding: 0px;
    padding-right: 20px;
    appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 4px;
    background-image: url('/assets/icons/drop-down-line.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px;
}

.custom-select:focus {
    outline: none;
}

.custom-select>option {
    padding: 0px 15px 0px 18px;
    font-family: 'DMSans_18pt-Medium';
    border: none;
}

.cm-wrapper {
    margin-top: 24px;
}

.campaign-container {
    box-shadow: 0px 4px 4px -2px #18274B14, 0px 2px 4px -2px #18274B1F;
    border-radius: 8px;
    padding: 24px 20px;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;

}

.campaign-inner-one {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.campaign-inner-one>button {
    background-color: transparent;
    border: none;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    cursor: pointer;
}

.campaign-inner-one>button>p {
    margin: 0px;
    font-family: 'DMSans_18pt-Medium';
    font-size: 16px;
    color: var(--tertiary-color);
}

.campaign-inner-one>div:first-child>p:first-child {
    font-size: 20px;
    color: var(--custom-five);
    font-family: 'DMSans_36pt-Bold';
    margin: 0px;
    line-height: 24px;
    padding-bottom: 5px;
}

.campaign-inner-one>div:first-child>p:nth-child(2) {
    font-size: 16px;
    color: var(--custom-six);
    font-family: 'DMSans-Regular';
    margin: 0px;
}

.campaign-inner-two-section {
    display: flex;
    align-items: center;
}

.campaign-inner-two-item {
    display: flex;
    align-items: center;
    justify-items: center;
    gap: 4px;
    height: 41px;
    border-radius: 8px;
    margin: 0px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: var(--custom-ninteen);
}

.campaign-inner-two-item>p {
    margin: 0px;
    font-size: 14px;
    font-family: 'DMSans-Regular';
    color: var(--custom-five);
    white-space: nowrap;
}

.campaign-inner-two-item>div {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin-bottom: 2px;
}

.campaign-active-indicator {
    background-color: var(--success-color);
}

.campaign-not-active-indicator {
    background-color: var(--custom-six);
}

.campaign-inner-two {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.campaign-inner-two-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    gap: 16px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.campaign-inner-two-wrapper::-webkit-scrollbar {
    display: none;
}

.campaign-inner-two-section a {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
}

.campaign-inner-two-section>a>img {
    height: 22px;
    width: 22px;
}

.campaign-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
}

.campaign-checkbox input {
    display: none;
}

.campaign-checkmark {
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
    position: relative;
    transition: background-color 0.2s;
}

.campaign-address {
    display: none;
}

.campaign-checkbox input:checked+.campaign-checkmark {
    background-color: var(--tertiary-color);
}

.campaign-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 4px;
    width: 3px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.campaign-checkbox input:checked+.campaign-checkmark:after {
    display: block;
}

.closing-time {
    display: none;
    flex-direction: row;
    gap: 16px;
    margin-top: 16px;

}

.closing-time.active {
    display: flex;
}

.open-close-hrs {
    padding-top: 16px;
    padding-bottom: 10px;
    margin-top: 30px;
    border-top: 1px solid var(--custom-eleven);
}

.all-camp-item-btn {
    position: absolute;
    right: 20px;
    top: 44px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.all-camp-item-btn img {
    height: 24px;
    width: 24px;
}

.create-camp-hd-txt {
    color: white !important;
}

.create-camp-hd {
    align-items: center;
    margin-bottom: 9px;
}

.create-camp-hd>p {
    margin: 0px;
    font-family: 'DMSans_36pt-Bold';
}

.camp-dele-text {
    color: var(--error-color);
}

.search-interval-sel .search-interval-sel option {
    font-family: 'DMSans-Regular';
}


.search-interval-sel option {
    border-bottom: 1px solid black;
}

.search-interval-sel {
    position: absolute;
    right: 9px;
    bottom: 8px;
    border: 1px solid var(--custom-eleven);
    height: 24px;
    font-size: 12px;
    outline: none;
    color: var(--custom-five);
    border-radius: 8px;
    padding-left: 5px;
    width: 140px;
    color: var(--custom-five);
    font-size: 14px;
    cursor: pointer;
}

.edit-key-word-hd {
    margin-bottom: 40px;
}

.rp-dte {
    color: var(--custom-six);
    font-family: 'DMSans-Regular';
    font-size: 16px;
    /* background-image: url('/assets/icons/add.svg'); */
    appearance: none;
    background-size: 16px 24px;
    background-position: calc(100% - 24px) center;
    background-repeat: no-repeat;
    padding-right: 10px;
}

.report-cont {
    display: flex;
    box-sizing: border-box;
    gap: 20px;
    margin-bottom: 30px;
}


.report-cont-sect-one {
    width: 350px;
}

.report-cont-sect-two-num-clicks {
    color: var(--custom-five) !important;
}

.report-cont-sect-two {
    flex: 1;
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rep-chat-title {
    font-size: 16px;
    font-family: 'DMSans_18pt-Medium';
    margin: 0px;
    color: var(--custom-five);
}

.rep-chat-title-2 {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 14px;
    margin: 0px;
    color: var(--custom-five);
}

.rp-date-cont {
    display: flex;
    gap: 16px
}

.report-title {
    font-size: 24px;
    font-family: 'DMSans_36pt-Bold';
    color: var(--custom-five);
}

.ti-gen-wi {
    width: 50px
}

.county-top {
    z-index: 100;
}

.report-chart {
    max-width: 950px !important;
    /* Set maximum width */
}

.pagination-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background-color: white !important;
    padding: 8px 20px 8px 0px;
    border-top: 1px solid var(--custom-eleven);
}


.pagination-container {
    display: flex;
    align-items: center;
    gap: 5px;

}

.report-chart-container {
    height: max-content;
    flex: 1;
    padding: 20px;
}

.btn-prev,
.btn-next {
    background-color: transparent;
    font-size: 12px;
    border: none;
    color: var(--custome-thiry-four);
    font-family: 'DMSans_18pt-Medium';
}

.pagination-numbers,
.more-pagination-numbers {
    height: 32px;
    width: 32px;
    font-size: 12px;
    display: flex;
    border-radius: 8px;
    color: var(--custome-thiry-four);
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid var(--custom-thirty-five);
}

.more-pagination-numbers {
    border: none;
}

.active-pagination-number {
    background-color: var(--tertiary-color);
    color: white;
    border: none;
}

.chart-header-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.chat-indicate {
    border-radius: 50%;
    height: 12px;
    width: 12px;
    flex-shrink: 0;

}

.chat-indicate-one {
    background-color: var(--tertiary-color);
}

.chat-indicate-two {
    background-color: var(--error-color);
}

.chart-grp-wrapper {
    display: flex;
    flex-direction: row;
    gap: 17px;
    justify-content: space-between;
}

.info-button:hover .tooltip {
    display: block;
    /* Ensure the tooltip is displayed */
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.crcp {
    flex-direction: column !important;
    margin-top: 24px;
    margin-bottom: 24px;
}

.ove-camp_container {
    display: flex;
    flex-direction: row;
    gap: 25px;
    overflow-x: auto;

}

.ove-camp_container_item {
    padding: 16px;
    display: flex;
    flex-direction: row;
    justify-items: center;
    background-color: white;
    border-radius: 8px;
    flex: 1;
    box-sizing: border-box;
}

.ove-camp_container_item_img_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-right: 8px;
    background-color: var(--custom-twenty-three);
}

.ove-camp_container_item_img_cont>img {
    height: 24px;
    width: 24px;
}

.ove-camp_container_item_inner>p {
    margin: 0px;
    font-size: 20px;
    line-height: 24px;
}

.ove-camp_container_item_inner_item_one {
    font-family: 'DMSans-Regular';
    color: var(--custom-six);
    padding-bottom: 4px;
    white-space: nowrap;
}

.ove-camp_container_item_inner_item_two {
    font-family: 'DMSans-Regular';
    color: var(--custom-five);
    font-family: 'DMSans_18pt-Medium';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


input[type="range"] {
    accent-color: var(--tertiary-color);
    border: none;
    outline: none;
}

input[type="range"]:focus {
    border: none;
    outline: none;
    border-color: transparent;
    color: transparent;
}


input[type="range"]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border: none;
    outline: none;
    border-radius: 50%;
    background: #ff4500;
    cursor: pointer;
    cursor: ew-resize;
    transition: background .3s ease-in-out;
    border-color: transparent;
    color: transparent;
}

.slider {
    height: 6px;
    background: green;
    /* Slider background color */
    border: none;
    outline: none;
    border-radius: 5px;
    opacity: 0.7;
    transition: opacity 0.2s;
    border-color: transparent;
    color: transparent;
}

input[type=range] {
    flex: 1;

}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 200px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-ms-track {
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.slider-label {
    text-wrap: nowrap;
    width: 65px;
    text-align: end;
    font-size: 16px;
    font-family: 'DMSans_18pt-Medium';
    color: var(--custom-five);
}

.slider-cont {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    box-sizing: border-box;
}

.campaign-overview-item-range-top {
    padding-top: 20px;
    border-top: 1px solid var(--custom-eleven);
    margin-top: 25px;
}


@media (min-width: 768px) {


    .info-button:hover .tooltip {
        display: block;
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

@media only screen and (max-width: 1278px) {
    .keywords-container {
        flex-direction: column;
    }

}

@media only screen and (max-width: 1139px) {
    .report-cont {
        flex-direction: column;
    }

    .report-cont-sect-one {
        width: 100%;
    }
}

@media only screen and (max-width: 1190px) {

    .camp-kywrd-sect {
        width: 100%;
        box-sizing: border-box;
    }

    .camp-kywrd-sect-two {
        width: 100%;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1070px) {
    .view-camp-container {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media only screen and (max-width: 1049px) {
    .cp-ow-stn-one-inr {
        flex-direction: column !important;
    }

    .cp-ow-stn-one-inr-two {
        width: fit-content;
    }
}

@media only screen and (max-width: 990px) {
    .camp-overview-ky-wrd {
        flex-direction: column;
        gap: 24px;
    }

    .cam-kwy-header-II>div {
        gap: 3px;
    }

    .cam-kwy-header-btn>p {
        font-size: 11px;
    }


    .view-camp-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .campaign-item {
        margin-bottom: 16px;
    }


    .keyword-input-item_wrapper {
        flex-direction: column;
        gap: 7px;
    }

}

@media only screen and (max-width: 690px) {
    .chart-grp-wrapper {
        display: flex;
        flex-direction: column;
    }

    .report-title {
        font-size: 18px;
    }

    .rp-date-cont {
        flex-direction: column;
    }


    .campaign-checkbox,
    .campaign-inner-one>p:first-child {
        font-size: 14px;
    }

    .closing-time {
        display: none;
        flex-direction: column;
        gap: 16px;
        margin-top: 16px;

    }

    .camp-kywrd-sect-two {
        width: auto;
    }

    .add-keyword-dialog-wrapper {
        width: 420px;
        max-height: 100vh;
    }

    .add-keyword-radio-btn {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;

    }

}

@media only screen and (max-width: 500px) {
    .slider-label {
        width: 60px;
        font-size: 14px;
    }

    .ove-camp_container_item_img_cont {
        height: 36px;
        width: 36px;
    }
    
    .ove-camp_container_item_img_cont>img {
        height: 20px;
        width: 20px;
    }

    .ove-camp_container {
       margin-left: var(--global-mobile-padding);
       gap: 12px;
       
    }

    .crcp {
       gap: 15px !important;
    }

    .ove-camp_container_item_inner_item_one {
        font-size: 12px !important;
        line-height: 14.4px !important;
        padding-bottom: 3px;
    }
    
    .ove-camp_container_item_inner_item_two {
       font-size: 14px !important;
       line-height: 16.8px !important;
    }

    .add-keyword-header {
        width: 100%;
        flex-direction: column;
    }

    .cm-wrapper {
        margin-top: 10px;
    }

    .campaign-inner-two-section a {
        height: 20px;
        width: 20px;
    }

    .campaign-inner-two-section>a>img {
        height: 18px;
        width: 18px;
    }

    .campaign-inner-two-item {
        height: 30px;
        border-radius: 8px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .campaign-inner-two-item>p {
        font-size: 12px;
    }

    .campaign-inner-two-item>div {
        height: 4px;
        width: 4px;
        margin-bottom: 0px;
    }

    .campaign-inner-one>button>p {
        font-size: 14px;
    }

    .campaign-inner-one>div:first-child>p:first-child {
        font-size: 14px;
        line-height: 16.8px;
    }

    .campaign-inner-one>div:first-child>p:nth-child(2) {
        font-size: 12px;
    }

    .custom-select {
        font-size: 14px;
    }

    .cam-kwy-header {
        padding: 5px 20px 5px 20px;
    }

    .cam-kwy-header-btn {
        height: 32px;
    }

    .camp-over-lst-inner>p:first-child,
    .camp-over-lst-inner>p:last-child {
        font-size: 14px;
    }

    .camp-over-lst-inner {
        width: 100%;
        justify-content: space-between;
    }

    .info-button:hover .tooltip {
        display: block;
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }

    .camp-overview-section-button {
        width: 100%;
        margin-bottom: 9px;
    }

    .camp-kywrd-sect-two>p:nth-child(2) {
        padding-bottom: 7px;
    }

    .camp-kywrd-sect-two>p:nth-child(2),
    .camp-kywrd-sect-two>p:nth-child(4) {
        font-size: 14px;
    }

    .cam-kwy-header-II {
        margin-bottom: 24px;
    }

    .camp-kywrd-sect-two {
        margin-top: 8px;
    }

    .cam-kwy-header-II>p:first-child {
        font-size: 14px;
    }

    .cam-kwy-header-btn>div,
    .cam-kwy-header-btn>div>img {
        height: 16px;
        width: 16px;
    }

    .cam-kwy-header-btn>p {
        font-size: 12px;
    }

    .camp-over-lne {
        height: 92px;
    }

    .camp-over-lne>div:first-child {
        top: 5px;
    }

    .camp-over-lne>div:nth-child(2) {
        top: 31px;
    }

    .camp-over-lne>div:nth-child(3) {
        top: 57px;
    }

    .camp-over-lne>div:nth-child(4) {
        bottom: 0px;
    }

    .camp-over-lst {
        flex: 1;
    }

    .camp-over-pts-wrapper {
        width: 100%;

    }

    .chart-container {
        height: max-content;
    }



    .table-wrapper-outter {
        overflow-x: auto;
    }


    .add-more-country-btn>div:first-child,
    .add-more-country-btn>div:first-child>img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 9.3px;
        width: 9.3px;
    }

    .add-more-country-btn>p {
        font-family: 'DMSans_18pt-Medium';
        font-size: 14px;
    }

    .select-mutlti-form>p:nth-child(2) {
        font-size: 20px;
        padding-bottom: 16px;
        padding-top: 10px;
    }

    .sel-mul-con {
        font-size: 14px;
    }

    .overlay {
        overflow-y: hidden;
    }

    .add-keyword-dialog-wrapper>div:first-child {
        margin-bottom: 24px;
    }

    .add-keyword-dialog-container {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
    }

    .add-keyword-dialog-wrapper {
        max-height: none;
        height: 100%;
        width: 100%;
        flex: 1;
        box-sizing: border-box;
        padding: 40px 16px;
        margin-top: 0px;
        padding-bottom: 100px;
    }


    .cp-ow-stn-one-inr {
        margin-top: 8px;
    }

    .keywords-container {
        margin-top: 0px;
    }

    .cp-ow-stn-one-inr-one>p {
        font-size: 12px;
        padding-bottom: 20px;
    }

    .camp-overview-btn {
        height: 41px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .camp-overview-btn>p,
    .cp-ow-stn-one-inr-two p {
        font-size: 14px;
    }

    .camp-overview-btn>div,
    .camp-overview-btn>div>img {
        height: 16px;
        width: 16px;
    }

    .camp-overview-sect-one,
    .camp-overview-sect-one>div:last-child {
        gap: 4px;
    }

    .camp-overview-sect-one>div:first-child,
    .camp-overview-sect-one>div:first-child>img {
        height: 40px;
        width: 40px;
    }

    .camp-overview-sect-one>div:last-child>p:first-child {
        font-size: 16px;
    }

    .camp-overview-sect-one>div:last-child>p:last-child {
        font-size: 14px;
    }

    .cp-ow-stn-one-inr-one {
        box-shadow: none;
        padding: 16px;
    }

    .cp-ow-stn-one-inr,
    .keywords-container-wrapper,
    .camp-kywrd-sect-wrapper {
        margin-left: -16px;
        margin-right: -16px;
        gap: 32px;
    }

    .cp-ow-stn-one-in {
        gap: 32px;
    }

    .cp-ow-stn-one-inr-two {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }

    .delete-camp-wrapper {
        padding: 16px;
    }

    .delete-camp-wrapper>p:nth-child(2) {
        font-size: 20px;
    }

    .delete-camp-wrapper>p:nth-child(3) {
        font-size: 12px;
        line-height: 19.2px;
    }

    .delete-camp-wrapper>div:first-child {
        height: 80px;
        width: 80px;
    }


    .delete-camp-wrapper>div:first-child>img {
        height: 36px;
        width: 32px;
    }

    .delete-camp-container {
        padding: 0px 16px;
    }

    .projec-detail-bk-btn {
        margin-bottom: 20px;
    }

    .delete-camp-wrapper>div:first-child {
        margin-bottom: 0px;
    }

    .edit-camp-wrapper {
        position: fixed;
        top: 0px;
        right: 0px;
        background-color: white;
        height: 100dvh;
        width: 100%;

    }

    .edit-camp-wrapper-inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .edit-camp-container {
        box-shadow: none;
        padding: 0px;
        padding-top: 0px;
    }

    .edit-camp-title>button>p:last-child {
        font-size: 14px;
    }

    .edit-project-form button {
        margin-top: 40px;
    }

    .dashboard-content {
        padding-left: 16px;
        padding-right: 16px;
        overflow: hidden;
    }

    .campaign-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .projec-detail-title {
        margin-top: 10px;
    }

    .projec-detail-title span {
        font-size: 12px;
    }

}

@media only screen and (max-width: 380px) {
    .add-keyword-radio-btn {
        grid-template-columns: repeat(1, 1fr);

    }

}