html {
    font-size: 14px;
}
.custom-color-red {
    background-color: #dd4b39;
    color: white;
}

.custom-color-orange {
    background-color: orange;
    color: white;
}

.custom-color-yellow {
    background-color: yellow;
    color: black;
}

.custom-color-green {
    background-color: #00a65a;
    color: white;
}

.domain-page-span {
    width: 70px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
}
table.dataTable {
    width: 100% !important;
}
.genral-domain-rating {
    width: 40px;
    display: block;
    border-radius: 30px;
    text-align: center;
    line-height: 23px;
    height: 20px;
}

@-webkit-keyframes changecolor {
    from {
        background-color: #ff7e7e;
    }
    to {
        background-color: #fff;
    }
}

@keyframes changecolor {
    from {
        background-color: #ff7e7e;
    }
    to {
        background-color: #fff;
    }
}

.danger_title {
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
    -webkit-animation-name: changecolor;
            animation-name: changecolor;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
}

.index-span {
    width: 80px;
}

.dataTables_wrapper label select {
    width: 60px;
    font-size: 13px;
}

.dataTables_wrapper .dataTables_length {
    margin-left: 1rem;
    font-size: 13px;
}

.dataTables_wrapper .dataTables_filter {
    margin-right: 1rem;
    font-size: 13px;
}

.dataTables_wrapper .dataTables_info {
    margin-left: 1rem;
    font-size: 13px;
}

.dataTables_wrapper .dataTables_paginate {
    margin-right: 1rem;
    font-size: 13px;
}

.dataTables_wrapper .dataTables_filter input {
    width: 260px;
    margin-left: 15px;
    max-width: 100%;
}
.dt-buttons {
    padding: 0 15px 15px;
    display: flex;
}
.dt-buttons button {
    padding: 5px 10px;
    border-radius: 0;
    border: 1px solid #adadad;
    letter-spacing: 0;
    font-size: 0.85rem;
}
.dt-buttons button:hover {
    background-color: #e6e6e6;
}
.dt-buttons button.bg-aqua-active {
    background-color: #00a7d0;
    color: #fff;
}
.dt-buttons button.button-live.bg-aqua-active {
    background-color: #00b55e;
    color: #fff;
}
.dt-buttons button.bg-aqua-active:hover {
    box-shadow: inset 0 0 100px rgb(0 0 0 / 20%);
}
.dt-buttons button:first-child {
    border-radius: 5px 0 0 5px;
}
.dt-buttons button:last-child {
    border-radius: 0px 5px 5px 0px;
}
.link_data_table tr td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table_action_icons i {
    font-size: 14px;
}
table.link_data_table.dataTable tbody th,
table.link_data_table.dataTable tbody td {
    padding: 8px 6px;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 0px 10px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
/*Select 2 boxes Css*/
.select2-container .select2-selection--single {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    line-height: 1.25rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity));
    height: 40px;
    border: 1px solid rgba(226, 232, 240, 1);
    background-image: none;
}
.select2-container .select2-selection--single:hover {
    border-color: rgba(203, 213, 225, 1);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: transparent;
    width: 40px;
    background-image: none;
    height: 40px;
    border-left: 0;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    margin-left: 0;
    margin-top: -3px;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 18px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
/*Select 2 boxes Css*/
.dataTables_length {
    margin-bottom: 15px;
}
.dataTables_filter {
    margin-bottom: 15px;
}
.dataTables_paginate {
    margin-bottom: 1em;
}
.dataTables_wrapper table {
    margin-bottom: 1em;
}
/* Data table input */
.dataTables_wrapper .dataTables_filter label {
    width: 100%;
    display: flex;
    align-items: center;
}
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    line-height: 1.25rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity));
    height: 40px;
    border: 1px solid rgba(226, 232, 240, 1);
    /*background-image: none;*/
}
.dataTables_wrapper .dataTables_filter input:hover,
.dataTables_wrapper .dataTables_length select:hover {
    border-color: rgba(203, 213, 225, 1);
}
.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length select:focus {
    box-shadow: none;
}
#link-table-acquisition_wrapper.dataTables_wrapper .dataTables_filter input {
    width: 200px;
    margin-left: 15px;
    max-width: 100%;
}
#all-link-data-table_wrapper {
    overflow: auto;
}
/* Data table input */

