﻿


#components-reconnect-modal {
    display: none !important;
}

/*
.tabs {
 
    margin: 10px; 
}

.tab-input, section {
    clear: both;
    padding-top: 10px;
    display: none;
}

.tab-label {
    font-weight: bold;
    font-size: 14px;
    display: block;
    float: left;
    padding: 10px 30px;
    border-top: 3px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #DDD;
}

    .tab-label:hover {
        cursor: pointer;
        text-decoration: underline; 
    }

#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5, #tab6:checked ~ #content6 , #tab7:checked ~ #content7 , #tab8:checked ~ #content8 {
    display: block;
}

.tab-input:checked + .tab-label {
    border-top-color: #ffa400;
    border-right-color: #DDD;
    border-left-color: #DDD;
    border-bottom-color: transparent;
    text-decoration: none; 
}

.tab-label {
    background: rgb(0, 0, 0, 0.40);
    color: #eaeaea;
}

*/
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v118/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.searchDiv {
    height: 30px;
    margin: 5px;
}


.searchBox {
    position: absolute;
    background: #2f3640;
    height: 30px;
    border-radius: 40px;
    padding: 10px;
    width: 220px;
    padding: 0 6px;
}

/*    .searchBox:hover > .searchInput {
        width: 240px;
        padding: 0 6px;
    }

    .searchBox:hover > .searchButton {
        background: white;
        color: #2f3640;
    }*/

.searchButton {
    color: white;
    float: right;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2f3640;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    margin: 5px;
}

.searchInput {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0 6px;
    color: white;
    font-size: 8px;
    transition: 0.4s;
    line-height: 20px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}



/*@media screen and (max-width: 620px) {
    .searchBox:hover > .searchInput {
        width: 150px;
        padding: 0 6px;
    }
}*/



/*
table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 6px;
    overflow: hidden;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

    table * {
        position: relative;
    }

    table td,
    table th {
        padding-left: 8px;
    }

    table thead tr {
        height: 60px;
        background: rgba(0, 0, 0, 0.89);
        color: #89b1d7;
        font-size: 16px;
    }

    table tbody tr {
        height: 48px;
        border-bottom: 2px solid #000000;
        background: rgba(0, 0, 0, 0.85);
        color: #e0e0e0;
        border-radius: 5%;
    }

        table tbody tr:last-child {
            border: 0;
        }

    table td,
    table th {
        text-align: left;
    }

        table td.l,
        table th.l {
            text-align: right;
        }

        table td.c,
        table th.c {
            text-align: center;
        }

        table td.r,
        table th.r {
            text-align: center;
        }
 */
 

.rwd-table {
    margin: auto;
    min-width: 300px;
    max-width: 100%;
    border-collapse: collapse;
}

    .rwd-table tr:first-child {
        border-top: none;
        background-color: rgba(0, 0, 0, 0.93);
    }


    .rwd-table tr {
        border-top: 1px solid #ddd0;
        border-bottom: 1px solid #ddd0;
        background-color: rgba(0, 0, 0, 0.73);
    }

        .rwd-table tr:nth-child(odd):not(:first-child) {
            background-color: rgba(0, 0, 0, 0.88);
        }


    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        height: 20px;
        display: block;
    }

        .rwd-table td:first-child {
            margin-top: .5em;
        }

        .rwd-table td:last-child {
            margin-bottom: .5em;
        }

        .rwd-table td:before {
            content: attr(data-th) ": ";
            font-weight: bold;
            width: 120px;
            display: inline-block;
            color: #fff;
        }

        .rwd-table td[data-th='']:before {
            content: attr(data-th) "";
        }

    .rwd-table th,
    .rwd-table td {
        text-align: left;
        color: #fff;
    }

.rwd-table {
    color: #fff;
    border-radius: .4em;
    overflow: hidden;
}

    .rwd-table tr {
        border-color: #bfbfbf;
    }

    .rwd-table th,
    .rwd-table td {
        padding: .5em 1em;
    }

 

.rwd-table tr.bl td {
    color: #000;
}
    .rwd-table tr.bl.red td {
        color: red;
    }

    .rwd-table tr.bl.orange td {
        color: orangered;
    }

