.shadowBox {
    padding: 16px;
    overflow: visible !important;
}

.modal-lg {
    width: min(420px, 90vw) !important;
}

.plan {
    padding: 16px;
    align-items: start;
}

.offPriceIcon {
    display: none;
}

.price-section {
    margin: unset !important;
}

.plan-name {
    margin-bottom: 12px;
    font-weight: 500;
}

label {
    margin-bottom: unset;
    font-weight: unset;
}

p {
    margin: unset;
}

.d-none {
    display: none !important;
}

.container {
    max-width: 1180px !important;
}



.tool__wrapper {
    border: 1px solid #e2e2e2;
    background: #fff;
    border-radius: 8px;
    position: relative;
    margin-top: 16px;
}

.tool__area {
    border-radius: inherit;
}

.mt-3 {
    margin-top: 10px !important;
}

.opacity {
    opacity: 0.5;
}

.col-md-12 {
    width: 100%;
}

.d-flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.bg-white {
    background-color: #ffffff;
}

.fa-plus-circle:before {
    color: black;
    font-size: 16px;
}

.input_area {
    width: 100%;
    position: relative;
}

#urls {
    display: inline-block;
    width: 100%;
    resize: none;
    height: 260px;
    outline: none;
    padding: 16px;
    border: 0;
    max-height: 260px;
    overflow-y: scroll;
    word-break: break-word;
    font-size: 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.bottom_action__wrapper {
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 8px 0px 12px;
    border-top: 1px solid #E2E2E2;
    background-color: #EFF3F4;
}

#cloudflare_container {
    position: absolute;
    bottom: 10px;
    z-index: 100;
}

/* Custom scrollbar styling */
.left_action,
.center_section {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    transition: all 4s ease;
    min-width: 100px;
}

.reset-tool-sec {
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.right__btn {
    display: flex;
    justify-content: center;
    gap: 8px;
    position: relative;
}

.downloadDropdown,
.submit_btn,
.start-over {
    display: flex;
    align-items: center;
    gap: 2px;
    display: inline-block;
    border-radius: 6px;
    padding: 6px 10px;
    background: #3acd99 !important;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border: none;
}

.start-over {
    background-color: #000000 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.loading-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.loading-overlay .lds-dual-ring {
    top: unset !important;
}

.box-icon {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    color: #3c5057;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 6px;
}

.box-icon img {
    width: 20px;
    height: 20px;
}

.box-icon:hover {
    background-color: #F4F8F9;
}

.exclude-label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.exclude-label input {
    cursor: pointer;
}

#exclude_domain,
#exclude_url {
    margin-top: -2px !important;
}

.result-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 16px 0 0 0;
}

.result-heading .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.result_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    position: relative;
}

.custom-table-wrapper {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 0;
    border: 1px solid #e5e7eb;
}

/* Make table scrollable horizontally */
.table-responsive-custom {
    width: 100%;
    overflow-x: auto;
}

/* Table styling */
.custom-table {
    width: 100%;
    min-width: 500px;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    color: #333 !important;
}

.custom-table thead {
    font-weight: 600;
    color: #000;
}

.custom-table th {
    background-color: #F4F8F9;
}

.custom-table th:first-child {
    border-top-left-radius: 7px;
}

.custom-table th:last-child {
    border-top-right-radius: 7px;
}

.custom-table th,
.custom-table td {
    padding: 8px 16px;
    border-bottom: 1px solid #E2E2E2;
    white-space: nowrap;
    vertical-align: middle;
}

/* Remove bottom border of last row */
.custom-table tbody tr:last-child td {
    border-bottom: none;
}

/* Row hover effect */
.custom-table tbody tr:hover {
    color: #0796B6 !important;
}

.custom-table tbody tr:hover a {
    color: #0796B6 !important;

}

/* Links inside table */
.custom-table a {
    color: #333;
}

.total__urls {
    font-weight: 600;
    font-size: 14px;
}


.download-button {
    position: relative;
}

.br-1 {
    border-right: 1px solid #E2E2E2;
}

#checkBtn {
    margin: 16px 0 8px 0 !important;
}

#sample-text-js {
    display: flex;
    align-items: center;
    height: 32px;
    width: 32px;
}

.filter-outer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    position: relative;
}

.total-results {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 24px;
}

.filters-toggle {
    display: flex;
    align-items: center;
    gap: 4px;
    width: max-content;
    padding: 6px 12px;
    border: 1px solid #000;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
}

.result-filters {
    display: flex;
    flex-direction: column;
    width: 280px;
    border-radius: 8px;
    background: #fff;
    box-shadow:
        0px 1px 2px rgba(60, 64, 67, 0.3),
        0px 2px 6px rgba(60, 64, 67, 0.15);
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 10;
}

.result-filter-item {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-bottom: 1px solid #e2e2e2;
}

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

.title>span {
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

.value {
    display: flex;
    align-items: center;
    gap: 6px;
}

.filter-symbol {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
}

.serval {
    width: 40px;
    text-align: center;
    border: 1px solid #E2E2E2;
    border-radius: 5px !important;
    padding: 4px;
    font-size: 12px;
    color: #333;
    outline: none;
}

.switches {
    margin: unset !important;
}


.inputRange {
    appearance: none;
    height: 4px;
    border-radius: 9999px !important;
    background: linear-gradient(90deg, #0796b6 1%, #e2e2e2 1%);
    cursor: pointer;
}

/* Thumb: for Chrome, Safari, Edge */
.inputRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 9999px;
    background: #0796B6;
    box-shadow: none;
}

/* Thumb: for Firefox */
.inputRange::-moz-range-thumb {
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 9999px;
    background: #06b6d4;
    box-shadow: none;
}

@media (width<=768px) {

    .left_action,
    .reset-tool-sec {
        min-width: 50px;
    }


}

@media(width<=550px) {
    .bottom_action__wrapper {
        flex-wrap: wrap;
        height: unset;
        gap: 6px;
    }

    .left_action {
        order: 1;
    }

    .reset-tool-sec {
        order: 2;
    }

    .center_section {
        width: 100%;
        order: 3;
        flex-wrap: wrap;
    }

    #checkBtn {
        width: 100%;
        text-align: center;
    }
}

@media(width<=425px) {}