/*Update Css Sent by client*/
#all-link-data-table_wrapper .domain-rating-span.custom-color-red {
    background-color: rgb(238, 42, 43, 0.12);
    color: #ea5455;
    font-weight: 500;
}
#all-link-data-table_wrapper .domain-rating-span.custom-color-yellow {
    background-color: rgb(255, 229, 0, 0.12);
    color: #ffc107;
    font-weight: 500;
}
#all-link-data-table_wrapper .domain-rating-span.custom-color-orange {
    background-color: rgba(255, 159, 67, 0.12);
    color: #ff9f43;
    font-weight: 500;
}

#all-link-data-table_wrapper .custom-color-green {
    background-color: rgba(40, 199, 111, 0.12);
    color: #28c76f;
    font-weight: 500;
    border-radius: 3px;
}

#all-link-data-table_wrapper .custom-color-orange {
    background-color: rgba(255, 159, 67, 0.12);
    color: #ff9f43;
    font-weight: 500;
    border-radius: 3px;
}
#all-link-data-table_wrapper .custom-color-red {
    background-color: rgb(238, 42, 43, 0.12);
    color: #ea5455;
    font-weight: 500;
    border-radius: 3px;
}
#all-link-data-table_wrapper table.dataTable thead > tr > th:nth-child(2) {
    width: 300px !important;
}
#all-link-data-table_wrapper table.dataTable thead > tr > th:nth-child(3) {
    width: 20px !important;
}
#all-link-data-table_wrapper table.dataTable thead > tr > th:nth-child(4) {
    width: 36px !important;
}
#all-link-data-table_wrapper table.dataTable thead > tr > th:nth-child(9) {
    width: 36px !important;
}
.form-input,
.form-textarea,
.form-multiselect,
.form-select {
    box-shadow: inset 2px 2px 5px #c6c9d599, inset -5px -5px 5px #e6f0fd;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    border: 0.5px solid #f0f0f3;
    border-radius: 5px;
    padding: 10px 20px;
    background: #e6f0fd;
}

.btn,
.btn-lg,
.btn-sm,
.btn-xs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    border-width: 1px;
    border-color: transparent;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 8px 18px;
    box-shadow: -5px -5px 20px #fff, 5px 5px 20px #babecc;
    transition: all 0.2s ease-in-out;
}
.btn:hover,
.btn-lg:hover,
.btn-sm:hover,
.btn-xs:hover {
    box-shadow: -2px -2px 5px #fff, 2px 2px 5px #babecc;
}
#sidebar ul li.px-3.py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #192838;
    box-shadow: 0px 1px 1px #1d2c3c;
}

.hover\:text-slate-200:hover,
.hover\:text-white:hover {
    color: #5968ec;
}
.hover\:text-white:hover svg {
    filter: invert(37%) sepia(35%) saturate(3116%) hue-rotate(195deg) brightness(96%) contrast(92%);
}
.form-input,
.form-textarea,
.form-multiselect,
.form-select {
    box-shadow: inset 2px 2px 5px #c6c9d599, inset -5px -5px 5px #e6f0fd;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    border: 0.5px solid #f0f0f3;
    border-radius: 5px;
    padding: 10px 12px;
    background: #e6f0fd;
    color: #95a8bc;
}

.btn,
.btn-lg,
.btn-sm,
.btn-xs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: transparent;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 8px 18px;
    box-shadow: -5px -5px 20px #fff, 5px 5px 20px #babecc;
    transition: all 0.2s ease-in-out;
}
.btn:hover,
.btn-lg:hover,
.btn-sm:hover,
.btn-xs:hover {
    box-shadow: -2px -2px 5px #fff, 2px 2px 5px #babecc;
}
#sidebar ul li.px-3.py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #192838;
    box-shadow: 0px 1px 1px #1d2c3c;
}

