﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.dataTable .even {
    background-color: var(--vz-table-striped-bg) !important;
    color: var(--vz-table-striped-color) !important;
}

.dataTable tbody tr,
.dataTable tbody tr td {
    -webkit-transition: background .25s ease-out;
    -moz-transition: background .25s ease-out;
    -o-transition: background .25s ease-out;
    transition: background .25s ease-out;
}


.dataTable.table-hover tbody tr:hover,
.dataTable.table-hover tbody tr:focus,
.dataTable.table-hover tbody tr:hover td {
    background-color: var(--vz-table-hover-bg) !important;
    color: var(--vz-table-hover-color) !important;
}

.search-table {
    background-color: color-mix(in srgb, var(--vz-table-striped-bg) 15%, transparent) !important;
}

    .search-table th {
        padding: .25rem !important;
        background-color: color-mix(in srgb, var(--vz-table-striped-bg) 15%, transparent) !important;
        text-align: left;
    }

        .search-table th input[type=text] {
            border-radius: unset;
            border-color: var(--vz-border-color);
            background-color: var(--vz-form-color);
        }

            .search-table th input[type=text]:focus,
            .search-table th input[type=text]:hover {
                -webkit-box-shadow: 0 0 0 1px rgba(20, 20, 31, .05), 0 1px 1px 0 rgba(20, 20, 31, .1);
                box-shadow: 0 0 0 0px rgba(20, 20, 31, .05), 0 1px 1px 0 rgba(20, 20, 31, .15)
            }

            .search-table th input[type=text].decimal {
                text-align: right
            }


        .search-table th .search-box {
        }

            .search-table th .search-box .form-control {
                padding-left: 24px;
                color: rgba(var(--vz-secondary-rgb), var(--vz-text-opacity)) !important;
            }

            .search-table th .search-box .search-icon {
                color: var(--vz-footer-color);
                left: 4px;
                top: 1px;
                font-size: 1.2rem;
                line-height: 12px;
                height: calc(100% - 2px);
            }

            .search-table th .search-box .bx-hash {
                font-size: 1rem;
            }

        .search-table th .select2-container--default .select2-selection--single {
            border-radius: unset;
            border-color: var(--vz-border-color);
            background-color: var(--vz-form-color);
            color: var(--vz-footer-color);
        }

        .search-table th .select2-selection__rendered {
            line-height: 26px !important;
            color: #212529 !important;
            font-size: .75rem;
            font-weight: normal;
        }

        .search-table th .select2-container .select2-selection--single {
            height: 27px !important;
        }

        .search-table th .select2-selection__arrow {
            height: 26px !important;
            top: 0 !important;
        }

        .search-table th .select2-container--default .select2-selection--single .select2-selection__arrow {
            display: none;
        }

        .search-table th .select2-container--default .select2-selection--single {
            position: relative;
        }

            .search-table th .select2-container--default .select2-selection--single::after {
                content: '\ea4e';
                position: absolute;
                top: 50%;
                right: 2px;
                top: 0;
                font-family: remixicon !important;
                font-style: normal;
                -webkit-font-smoothing: antialiased;
                font-size: 1.15rem;
                font-weight: 800
            }

        .search-table th .select2-container--open .select2-selection--single::after {
            content: '\ea78';
        }

        .search-table th .select2-selection--multiple {
            height: 27px;
            min-height: 27px;
            min-width: 175px;
            max-width: 400px;
            border-radius: unset;
            border-color: #dadada;
            color: #bababa;
            padding: 0 !important;
            margin: 0 !important;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: break-spaces;
        }

            .search-table th .select2-selection--single:focus,
            .search-table th .select2-selection--multiple:focus,
            .search-table th .select2-selection--single:hover,
            .search-table th .select2-selection--multiple:hover {
                -webkit-box-shadow: 0 0 0 1px rgba(20, 20, 31, .05), 0 1px 1px 0 rgba(20, 20, 31, .1);
                box-shadow: 0 0 0 0px rgba(20, 20, 31, .05), 0 1px 1px 0 rgba(20, 20, 31, .15)
            }

        .search-table th .has-selected-item .select2-selection--multiple:focus,
        .search-table th .has-selected-item .select2-selection--multiple:hover {
            min-height: auto;
            max-width: auto;
            width: auto;
            height: auto;
        }

            .search-table th .has-selected-item .select2-selection--multiple:focus .select2-selection__choice,
            .search-table th .has-selected-item .select2-selection--multiple:hover .select2-selection__choice {
                min-width: auto;
                max-width: unset;
                overflow: hidden;
                text-overflow: unset;
            }

        .search-table th .select2-search--inline .select2-search__field {
            font-size: .75rem;
            font-weight: normal;
            margin-top: 4px;
            padding-left: 4px;
            color: var(--vz-body-color);
        }

        .search-table th .select2-selection--multiple .select2-selection__choice {
            --vz-badge-padding-x: 0.65em;
            --vz-badge-padding-y: 0.35em;
            --vz-badge-font-size: 0.75em;
            --vz-badge-font-weight: 600;
            --vz-badge-color: #fff;
            --vz-badge-border-radius: 0.25rem;
            --vz-text-opacity: 1;
            padding: var(--vz-badge-padding-y) var(--vz-badge-padding-x);
            display: inline-block;
            font-size: 9px;
            font-weight: var(--vz-badge-font-weight);
            line-height: 1;
            text-align: left;
            vertical-align: middle;
            border-radius: var(--vz-badge-border-radius);
            background-color: transparent !important;
            color: rgba(var(--vz-info-rgb), var(--vz-text-opacity)) !important;
            margin: 0;
            max-width: 60px;
            min-width: 18px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .search-table th .select2-selection--multiple .select2-selection__choice__remove {
            top: 1px;
            padding: 0 1px;
            margin: 0;
            font-size: 15px;
            color: #bababa !important;
            border: none;
            border-radius: unset;
            line-height: 0.75;
        }

            .search-table th .select2-selection--multiple .select2-selection__choice__remove:hover {
                background-color: #f1f1f1 !important;
            }

        .search-table th .select2-selection--multiple .select2-selection__choice__display {
            padding-left: 6px;
            padding-right: 8px;
        }

.h-1px {
    height: 1px !important;
}

.min-w-1px {
    min-width: 1px !important;
}

.min-h-1px {
    min-height: 1px !important;
}

.max-h-1px {
    max-height: 1px !important;
}

.max-w-1px {
    max-width: 1px !important;
}

.w-2px {
    width: 2px !important;
}

.h-2px {
    height: 2px !important;
}

.min-w-2px {
    min-width: 2px !important;
}

.min-h-2px {
    min-height: 2px !important;
}

.max-h-2px {
    max-height: 2px !important;
}

.max-w-2px {
    max-width: 2px !important;
}

.w-3px {
    width: 3px !important;
}

.h-3px {
    height: 3px !important;
}

.min-w-3px {
    min-width: 3px !important;
}

.min-h-3px {
    min-height: 3px !important;
}

.max-h-3px {
    max-height: 3px !important;
}

.max-w-3px {
    max-width: 3px !important;
}

.w-4px {
    width: 4px !important;
}

.h-4px {
    height: 4px !important;
}

.min-w-4px {
    min-width: 4px !important;
}

.min-h-4px {
    min-height: 4px !important;
}

.max-h-4px {
    max-height: 4px !important;
}

.max-w-4px {
    max-width: 4px !important;
}

.w-5px {
    width: 5px !important;
}

.h-5px {
    height: 5px !important;
}

.min-w-5px {
    min-width: 5px !important;
}

.min-h-5px {
    min-height: 5px !important;
}

.max-h-5px {
    max-height: 5px !important;
}

.max-w-5px {
    max-width: 5px !important;
}

.w-10px {
    width: 10px !important;
}

.h-10px {
    height: 10px !important;
}

.min-w-10px {
    min-width: 10px !important;
}

.min-h-10px {
    min-height: 10px !important;
}

.max-h-10px {
    max-height: 10px !important;
}

.max-w-10px {
    max-width: 10px !important;
}

.w-15px {
    width: 15px !important;
}

.h-15px {
    height: 15px !important;
}

.min-w-15px {
    min-width: 15px !important;
}

.min-h-15px {
    min-height: 15px !important;
}

.max-h-15px {
    max-height: 15px !important;
}

.max-w-15px {
    max-width: 15px !important;
}

.w-20px {
    width: 20px !important;
}

.h-20px {
    height: 20px !important;
}

.min-w-20px {
    min-width: 20px !important;
}

.min-h-20px {
    min-height: 20px !important;
}

.max-h-20px {
    max-height: 20px !important;
}

.max-w-20px {
    max-width: 20px !important;
}

.w-25px {
    width: 25px !important;
}

.h-25px {
    height: 25px !important;
}

.min-w-25px {
    min-width: 25px !important;
}

.min-h-25px {
    min-height: 25px !important;
}

.max-h-25px {
    max-height: 25px !important;
}

.max-w-25px {
    max-width: 25px !important;
}

.w-30px {
    width: 30px !important;
}

.h-30px {
    height: 30px !important;
}

.min-w-30px {
    min-width: 30px !important;
}

.min-h-30px {
    min-height: 30px !important;
}

.max-h-30px {
    max-height: 30px !important;
}

.max-w-30px {
    max-width: 30px !important;
}

.w-35px {
    width: 35px !important;
}

.h-35px {
    height: 35px !important;
}

.min-w-35px {
    min-width: 35px !important;
}

.min-h-35px {
    min-height: 35px !important;
}

.max-h-35px {
    max-height: 35px !important;
}

.max-w-35px {
    max-width: 35px !important;
}

.w-40px {
    width: 40px !important;
}

.h-40px {
    height: 40px !important;
}

.min-w-40px {
    min-width: 40px !important;
}

.min-h-40px {
    min-height: 40px !important;
}

.max-h-40px {
    max-height: 40px !important;
}

.max-w-40px {
    max-width: 40px !important;
}

.w-45px {
    width: 45px !important;
}

.h-45px {
    height: 45px !important;
}

.min-w-45px {
    min-width: 45px !important;
}

.min-h-45px {
    min-height: 45px !important;
}

.max-h-45px {
    max-height: 45px !important;
}

.max-w-45px {
    max-width: 45px !important;
}

.w-50px {
    width: 50px !important;
}

.h-50px {
    height: 50px !important;
}

.min-w-50px {
    min-width: 50px !important;
}

.min-h-50px {
    min-height: 50px !important;
}

.max-h-50px {
    max-height: 50px !important;
}

.max-w-50px {
    max-width: 50px !important;
}

.w-55px {
    width: 55px !important;
}

.h-55px {
    height: 55px !important;
}

.min-w-55px {
    min-width: 55px !important;
}

.min-h-55px {
    min-height: 55px !important;
}

.max-h-55px {
    max-height: 55px !important;
}

.max-w-55px {
    max-width: 55px !important;
}

.w-60px {
    width: 60px !important;
}

.h-60px {
    height: 60px !important;
}

.min-w-60px {
    min-width: 60px !important;
}

.min-h-60px {
    min-height: 60px !important;
}

.max-h-60px {
    max-height: 60px !important;
}

.max-w-60px {
    max-width: 60px !important;
}

.w-65px {
    width: 65px !important;
}

.h-65px {
    height: 65px !important;
}

.min-w-65px {
    min-width: 65px !important;
}

.min-h-65px {
    min-height: 65px !important;
}

.max-h-65px {
    max-height: 65px !important;
}

.max-w-65px {
    max-width: 65px !important;
}

.w-70px {
    width: 70px !important;
}

.h-70px {
    height: 70px !important;
}

.min-w-70px {
    min-width: 70px !important;
}

.min-h-70px {
    min-height: 70px !important;
}

.max-h-70px {
    max-height: 70px !important;
}

.max-w-70px {
    max-width: 70px !important;
}

.w-75px {
    width: 75px !important;
}

.h-75px {
    height: 75px !important;
}

.min-w-75px {
    min-width: 75px !important;
}

.min-h-75px {
    min-height: 75px !important;
}

.max-h-75px {
    max-height: 75px !important;
}

.max-w-75px {
    max-width: 75px !important;
}

.w-80px {
    width: 80px !important;
}

.h-80px {
    height: 80px !important;
}

.min-w-80px {
    min-width: 80px !important;
}

.min-h-80px {
    min-height: 80px !important;
}

.max-h-80px {
    max-height: 80px !important;
}

.max-w-80px {
    max-width: 80px !important;
}

.w-85px {
    width: 85px !important;
}

.h-85px {
    height: 85px !important;
}

.min-w-85px {
    min-width: 85px !important;
}

.min-h-85px {
    min-height: 85px !important;
}

.max-h-85px {
    max-height: 85px !important;
}

.max-w-85px {
    max-width: 85px !important;
}

.w-90px {
    width: 90px !important;
}

.h-90px {
    height: 90px !important;
}

.min-w-90px {
    min-width: 90px !important;
}

.min-h-90px {
    min-height: 90px !important;
}

.max-h-90px {
    max-height: 90px !important;
}

.max-w-90px {
    max-width: 90px !important;
}

.w-95px {
    width: 95px !important;
}

.h-95px {
    height: 95px !important;
}

.min-w-95px {
    min-width: 95px !important;
}

.min-h-95px {
    min-height: 95px !important;
}

.max-h-95px {
    max-height: 95px !important;
}

.max-w-95px {
    max-width: 95px !important;
}

.w-100px {
    width: 100px !important;
}

.h-100px {
    height: 100px !important;
}

.min-w-100px {
    min-width: 100px !important;
}

.min-h-100px {
    min-height: 100px !important;
}

.max-h-100px {
    max-height: 100px !important;
}

.max-w-100px {
    max-width: 100px !important;
}

.w-105px {
    width: 105px !important;
}

.h-105px {
    height: 105px !important;
}

.min-w-105px {
    min-width: 105px !important;
}

.min-h-105px {
    min-height: 105px !important;
}

.max-h-105px {
    max-height: 105px !important;
}

.max-w-105px {
    max-width: 105px !important;
}

.w-110px {
    width: 110px !important;
}

.h-110px {
    height: 110px !important;
}

.min-w-110px {
    min-width: 110px !important;
}

.min-h-110px {
    min-height: 110px !important;
}

.max-h-110px {
    max-height: 110px !important;
}

.max-w-110px {
    max-width: 110px !important;
}

.w-115px {
    width: 115px !important;
}

.h-115px {
    height: 115px !important;
}

.min-w-115px {
    min-width: 115px !important;
}

.min-h-115px {
    min-height: 115px !important;
}

.max-h-115px {
    max-height: 115px !important;
}

.max-w-115px {
    max-width: 115px !important;
}

.w-120px {
    width: 120px !important;
}

.h-120px {
    height: 120px !important;
}

.min-w-120px {
    min-width: 120px !important;
}

.min-h-120px {
    min-height: 120px !important;
}

.max-h-120px {
    max-height: 120px !important;
}

.max-w-120px {
    max-width: 120px !important;
}

.w-125px {
    width: 125px !important;
}

.h-125px {
    height: 125px !important;
}

.min-w-125px {
    min-width: 125px !important;
}

.min-h-125px {
    min-height: 125px !important;
}

.max-h-125px {
    max-height: 125px !important;
}

.max-w-125px {
    max-width: 125px !important;
}

.w-130px {
    width: 130px !important;
}

.h-130px {
    height: 130px !important;
}

.min-w-130px {
    min-width: 130px !important;
}

.min-h-130px {
    min-height: 130px !important;
}

.max-h-130px {
    max-height: 130px !important;
}

.max-w-130px {
    max-width: 130px !important;
}

.w-135px {
    width: 135px !important;
}

.h-135px {
    height: 135px !important;
}

.min-w-135px {
    min-width: 135px !important;
}

.min-h-135px {
    min-height: 135px !important;
}

.max-h-135px {
    max-height: 135px !important;
}

.max-w-135px {
    max-width: 135px !important;
}

.w-140px {
    width: 140px !important;
}

.h-140px {
    height: 140px !important;
}

.min-w-140px {
    min-width: 140px !important;
}

.min-h-140px {
    min-height: 140px !important;
}

.max-h-140px {
    max-height: 140px !important;
}

.max-w-140px {
    max-width: 140px !important;
}

.w-145px {
    width: 145px !important;
}

.h-145px {
    height: 145px !important;
}

.min-w-145px {
    min-width: 145px !important;
}

.min-h-145px {
    min-height: 145px !important;
}

.max-h-145px {
    max-height: 145px !important;
}

.max-w-145px {
    max-width: 145px !important;
}

.w-150px {
    width: 150px !important;
}

.h-150px {
    height: 150px !important;
}

.min-w-150px {
    min-width: 150px !important;
}

.min-h-150px {
    min-height: 150px !important;
}

.max-h-150px {
    max-height: 150px !important;
}

.max-w-150px {
    max-width: 150px !important;
}

.w-155px {
    width: 155px !important;
}

.h-155px {
    height: 155px !important;
}

.min-w-155px {
    min-width: 155px !important;
}

.min-h-155px {
    min-height: 155px !important;
}

.max-h-155px {
    max-height: 155px !important;
}

.max-w-155px {
    max-width: 155px !important;
}

.w-160px {
    width: 160px !important;
}

.h-160px {
    height: 160px !important;
}

.min-w-160px {
    min-width: 160px !important;
}

.min-h-160px {
    min-height: 160px !important;
}

.max-h-160px {
    max-height: 160px !important;
}

.max-w-160px {
    max-width: 160px !important;
}

.w-165px {
    width: 165px !important;
}

.h-165px {
    height: 165px !important;
}

.min-w-165px {
    min-width: 165px !important;
}

.min-h-165px {
    min-height: 165px !important;
}

.max-h-165px {
    max-height: 165px !important;
}

.max-w-165px {
    max-width: 165px !important;
}

.w-176px {
    width: 170px !important;
}

.h-176px {
    height: 170px !important;
}

.min-w-176px {
    min-width: 170px !important;
}

.min-h-176px {
    min-height: 170px !important;
}

.max-h-176px {
    max-height: 170px !important;
}

.max-w-176px {
    max-width: 170px !important;
}

.w-175px {
    width: 175px !important;
}

.h-175px {
    height: 175px !important;
}

.min-w-175px {
    min-width: 175px !important;
}

.min-h-175px {
    min-height: 175px !important;
}

.max-h-175px {
    max-height: 175px !important;
}

.max-w-175px {
    max-width: 175px !important;
}

.w-180px {
    width: 180px !important;
}

.h-180px {
    height: 180px !important;
}

.min-w-180px {
    min-width: 180px !important;
}

.min-h-180px {
    min-height: 180px !important;
}

.max-h-180px {
    max-height: 180px !important;
}

.max-w-180px {
    max-width: 180px !important;
}

.w-200px {
    width: 200px !important;
}

.h-200px {
    height: 200px !important;
}

.min-w-200px {
    min-width: 200px !important;
}

.min-h-200px {
    min-height: 200px !important;
}

.max-h-200px {
    max-height: 200px !important;
}

.max-w-200px {
    max-width: 200px !important;
}

.w-225px {
    width: 225px !important;
}

.h-225px {
    height: 225px !important;
}

.min-w-225px {
    min-width: 225px !important;
}

.min-h-225px {
    min-height: 225px !important;
}

.max-h-225px {
    max-height: 225px !important;
}

.max-w-225px {
    max-width: 225px !important;
}

.w-235px {
    width: 235px !important;
}

.h-235px {
    height: 235px !important;
}

.min-w-235px {
    min-width: 235px !important;
}

.min-h-235px {
    min-height: 235px !important;
}

.max-h-235px {
    max-height: 235px !important;
}

.max-w-235px {
    max-width: 235px !important;
}

.w-250px {
    width: 250px !important;
}

.h-250px {
    height: 250px !important;
}

.min-w-250px {
    min-width: 250px !important;
}

.min-h-250px {
    min-height: 250px !important;
}

.max-h-250px {
    max-height: 250px !important;
}

.max-w-250px {
    max-width: 250px !important;
}

.busy-load-container {
    align-items: flex-start !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.card-search .form-control {
    border: none;
    height: 38px;
    padding-left: 40px;
    padding-right: 30px;
    background-color: var(--vz-topbar-search-bg);
    color: var(--vz-topbar-search-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.multi-wrapper .non-selected-wrapper,
.multi-wrapper .selected-wrapper {
    border-radius: 0;
    border: 0;
}

.multi-wrapper .non-selected-wrapper {
    border-right: 2px dashed #ccc;
}

.card.list-item-card {
    margin-bottom: 20px;
    border: none;
    min-width: 370px;
    font-size: .75rem;
    box-shadow: 0 0 0 1px rgba(20, 20, 31, .05), 0 1px 3px 0 rgba(20, 20, 31, .05);
    border-radius: 0;
}

    .card.list-item-card .card-body {
        padding: 0
    }

    .card.list-item-card .list-item {
        border-width: 0 0 1px;
        border-color: #ecedf1;
        border-style: solid;
        padding: .45rem 1rem;
        justify-content: space-between !important;
    }

        .card.list-item-card .list-item:first-child {
            border-width: 0 0 1px
        }

        .card.list-item-card .list-item:last-child {
            border-width: 0
        }

        .card.list-item-card .list-item .description {
            margin-right: 2rem;
            max-width: 235px !important;
            white-space: normal;
            line-height: 1.5
        }


.dataTable .row-yeni {
    background-color: color-mix(in srgb, var(--vz-secondary-bg-subtle) 30%, transparent) !important;
    transition: background-color 0.25s ease;
}

.dataTable .row-onay {
    background-color: color-mix(in srgb, var(--vz-success-bg-subtle) 30%, transparent) !important;
    transition: background-color 0.25s ease;
}

.dataTable .row-red {
    background-color: color-mix(in srgb, var(--vz-danger-bg-subtle) 30%, transparent) !important;
    transition: background-color 0.25s ease;
}

.dataTable .row-modified {
    background-color: color-mix(in srgb, var(--vz-warning-bg-subtle) 30%, transparent) !important;
    transition: background-color 0.25s ease;
}

.activity-container {
    margin-left: 0;
    margin-right: 1px;
    margin-top: 0;
    margin-bottom: -3px;
    width: 100%;
    border-radius: 25%
}

    .activity-container .activity {
        width: 100%;
        height: 0.15rem;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.100), rgba(255, 255, 255, 0));
        box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
        border-radius: 25%
    }

        .activity-container .activity.on {
            background-color: #0ab39c;
            animation: flicker 1s infinite steps(4);
        }

        .activity-container .activity.off {
            background-color: var(--vz-secondary-bg);
        }

@keyframes flicker {
    0% {
        filter: brightness(0.9);
        box-shadow: 0 0 0.3rem rgba(0,255,100,0.2), 0 0 0.6rem rgba(0,255,100,0.1);
    }

    15% {
        filter: brightness(1.4);
        box-shadow: 0 0 0.6rem rgba(0,255,100,0.7), 0 0 1.2rem rgba(0,255,100,0.4);
    }

    30% {
        filter: brightness(1.1);
        box-shadow: 0 0 0.4rem rgba(0,255,100,0.3), 0 0 0.9rem rgba(0,255,100,0.2);
    }

    50% {
        filter: brightness(1.6);
        box-shadow: 0 0 0.8rem rgba(0,255,100,0.8), 0 0 1.5rem rgba(0,255,100,0.5);
    }

    70% {
        filter: brightness(1);
        box-shadow: 0 0 0.5rem rgba(0,255,100,0.4), 0 0 1rem rgba(0,255,100,0.3);
    }

    100% {
        filter: brightness(1.3);
        box-shadow: 0 0 0.7rem rgba(0,255,100,0.6), 0 0 1.3rem rgba(0,255,100,0.4);
    }
}


:root {
    --bs-gray-500: #99A1B7;
    --bs-warning: #F6C000;
    --bs-danger: #F8285A;
}

.pulse {
    position: relative
}

    .pulse.pulse-warning .pulse-ring {
        border-color: var(--bs-warning)
    }

    .pulse.pulse-danger .pulse-ring {
        border-color: var(--bs-danger)
    }

.has-withdraw-error {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pulse-ring {
    display: block;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    animation: animation-pulse 2.5s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    border-width: 3px;
    border-style: solid;
    border-color: var(--bs-gray-500)
}

@keyframes animation-pulse {
    0% {
        -webkit-transform: scale(.1,.1);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(.1,.1);
        opacity: 0
    }

    65% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2,1.2);
        opacity: 0
    }
}

.transaction-summary .counter-value {
    font-size: calc(var(--vz-font-base) * 1.6);
}


.deposit-widget {
    border-right-width: 2px !important;
}