@keyframes fontWeightAnimation {
    0%, 100% {
        font-weight: 400; /* Нормальний шрифт */
    }

    50% {
        font-weight: 700; /* Жирний шрифт */
    }
}

.rwd-table tr.bl.orange.blink td {
    animation: fontWeightAnimation 2s infinite; /* Анімація тривалістю 2 секунди з безкінечним циклом */
}

.rwd-table tr.Complite td {
    font-weight: bold;
    text-decoration: underline
}

.rwd-table tr.Done td {
    font-weight: bold;
}

.rwd-table tr.bl td div > button {
    background-color: #000;
}

.rwd-table tr.bl td > button {
    background-color: #000;
}




@media screen and (min-width: 600px) {
  
    
    
    .rwd-table tr:hover:not(:first-child) {
        background-color: rgb(231 76 60 / 86%);
    }




        .rwd-table tr:hover:not(:first-child) td {
            color: #000;
        }

            .rwd-table tr:hover:not(:first-child) td > button {
                background-color: #000;
            }

        .rwd-table tr:hover:not(:first-child) div > button {
            background-color: #000;
        }

    .rwd-table tr.bl:hover:not(:first-child) td {
        color: #5a5a5a;
    }

        .rwd-table tr.bl:hover:not(:first-child) td > button {
            background-color: #5a5a5a;
        }

    .rwd-table tr:hover:not(:first-child) div > button {
        background-color: #5a5a5a;
    }


    .rwd-table tr.Selected:not(:first-child) {
        background-color: rgb(231 76 60 / 86%);
    }




        .rwd-table tr.Selected:not(:first-child) td {
            color: #000;
        }

            .rwd-table tr.Selected:not(:first-child) td > button {
                background-color: #000;
            }

        .rwd-table tr.Selected:not(:first-child) div > button {
            background-color: #000;
        }

    .rwd-table tr.bl.Selected:not(:first-child) td {
        color: #5a5a5a;
    }

        .rwd-table tr.bl.Selected:not(:first-child) td > button {
            background-color: #5a5a5a;
        }

    .rwd-table tr.Selected:not(:first-child) div > button {
        background-color: #5a5a5a;
    }


    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

        .rwd-table th:first-child,
        .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child,
        .rwd-table td:last-child {
            padding-right: 0;
        }

    .rwd-table th,
    .rwd-table td {
        padding: 0.2em !important;
    }
}


/*tr.hide-table-padding td {
    visibility: hidden;
    height: 0;
}



.hide-table-padding :target {
    visibility: visible;
    height: auto;
}
*/


blockquote {
    color: white;
    text-align: center;
}




.page-wrapper {
    width: 100%;
    height: 100%;
    background: url(https://goo.gl/OeVhun) center no-repeat;
    background-size: cover;
}

.blur-it {
    filter: blur(4px);
}

.btn.dialog {
    width: 200px;
    padding: 18px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    background: #e2525c;
}

.modal-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.78);
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    z-index: 2222222;
}

    .modal-wrapper.open {
        opacity: 1;
        visibility: visible;
    }