.hover\:text-slate-200:hover,
.hover\:text-white:hover {
    color: #6293eb;
}
.hover\:text-white svg {
    filter: none;
}
.hover\:text-white:hover svg {
    filter: invert(37%) sepia(35%) saturate(3116%) hue-rotate(195deg) brightness(96%) contrast(92%);
}
.\!text-indigo-500 {
    color: #6293eb !important;
}
#sidebar ul li:first-child.px-3.py-2 .text-slate-400,
#sidebar ul li:first-child.px-3.py-2 .text-slate-400.\!text-indigo-500 {
    color: #90a3b7 !important;
}
#sidebar ul li:first-child.px-3.py-2 .text-slate-600 {
    color: #435568 !important;
}
#sidebar ul li:first-child.px-3.py-2 .text-slate-400:hover,
#sidebar ul li:first-child.px-3.py-2 .text-slate-400.\!text-indigo-500:hover {
    color: #6293eb !important;
}
#sidebar ul li.px-3.py-2 ul li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    /* border-bottom: 1px solid #192838; */
    /* -webkit-box-shadow:0px 1px 1px #1d2c3c; */
    /*-moz-box-shadow:0px 1px 1px #1d2c3c; */
    /* box-shadow: 0px 1px 1px #1d2c3c; */
    padding-left: 20px;
    position: relative;
}
#sidebar ul li.px-3.py-2 ul li:before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #435568;
    left: 0;
    position: absolute;
    display: block;
    top: 50%;
}
#sidebar ul li.px-3.py-2 ul {
    position: relative;
    margin-top: 0.8rem;
    padding-left: 0px;
    margin-left: 10px;
}
#sidebar ul li.px-3.py-2 ul:before {
    content: "";
    width: 1px;
    height: calc(100% - 18px);
    background-color: #435568;
    left: 0;
    position: absolute;
    display: block;
    top: 0%;
}

#sidebar ul li.px-3.py-2 ul li:last-child {
    border-bottom: none;
    box-shadow: none;
}

header.sticky.top-0.bg-white.border-b.border-slate-200.z-30 {
    border-bottom: 1px solid #e1e6f1;
    box-shadow: -7.829px 11.607px 20px 0 hsl(244deg 8% 59% / 9%);
}

main .px-4.py-8.w-full.mx-auto {
    padding-left: 25px;
    padding-right: 25px;
}
main .bg-slate-100 {
    background-color: #fff;
}

main .bg-white.shadow-lg.border.rounded,
main .bg-white.shadow-lg.rounded-sm.border.border-slate-200 {
    border-radius: 11px;
    box-shadow: 0 10px 30px 0 rgb(98 89 202 / 5%);
    border: 0;
    overflow: hidden !important;
}

body.bg-slate-100,
main {
    background-color: #eaedf7;
    border-radius: 0px !important;
}

main #reportrange {
    background: #e9edf6;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #e9edf6;
    border-radius: 5px;
}

main .block.md\:flex.wrap div div {
    border: none;
    box-shadow: none;
}

main .link_data_table .dt-buttons {
    padding: 0 0px 15px;
}
main .link_data_table .dt-buttons button.bg-aqua-active {
    background-color: #4e5bd2;
    color: #fff;
}
main .link_data_table .dt-buttons button {
    padding: 5px 10px;
    border: 1px solid #5968ec;
    letter-spacing: 0;
    font-size: 0.85rem;
    background-color: #5968ec;
    color: #fff;
}
main .link_data_table .dt-buttons button:hover {
    padding: 5px 10px;
    border: 1px solid #4e5bd2;
    letter-spacing: 0;
    font-size: 0.85rem;
    background-color: #4e5bd2;
    color: #fff;
}

table.dataTable thead th,
table.dataTable thead td {
    //padding: 10px;
    border-bottom: 1px solid #eaedf7;
}
*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #eaedf7;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #eaedf7;
}

table.dataTable tbody tr.odd {
    background-color: rgb(234 237 247 / 50%);
}

