.shrink-0 img {
    max-width: 70px;
}

.auth img {
    max-width: 120px;
}

.label-plan-1 {
    min-width: 250px;
    padding: 6px 10px;
    border-radius: 4px;
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-black {
    background: #000;
}

.current_plan_btn {
    background: #e45a00;
    color: #000;
    font-weight: 500;
    padding: 7px;
    border-radius: 2px;
}

.current_plan {
    border: 2px solid #47de80;
    box-shadow: 0 0 3px #47de80;
}

.btn-plan {
    border: 1px solid;
    padding: 7px;
    border-radius: 5px;
    cursor: pointer;
}

.list-characteristic {
    overflow: hidden;
}

.btn_view, .btn_view_m {
    width: 100%;
    background: #000000;
    border: 1px solid #979797;
    padding: 5px;
    height: 35px;
    margin-top: -45px;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 0 0 3px 1px #616161;
}

.pricing-card {
    height: fit-content;
}

.time-item {
    box-shadow: 0 0 2px 0px #fff;
    min-width: 150px;
    cursor: pointer;
}

.time-selected {
    border: 2px solid #b1b1b1;
}

.alert-danger {
    color: #9b1c1c;
    background: #fdf2f2;
    border: 1px solid #f8b4b4;
    padding: 15px 10px;
    line-height: 25px;
}

.container-plan {
    background: #060d1c;
    border: 1px solid #8c8c8c;
    border-radius: 11px;
}

.plan-basic {
    color: #1caf9a !important;
    background: #000 !important;
    border: 1px solid #1caf9a;
}

.container-basic {
    border: 1px solid #1caf9a;
}

.plan-profesional {
    color: #ffc107 !important;
    background: #000 !important;
    border: 1px solid #ffc107;
}

.container-profesional {
    border: 1px solid #ffc107;
}

.btns-plan a, .btns-plan button {
    background: #111827;
}

.guest-logo .admin-logo {
    max-width: 60px;
}

.dashboard-logo .admin-logo {
    max-width: 45px;
}

.domain-item {
    border: 1px solid #555555;
    border-radius: 5px;
}

.btn-danger {
    background: #c00000;
    color: #fff;
    border-color: #c00000;
}

.info-dns{
    background: #cfe2ff;
    color: #052c65;
    border-radius: 5px;
}

#url_catalogo{
    font-size: 17px;
    background: #ffffff;
    border: 1px solid #868686;
    color: #000d24;
    padding: 6px 25px;
    border-radius: 2px;
}

.guest-logo {
    background: #00284f;
    padding: 20px;
    border-radius: 50%;
}

.dashboard-logo {
    display: flex;
    background: #001539;
    padding: 11px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    justify-content: center;
    align-items: center;
}

.password-toggle {
    position: absolute;
    top: 0;
    right: 10px;
}

.password-toggle:focus {
    outline: none;
}

.password-toggle:hover svg {
    color: #4a5568;
}

.datatable-search .datatable-input {
    background: #1f2937;
    color: #fff;
}

.datatable-selector {
    background-color: #1f2937;
    color: #fff;
}

.datatable-wrapper .datatable-table {
    color: #c7d1e5;
}

.datatable-wrapper .datatable-table thead th {
    background: #374151;
    color: #fff;
}

.datatable-wrapper .datatable-table tbody tr {
    border-bottom: 1px solid oklch(0 0 0);
}

.datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list {
    align-items: center;
    height: 2rem;
    font-size: .875rem;
    display: flex;
}

.datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item-link {
    color: var(--color-gray-500);
    border-top: 1px solid var(--color-gray-300);
    border-bottom: 1px solid var(--color-gray-300);
    border-right: 1px solid var(--color-gray-300);
    align-items: center;
    height: 2rem;
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: .875rem;
    font-weight: 500;
    display: flex;
}

@media (max-width: 768px) {
    #url_catalogo{
        font-size: 15px;
    }
}