.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
/*.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
*/
[aria-invalid="true"] + .help-block {
    color: #cf0000;
}
.table {
    position: relative;
}
.table:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    background: white;
    height: 10px;
    border-radius: 16px 16px 0 0;
}
.table:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    background: white;
    height: 10px;
    border-radius: 0 0 16px 16px;
}
thead tr {
    border: none;
}
table tbody tr {
    transition: .05s all ease;
}
.domain-index table tbody tr:hover {
    background-color: rgba(248, 250, 252);
}

.help-block {
    color: brown;
}

.icon-action {
    color: #c3c3c3;
    transition: color 0.3s;
    width: 20px;
}
.icon-action:hover {
    color: rgb(0 47 112) !important
}

::-webkit-scrollbar {
    background: unset;
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: darkgray;
}

:hover::-webkit-scrollbar-thumb {
    background: darkgray;
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background: #f5f8ff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.pagination li {
    margin: 0 4px;
}

.pagination li a, .pagination li span {
    color: #1976d2;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
}

.pagination li.active span,
.pagination li.active a {
    background: #1976d2;
    color: #fff;
    border-color: #1976d2;
}

.pagination li.disabled span,
.pagination li.disabled a {
    color: #bdbdbd;
    background: #f5f5f5;
    border-color: #e0e0e0;
    cursor: not-allowed;
}

.pagination li a:hover:not(.disabled) {
    background: #e3f2fd;
    border-color: #1976d2;
}

.pagination li:first-child a,
.pagination li:last-child a {
    font-weight: bold;
}

input[type="checkbox"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
    top: 2px;
    position: relative;
}

.cp {
    cursor: pointer;
}

.dropdown-item {
    white-space: nowrap;
}

.dropdown-item.active {
    background-color: unset !important;
    color: var(--default-text-color);
}
.custom-panel {
    border: 1px solid #e2e8f0;
    margin-bottom: 32px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 8px;
}

.fz-12 {
    font-size: 12px;
}

.pointer {
    cursor: pointer;
}

.hidden {
    display: none;
}

.relative {
    position: relative;
}

.grid-view table {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    animation: tableEnter 0.4s ease-out;
}
.grid-view table tbody tr:hover {
    background-color: #f7fbff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.grid-view .icon-action {
    transition: transform .15s ease, color .2s ease, opacity .2s ease;
    opacity: .9;
}
.grid-view a:hover .icon-action {
    transform: translateY(-0) scale(1.6);
    opacity: 1;
}
.domain-url-link {
    transition: color .2s ease, text-decoration-color .2s ease;
}
.domain-url-link:hover {
    color: #0d6efd;
}

/*.grid-view table tbody tr { animation: rowFadeIn .4s ease both; }*/
/*.grid-view table tbody tr:nth-child(1) { animation-delay: .02s; }*/
/*.grid-view table tbody tr:nth-child(2) { animation-delay: .04s; }*/
/*.grid-view table tbody tr:nth-child(3) { animation-delay: .06s; }*/
/*.grid-view table tbody tr:nth-child(4) { animation-delay: .08s; }*/
/*.grid-view table tbody tr:nth-child(5) { animation-delay: .10s; }*/
/*.grid-view table tbody tr:nth-child(6) { animation-delay: .12s; }*/
/*.grid-view table tbody tr:nth-child(7) { animation-delay: .14s; }*/
/*.grid-view table tbody tr:nth-child(8) { animation-delay: .16s; }*/
/*.grid-view table tbody tr:nth-child(9) { animation-delay: .18s; }*/
/*.grid-view table tbody tr:nth-child(10) { animation-delay: .20s; }*/
/*.grid-view table tbody tr:nth-child(11) { animation-delay: .22s; }*/
/*.grid-view table tbody tr:nth-child(12) { animation-delay: .24s; }*/
/*.grid-view table tbody tr:nth-child(13) { animation-delay: .26s; }*/
/*.grid-view table tbody tr:nth-child(14) { animation-delay: .28s; }*/
/*.grid-view table tbody tr:nth-child(15) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(16) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(17) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(18) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(19) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(20) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(21) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(22) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(23) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(24) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(25) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(26) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(27) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(28) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(29) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(30) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(31) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(32) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(33) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(34) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(35) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(36) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(37) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(38) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(39) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(40) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(41) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(42) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(43) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(44) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(45) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(46) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(47) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(48) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(49) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(50) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(51) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(52) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(53) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(54) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(55) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(56) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(57) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(58) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(59) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(60) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(61) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(62) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(63) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(64) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(65) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(66) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(67) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(68) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(69) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(70) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(71) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(72) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(73) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(74) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(75) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(76) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(77) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(78) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(79) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(80) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(81) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(82) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(83) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(84) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(85) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(86) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(87) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(88) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(89) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(90) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(91) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(92) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(93) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(94) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(95) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(96) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(97) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(98) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(99) { animation-delay: .30s; }*/
/*.grid-view table tbody tr:nth-child(100) { animation-delay: .30s; }*/

/*@keyframes tableEnter {*/
/*    from { opacity: 0; transform: translateY(6px); }*/
/*    to { opacity: 1; transform: translateY(0); }*/
/*}*/
/*@keyframes rowFadeIn {*/
/*    from { opacity: 0;}*/
/*    to { opacity: 1;}*/
/*}*/