.dataTables_wrapper .dataTables_paginate {
    margin-right: 1rem;
    font-size: 13px;
    border: 1px solid #e8e8f7;
    padding-top: 0px;
    border-radius: 2px;
    overflow: hidden;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    background-color: #fff;
    border: 0.2px solid #e8e8f7;
    color: #a8afc7 !important;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
    margin: 0px;
}
.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #eaedf7;
    color: #a8afc7;
    cursor: auto;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    border: 0.2px solid #4b6ae7;
    background-color: rgba(230, 230, 230, 0.1);
    background: #4b6ae7;
    border-radius: 0px;
    padding: 0.5rem 0.95rem;
    margin: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 0px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #a8afc7 !important;
    border: 0.2px solid #eaedf7;
    border-radius: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 0.2px solid #4b6ae7;
    background-color: #4b6ae7;
    background: linear-gradient(to bottom, #4b6ae7 0%, #4b6ae7 100%);
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 13px 10px;
}

table.dataTable tbody td.sorting_1 {
    padding-left: 18px;
}

thead.bg-slate-50 {
    background-color: #4b6ae7;
    color: #fff;
}

/*

tbody.text-sm.divide-y.divide-slate-100 tr:nth-child(odd) {
    background-color: rgb(234 237 247 / 50%);
} */

main .bg-white.shadow-lg.rounded-sm.border.border-slate-200 {
    margin-bottom: 20px;
}

nav
    span.relative.inline-flex.items-center.px-4.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5.rounded-md {
    background-color: #fff;
    border: 0.2px solid #e8e8f7;
    color: #a8afc7 !important;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
    margin: 0px;
}

a.relative.inline-flex.items-center.px-4.py-2.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.rounded-md.hover\:text-gray-500.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
    color: #ffffff !important;
    border: 0.2px solid #4b6ae7;
    background-color: rgba(230, 230, 230, 0.1);
    background: #4b6ae7;
}

span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5 {
    color: #ffffff !important;
    border: 0.2px solid #4b6ae7;
    background-color: rgba(230, 230, 230, 0.1);
    background: #4b6ae7;
}

a.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #a8afc7 !important;
    border: 0.2px solid #eaedf7;
    border-radius: 0px;
}

.select2-container .select2-selection--single {
    box-shadow: inset 2px 2px 5px #c6c9d599, inset -5px -5px 5px #e6f0fd;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    border: 0.5px solid #f0f0f3;
    border-radius: 5px;
    padding: 10px 12px;
    background: #e6f0fd;
}

.select2-container {
    //width: 100% !important;
    display: inline-block;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #95a8bc;
}

main .px-6.mb-4.py-3.bg-slate-50.border.border-slate-200.rounded-sm {
    border-radius: 5px;
    box-shadow: 0 10px 30px 0 rgb(98 89 202 / 5%);
    background-color: rgb(234 237 247 / 45%);
}

.rounded-sm.block.md\:flex.flex-wrap.border.border-slate-200.mb-6 {
    border-radius: 11px;
    box-shadow: 0 10px 30px 0 rgb(98 89 202 / 5%);
    overflow: hidden !important;
    background-color: rgb(234 237 247 / 45%);
}

.rounded-sm.block.md\:flex.flex-wrap.border.border-slate-200.mb-6 .w-full.md\:w-1\/2.p-4 {
    padding: 1.2rem;
}

.rounded-sm.block.md\:flex.flex-wrap.border.border-slate-200.mb-6
    .w-full.md\:w-1\/2.p-4
    .text-slate-800.font-semibold.mb-2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaedf7;
}

.rounded-sm.block.md\:flex.flex-wrap.border.border-slate-200.mb-6 li.border-b.border-slate-200.py-3 {
    border: none;
    padding: 12px 10px;
}
.rounded-sm.block.md\:flex.flex-wrap.border.border-slate-200.mb-6 li.border-b.border-slate-200.py-3:nth-child(odd) {
    background-color: rgb(234 237 247 / 50%);
}

.rounded-sm.block.md\:flex.flex-wrap.border.border-slate-200.mb-6 .text-slate-800.font-semibold.mb-2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaedf7;
}