.modal {
    max-width: 600px;
    min-width: 396px;
    height: auto;
    display: block;
    margin: 50% 0 0 -300px;
    position: relative;
    background: rgb(0, 0, 0, 0.30);
    top: 30%;
    left: 50%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.modal-wrapper.open .modal {
    margin-top: -200px;
    opacity: 1;
}

.head {
    width: 90%;
    height: 32px;
    padding: 12px 30px;
    overflow: hidden;
    background: rgb(0, 0, 0, 0.89);
}

.btn-close-dialog {
    background: rgb(0, 0, 0, 1);
    font-size: 25px;
    float: right;
    color: white;
    cursor: pointer;
    border-radius: 0;
}

.close-icon {
    font-size: 25px;
}

.contentDialog {
    padding: 2%;
}

.PreContentDialog {
    padding: 10%;
}

.icon {
    font-size: 20px;
}

.btn-Add {
    color: #fff;
    background-color: #e74c3c;
    margin: 5px;
    border: 0;
    color: #fff;
    padding: 5px;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    border-radius: 50%;
    cursor: pointer;
}


scroll-container {
    display: block;
    height: 70vh;
    overflow-y: scroll;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.contentDialog .btn {
    left: 87%;
    margin-top: 15px;
}

.PreContentDialog label.Hend {
    position: absolute;
    color: #fff;
    transition: all 0.5s ease-in-out;
    top: -17px;
    font-size: 12px;
}

.PreContentDialog label[type='text'] {
    position: relative;
    color: white;
    border: none;
    outline: none;
}

.label-container {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #555;
    width: 100%;
}

.textarea-container textarea {
    position: relative;
    padding: 5px;
    margin: -5px;
    box-sizing: border-box;
    width: 100%;
    height: 130px;
    background: rgb(0, 0, 0, 0.19);
    border-bottom: 1px solid #555;
    border-left: 1px solid #555;
    border-right: 1px solid #555;
    color: #fff;
    font-size: 1.3em;
    resize: none;
}

    .textarea-container textarea:focus {
        outline: none !important;
        border: 4px solid transparent;
        box-shadow: 0 0 0px transparent;
        border-bottom: 1px solid #555;
        border-left: 1px solid #555;
        border-right: 1px solid #555;
        resize: none;
    }

input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z'/%3E%3C/svg%3E");
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 24 24' height='24px' id='Layer_1' version='1.1' viewBox='0 0 24 24' width='24px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpath fill='%23fff' d='M12,0C5.4,0,0,5.4,0,12s5.4,12,12,12s12-5.4,12-12S18.6,0,12,0z M12,22C6.5,22,2,17.5,2,12S6.5,2,12,2s10,4.5,10,10 S17.5,22,12,22z'/%3E%3Cpath fill='%23fff' d='M13.9,12.5c0-0.2,0.1-0.3,0.1-0.5c0-0.7-0.4-1.4-1-1.7V4c0-0.6-0.4-1-1-1s-1,0.4-1,1v6.3c-0.6,0.3-1,1-1,1.7 c0,1.1,0.9,2,2,2c0.2,0,0.3,0,0.5-0.1l1.8,1.8c0.4,0.4,1,0.4,1.4,0s0.4-1,0-1.4L13.9,12.5z M12,13c-0.6,0-1-0.4-1-1s0.4-1,1-1 s1,0.4,1,1S12.6,13,12,13z'/%3E%3Ccircle cx='20' cy='12' r='1'/%3E%3Ccircle cx='4' cy='12' r='1'/%3E%3Ccircle cx='17.7' cy='17.7' r='1'/%3E%3Ccircle cx='6.3' cy='6.3' r='1'/%3E%3Ccircle cx='12' cy='20' r='1'/%3E%3Ccircle cx='6.3' cy='17.7' r='1'/%3E%3Ccircle cx='17.7' cy='6.3' r='1'/%3E%3C/g%3E%3C/svg%3E");
}


input[type="time"], input[type="date"] {
    width: 47.3%;
}


select {
    /* Reset Select */
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 2 1em;
    color: #fff;
    background-color: #01010200;
    background-image: none;
    cursor: pointer;
}
    /* Remove IE arrow */
    select::-ms-expand {
        display: none;
    }
/* Custom Select wrapper */
.select {
    top: -15px;
    color: #fff;
    position: relative;
    background: transparent;
    display: flex;
    width: 100%;
    border: 0px;
    height: 2em;
    border-radius: .25em;
    overflow: hidden;
}
    /* Arrow */
    .select::after {
        content: '\25BC';
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.5em;
        background-color: transparent;
        transition: .25s all ease;
        pointer-events: none;
    }
    /* Transition */
    .select:hover::after {
        color: #e74c3c;
    }

    /* Other styles*/


    .select option {
        background: transparent;
        background-color: #010102c7;
    }





/*
        .select option:hover, option:active, option:checked {
            color: #fff;
            background-color: #0101028f;
        }*/



.checkboxs {
    color: #fff;
}


.checkbox {
    display: flex;
    flex-direction: column;
    /* padding: 0.5em; */
}

    .checkbox h1 {
        font-weight: 400;
        font-size: 2em;
        cursor: default;
        margin: 0 0 .5em 0;
    }

input[type='checkbox'] {
    height: 0;
    width: 0;
}

    input[type='checkbox'] + label {
        position: relative;
        display: flex;
        margin: 3px 0;
        align-items: center;
        color: #9e9e9e;
        transition: color 250ms cubic-bezier(.4,.0,.23,1);
    }


        input[type='checkbox'] + label > ins {
            position: absolute;
            display: block;
            bottom: 0;
            left: 2em;
            height: 0;
            width: 100%;
            overflow: hidden;
            text-decoration: none;
            transition: height 300ms cubic-bezier(.4,.0,.23,1);
        }

            input[type='checkbox'] + label > ins > i {
                position: absolute;
                bottom: 0;
                font-style: normal;
                color: #ffffff;
            }

        input[type='checkbox'] + label > span {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 1em;
            width: 1em;
            height: 1em;
            background: transparent;
            border: 2px solid #9E9E9E;
            border-radius: 2px;
            cursor: pointer;
            transition: all 250ms cubic-bezier(.4,.0,.23,1);
        }

        input[type='checkbox'] + label:hover, input[type='checkbox']:focus + label {
            color: #fff;
        }

            input[type='checkbox'] + label:hover > span, input[type='checkbox']:focus + label > span {
                background: rgba(255,255,255,.1);
            }

    input[type='checkbox']:checked + label > ins {
        height: 100%;
    }

    input[type='checkbox']:checked + label > span {
        background: #e74c3c;
        animation: shrink-bounce 200ms cubic-bezier(.4,.0,.23,1);
    }

        input[type='checkbox']:checked + label > span:before {
            content: "";
            position: absolute;
            top: .6em;
            left: .2em;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            transform: rotate(45deg);
            transform-origin: 0% 100%;
            animation: checkbox-check 125ms 250ms cubic-bezier(.4,.0,.23,1) forwards;
        }

    input[type='checkbox']:checked + label {
        color: #ffffff00;
        animation: shrink-bounce 200ms cubic-bezier(.4,.0,.23,1);
    }

@keyframes shrink-bounce {
    0% {
        transform: scale(1);
    }

    33% {
        transform: scale(.85);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes checkbox-check {
    0% {
        width: 0;
        height: 0;
        border-color: #212121;
        transform: translate3d(0,0,0) rotate(45deg);
    }

    33% {
        width: .2em;
        height: 0;
        transform: translate3d(0,0,0) rotate(45deg);
    }

    100% {
        width: .2em;
        height: .5em;
        border-color: #212121;
        transform: translate3d(0,-.5em,0) rotate(45deg);
    }
}



/* use reverse flexbox to take advantage of flex-direction: reverse */
.star-rating {
    display: flex;
    align-items: center;
    width: 160px;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0px auto;
    position: relative;
}
    /* hide the inputs */
    .star-rating input {
        display: none;
    }
    /* set properties of all labels */
    .star-rating > label {
        width: 30px;
        height: 30px;
        margin: 5px 12px;
        font-family: Arial;
        font-size: 30px;
        transition: 0.2s ease;
        color: orange;
    }
    /* give label a hover state */
    .star-rating label:hover {
        color: #e74c3c;
        transition: 0.2s ease;
    }

    .star-rating label:active::before {
        transform: scale(1.1);
    }

    /* set shape of unselected label */
    .star-rating label::before {
        content: '\2606';
        position: absolute;
        top: 0px;
        line-height: 26px;
    }
    /* set full star shape for checked label and those that come after it */
    .star-rating input:checked ~ label:before {
        content: '\2605';
    }

@-moz-document url-prefix() {
    .star-rating input:checked ~ label:before {
        font-size: 36px;
        line-height: 21px;
    }
}

.acsess_denied {
    background: url('../svg/acsess_denied.svg') center center;
    width: 150px;
    height: 150px;
    justify-content: center;
    align-items: center;
    right: 45%;
    top: 40%;
    position: fixed;
    z-index: 11110;
}

.acsess_denied_box {
    width: 37em;
    height: 44em;
    right: 0%;
    top: 7%;
    position: absolute;
    z-index: 1110;
    background: rgb(43,43,44, 0.48)
}



.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8f0;
    background-image: url('https://i.imgur.com/ilgqWuX.png');
}

.success {
    color: #4F8A10;
    background-color: #dff2bff0;
    background-image: url('https://i.imgur.com/Q9BGTuy.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB37f0;
    background-image: url('https://i.imgur.com/Z8q7ww7.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABAf0;
    background-image: url('https://i.imgur.com/GnyDvKN.png');
}

.validation {
    color: #D63301;
    background-color: #FFCCBAf0;
    background-image: url('https://i.imgur.com/GnyDvKN.png');
}

.alert {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 9222222;
}

    .alert a {
        color: black;
        font-weight: bold;
        word-wrap: break-word;
        word-break: break-word;
    }

    .alert h5 {
        color: black;
        font-weight: bold;
        word-wrap: break-word;
        word-break: break-word;
    }






.page-scroll {
    position: fixed;
    bottom: 0;
    right: 0px;
    background-color: rgba(0 0 0/100%);
    z-index: 444;
    width: 100%;
}


    .page-scroll .btn {
        color: #fff;
        background-color: #e74c3c;
        position: fixed;
        color: #fff;
        padding: 5px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        right: 0px;
        bottom: 0px;
    }

        .page-scroll .btn.btn-up {
            margin-bottom: 125px;
            margin-right: 10px;
        }

        .page-scroll .btn.btn-down {
            margin-bottom: 55px;
            margin-right: 10px;
        }

        .page-scroll .btn span {
            font-size: 50px;
        }
.HCaptha {
    background-color: transparent;
    color: #fff;
    margin-top: 0px;
    margin-left: 0px;
    border-style: solid;
    width: 100px;
    height: 100px;
    padding: 0px;
    text-transform: uppercase;
    border-color: white;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}

.HCaptha-box {
    margin-top: 16px;
    margin-left: 93px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 302px;
    height: 456px;
    position: absolute;
}

    .HCaptha-box canvas {
        justify-content: center;
        align-items: center;
        display: flex;
        position: absolute;
    }


.HCaptha-button-box {
    margin-top: 26px;
    margin-left: -4px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 302px;
    height: 456px;
    position: absolute;
}


.HCaptha-Contener {
    position: absolute;
    width: 502px;
    height: 506px;
    border-radius: 3px;
    padding: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: rgba(0, 0, 0, 0.73);
}

    .HCaptha-Contener .btn {
        position: absolute;
        top: 450px;
        margin-left: 14px;
    }

        .HCaptha-Contener .btn.Ok {
            margin-left: 383px;
        }
/*.Busy .btn-Add {
    display: none;
    visibility: hidden;
}*/
.button.phone.create {
    position: absolute;
    top: 0px;
    right: .4em;
    height: 2.2em;
    text-align: center;
}



.wide-header {
 
    
    text-align: center;
    color: #fff;
    background-color: #e74c3c;
    /* Границя для заголовка */
}
.hidden_log {
    filter: blur(5px);
}

.QR_button {
    position: relative;
    display: inline-block;
   
}

    .QR_button:hover .QR_image {
        visibility: visible;
    }

.QR_image {
    visibility: hidden;
    position: absolute;
    width: 200px; /* Розмір зображення */
    border: 1px solid #000;
    padding: 5px;
    background: #fff;
    z-index: 1;
    right: 100%;
    bottom: 1%;
}
.ticket-account {
 
    height: 24px;
    width: 24px;
    margin: -2px 0px 0px -2px;
}
.svg-icon {
    height: 24px;
    width: 24px;
    margin: -2px 0px 0px -2px;
}

.ticket-account path {
    fill: currentcolor;
    d: path('M20,12A2,2 0 0,0 22,14V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V14C3.11,14 4,13.1 4,12A2,2 0 0,0 2,10V6C2,4.89 2.9,4 4,4H20A2,2 0 0,1 22,6V10A2,2 0 0,0 20,12M16.5,16.25C16.5,14.75 13.5,14 12,14C10.5,14 7.5,14.75 7.5,16.25V17H16.5V16.25M12,12.25A2.25,2.25 0 0,0 14.25,10A2.25,2.25 0 0,0 12,7.75A2.25,2.25 0 0,0 9.75,10A2.25,2.25 0 0,0 12,12.25Z');
}
.notification-icon {
    position: relative;
    display: inline-block;
}

.notification-count {
    position: absolute;
    top: -2px; /* Adjust as needed */
    right: -2px; /* Adjust as needed */
    width: 14px;
    height: 14px;
    background-color: black;
    color: white;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 14px; /* Same as width and height for vertical alignment */
}