.rounded-sm.block.md\:flex.flex-wrap.border.border-slate-200.mb-6
    li:last-child
    .w-full.sm\:w-1\/3.flex.items-center.pb-3.justify-between.border-b.border-slate-200 {
    border: none;
    padding: 15px;
    background: #eff2f9;
}

main .p-4.rounded-sm.border.border-slate-200 {
    border-radius: 11px;
    box-shadow: 0 10px 30px 0 rgb(98 89 202 / 5%);
    overflow: hidden !important;
    background-color: rgb(234 237 247 / 45%);
}

main .p-4.rounded-sm.border.border-slate-200 .px-5.py-4.rounded-sm.border.border-slate-200 {
    padding: 0.2rem;
    border: none;
}

main
    .p-4.rounded-sm.border.border-slate-200
    .px-5.py-4.rounded-sm.border.border-slate-200
    button.flex.items-center.justify-between.w-full.group.mb-1
    [aria-expanded="true"] {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

#all-link-data-table_wrapper table.dataTable thead > tr > th.sorting {
    /* padding: 17px 15px;*/
    background: #4c6ae5;
    color: #fff;
    text-align: center;
}
#all-link-data-table_wrapper table.dataTable thead > tr > th.sorting:nth-child(odd) {
    background: #425dce;
}

.link_data_table #all-link-data-table_wrapper tr td.center {
    text-align: center;
    align-items: center;
}

#all-link-data-table_wrapper .domain-rating-span {
    display: inline-block;
}

#all-link-data-table_wrapper .flex.items-center {
    justify-content: center;
}

#all-link-data-table_wrapper table.dataTable tbody > tr > td:nth-child(6),
#all-link-data-table_wrapper table.dataTable tbody > tr > td:nth-child(8) {
    text-align: center !important;
}

#link-table-acquisition_wrapper #link-table-acquisition_filter {
    float: none;
}

/*#link-table-acquisition_wrapper.dataTables_wrapper .dataTables_filter input {
    width: 100%;
}*/
#link-table-acquisition thead tr th {
    /*padding: 17px 15px;*/
    background: #4c6ae5;
    color: #fff;
}
#link-table-acquisition thead tr th:nth-child(odd) {
    background: #425dce;
}
#link-table-acquisition thead tr th:nth-child(1) {
    width: 30% !important;
}
#link-table-acquisition tbody tr td:nth-child(1) {
    text-align: center;
}
@media screen and (max-width: 1800px) {
    #all-link-data-table_wrapper table.dataTable thead > tr > th:nth-child(2) {
        width: 280px !important;
    }
}
@media screen and (max-width: 1700px) {
    #all-link-data-table_wrapper table.dataTable thead > tr > th:nth-child(2) {
        width: 185px !important;
    }
}
@media screen and (max-width: 1600px) {
    #all-link-data-table_wrapper table.dataTable thead > tr > th:nth-child(2) {
        width: 130px !important;
    }
}

@media screen and (max-width: 1400px) {
    .dataTables_length {
        float: none !important;
        text-align: left !important;
    }
    .dataTables_filter {
        text-align: left !important;
    }
    .dataTables_filter {
        float: left !important;
        margin: 0 0 15px 15px !important;
    }
}
@media screen and (max-width: 991px) {
    #link-table-acquisition_wrapper.dataTables_wrapper .dataTables_filter input {
        width: 100px;
    }
}
@media screen and (max-width: 767px) {
    .tooltip .tooltiptext {
        left: 0;
        transform: translateX(-00%);
        white-space: normal;
    }
    .tooltip .tooltiptext::after {
        left: 15%;
    }
    .dataTables_filter {
        width: 320px;
    }
}
@media screen and (max-width: 576px) {
    .dataTables_filter {
        width: 260px;
    }
}
@media (min-width: 1024px) {
    #sidebar .flex.justify-between.mb-10.pr-3.sm\:px-2 svg {
        display: none;
    }
    #sidebar.p-4 {
        padding: 1.8rem 1.5rem 1.8rem 1rem;
    }
}

.debug-link-input-field {
    background-color : #ffffff; 
    color: black;
}
