* {
    margin: 0;
    padding: 0
}

:root {
    --conversation-margin-left: 26px;
    --logo-page-svg: url('/images/icons/pageLogo.svg?v=1.0');
    --icon-files-svg: url('/images/allsupport/files1.svg?v=1.0');
    --icon-zip-svg: url('/images/allsupport/zip.svg?v=1.0');
    --icon-xsl-svg: url('/images/allsupport/xsl.svg?v=1.0');
    --icon-txt-svg: url('/images/allsupport/txt.svg?v=1.0');
    --icon-svg-svg: url('/images/allsupport/svg.svg?v=1.0');
    --icon-rar-svg: url('/images/allsupport/rar.svg?v=1.0');
    --icon-png-svg: url('/images/allsupport/png.svg?v=1.0');
    --icon-pdf-svg: url('/images/allsupport/pdf.svg?v=1.0');
    --icon-mp4-svg: url('/images/allsupport/mp4.svg?v=1.0');
    --icon-mp3-svg: url('/images/allsupport/mp3.svg?v=1.0');
    --icon-jpg-svg: url('/images/allsupport/jpg.svg?v=1.0');
    --icon-gif-svg: url('/images/allsupport/gif.svg?v=1.0');
    --icon-docx-svg: url('/images/allsupport/docx.svg?v=1.0');
    --icon-doc-svg: url('/images/allsupport/doc.svg?v=1.0');
    --icon-cad-svg: url('/images/allsupport/cad.svg?v=1.0');
    --icon-bmp-svg: url('/images/allsupport/bmp.svg?v=1.0');
    --icon-search-svg: url('/images/allsupport/search.svg?v=1.0');
    --icon-download-svg: url('/images/allsupport/download2.svg?v=1.0');
    --icon-close-svg: url('../images/allsupport/close.svg?v=1.0');
    --icon-back-svg: url('../images/allsupport/back1.svg?v=1.0');
    --icon-loader-svg: url('../images/allsupport/loader.svg?v=1.0');
    --avatar-default-svg: url('/images/avatar.png?v=1.0');
    --avatar-admin-svg: url('/images/allsupport/admin.svg?v=1.0');
}

html,
body {
    height: auto;
}

a {
    cursor: pointer;
}


#search_old_result {
    margin: 0 !important;
    padding: 0 !important;
}

.allsupport_wrapper {
    display: flex;
    width: 100%;
    background: rgb(8, 11, 69) var(--logo-page-svg) center 60px no-repeat;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.allsupport_wrapper__message {
    margin-top: 175px;
}

.allsupport_wrapper__message a {
    border-bottom: 1px dashed rgb(0, 167, 226);
    cursor: pointer;
}

.allsupport {
    position: relative;
    width: 1240px;
    padding: 95px 132px;
    background: linear-gradient(180deg, rgba(37, 49, 116, 0.25) 0%, rgba(37, 49, 116, 0.5) 35.42%, rgba(37, 49, 116, 1) 100%);
    box-shadow: 0px 70px 40px rgba(6, 8, 48, 0.5);
    border-radius: 30px;
    margin: 160px 0;
    overflow: hidden;
}

.allsupport_panel {
    display: flex;
    padding: 0 20px;
    justify-content: space-evenly;
    align-items: center;
}

.allsupport_panel__button {
    position: relative;
    display: flex;
    padding: 8px 52px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    background: rgba(140, 140, 140, 1);
    border: 1px solid rgba(140, 140, 140, 0);
    transition: all 0.25s ease 0s;
}

.addQuestion.active {
    color: rgb(8, 11, 69);
    background: rgba(89, 244, 202, 1);
    border: 1px solid rgba(89, 244, 202, 0);
    transition: all 0.25s ease 0s;
}

.addQuestion.active:hover {
    color: rgb(89, 244, 202);
    background: rgba(89, 244, 202, 0);
    border: 1px solid rgba(89, 244, 202, 1);
}

.addProblem.active {
    color: rgb(255, 255, 255);
    background: rgba(255, 66, 134, 1);
    border: 1px solid rgba(255, 66, 134, 0);
    transition: all 0.25s ease 0s;
}

.addProblem.active:hover {
    color: rgb(255, 66, 134);
    background: rgba(255, 66, 134, 0);
    border: 1px solid rgba(255, 66, 134, 1);
}

.addDev.active {
    color: rgb(255, 255, 255);
    background: rgba(106, 102, 225);
    border: 1px solid rgba(106, 102, 225, 0);
    transition: all 0.25s ease 0s;
}

.addDev.active:hover {
    color: rgb(106, 102, 225);
    background: rgba(106, 102, 225, 0);
    border: 1px solid rgba(106, 102, 225, 1);
}

.allsupport_list {
    font-size: 15px;
    margin-top: 20px;
}

.allsupport_list__row {
    display: flex;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: all 0.25s ease 0s;
}

.allsupport_list__row:hover {
    background: rgba(0, 0, 0, 0.25);
}

.allsupport_list__row_data {
    width: 1240px;
}

.allsupport_list__row_data__top {
    display: flex;
    align-items: center;
}

.allsupport_list__row_num {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40px;
    margin-right: 20px;
}

.allsupport_list__row_data__top__item_type {
    font-weight: bold;
    width: 15%;
    overflow: hidden;
}

.allsupport_list__row_data__top__item_id {
    width: 10%;
    overflow: hidden;
}

.allsupport_list__row_data__top__item_date {
    width: 20%;
    overflow: hidden;
}

.allsupport_list__row_data__top__item_email {
    width: 20%;
    overflow: hidden;
}

.allsupport_list__row_data__top__item_status {
    text-align: right;
    font-weight: bold;
    width: 15%;
    overflow: hidden;
}

.allsupport_list__row_data__top__item_last_comment {
    text-align: center;
    width: 20%;
    overflow: hidden;
}

.allsupport_list__row_data__top__item_last_comment_status {
    font-weight: bold;
    color: rgb(255, 66, 134);
}

.allsupport_list__row_data__bottom {
    display: flex;
    color: #ddd;
    margin: 5px 0;
}

.text-color-green {
    color: rgb(64, 221, 178);
}

.text-color-red {
    color: rgb(255, 66, 134);
}

.text-color-blue {
    color: rgb(0, 167, 226);
}

.text-color-purple {
    color: rgb(106, 102, 225);
}

.allsupport__pages {
    display: flex;
    position: absolute;
    width: 1024px;
    flex-wrap: wrap;
    left: 130px;
    bottom: 20px;
}

.allsupport__pages__page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    min-width: 40px;
    height: 40px;
    color: rgb(255, 255, 255);
    background: rgb(31, 120, 185);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.25s ease 0s;
}

a.allsupport__pages__page:hover {
    background: rgb(44, 165, 253);
}

a.allsupport__pages__page.active {
    background: rgb(44, 165, 253);
}

.allsupport__pages__sep {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    width: 40px;
    padding: 10px 0;
    color: rgb(255, 255, 255);
    background: rgb(31, 120, 185);
    border-radius: 10px;
    cursor: default;
}

.ticket {
    position: relative;
    overflow: hidden;
    width: 1240px;
    background: linear-gradient(180deg, rgba(37, 49, 116, 0.25) 0%, rgba(37, 49, 116, 0.5) 35.42%, rgba(37, 49, 116, 1) 100%);
    box-shadow: 0px 70px 40px rgba(6, 8, 48, 0.5);
    border-radius: 30px;
    margin: 160px 0;
}

.ticket__header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 86px;
    color: rgb(255, 255, 255);
}

.ticket__conversation__wrapper {
    padding: 0 16px 48px 48px;
}

.ticket__conversetion {
    display: flex;
    flex-direction: column;
    max-height: 480px;
    overflow: hidden;
    padding-right: var(--conversation-margin-left);
    scrollbar-width: 10px;
    scrollbar-color: rgb(106, 102, 225) rgb(8, 11, 69);
}

.ticket__conversetion:hover {
    overflow-y: overlay;
}

@-moz-document url-prefix() {
    .ticket__conversetion {
        scrollbar-width: thin;
        overflow-y: scroll;
    }
}

.ticket__new_commit_wrapper {
    margin-top: 20px;
    padding: 10px;
    margin-right: var(--conversation-margin-left);
    background: rgb(255, 255, 255);
    border-radius: 8px;
    border: 1px solid rgb(255, 255, 255);
}

.ticket__new_commit_wrapper.disabled {
    background: rgb(200, 200, 200);
}

.ticket__new_commit {
    width: 100%;
    min-height: 100px;
    border: none;
    font-size: 14px;
}

.ticket__control_panel {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-right: var(--conversation-margin-left);
}

.ticket__control_panel__buttons__button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 26px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    margin-right: 12px;
    cursor: pointer;
    overflow: hidden;

    color: rgb(255, 255, 255);
    background: rgba(140, 140, 140, 1);
    border: 1px solid rgba(140, 140, 140, 0);
}

.ticket__control_panel__buttons__button:last-child {
    margin-right: 0;
}

#solved.active {
    color: rgb(0, 0, 0);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 0);
    transition: all 0.25s ease 0s;
}

#solved.active:hover {
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 1);
}

#addfile {
    display: none;
}

#addfile-label.active {
    color: rgb(0, 0, 0);
    background: rgba(89, 244, 202, 1);
    border: 1px solid rgba(89, 244, 202, 1);
    transition: all 0.25s ease 0s;
}

#addfile-label.active:hover {
    color: rgb(89, 244, 202);
    background: rgba(89, 244, 202, 0);
    border: 1px solid rgba(89, 244, 202, 1);
}

#send.active {
    color: rgb(255, 255, 255);
    background: rgba(106, 102, 225, 1);
    border: 1px solid rgba(106, 102, 225, 0);
    transition: all 0.25s ease 0s;
}

#send.active:hover {
    color: rgb(106, 102, 225);
    background: rgba(106, 102, 225, 0);
    border: 1px solid rgba(106, 102, 225, 1);
}

.ticket__control_panel__buttons {
    display: flex;
}

.ticket__commit__wrapper {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    justify-content: flex-start;
}

.ticket__commit__wrapper.starter {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.ticket__commit {
    position: relative;
    display: flex;
    width: 70%;
    min-height: 100px;
    border-radius: 8px;
    background: rgb(197, 233, 255);
    font-size: 15px;
}

.ticket__commit.starter {
    background: rgb(218, 220, 235);
}

.ticket__commit.edit {
    background: rgb(213, 255, 216) !important;
}

.ticket__commit__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    overflow-x: hidden;
}

.ticket__commit__text_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.ticket__commit__text p.text {
    padding: 20px;
    width: 80%;
}

.ticket__commit__text p.files {
    display: flex;
    flex-direction: column;
}

.ticket__commit__text p.sub {
    color: rgb(120, 120, 120);
    margin: 5px 10px;
    font-size: 11px;
}

.ticket__commit__files {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 20%;
}

.ticket__commit__icon {
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: -25px;
    left: 10%;
    fill: rgb(197, 233, 255);
    transform: rotate(0deg);
}

.starter.ticket__commit__icon {
    left: 90%;
    fill: rgb(218, 220, 235);
    transform: rotate(90deg);
}

.edit.ticket__commit__icon {
    fill: rgb(213, 255, 216) !important;
}


.ticket__commit__files__file {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-bottom: 15px;
}

.ticket__commit__files__file__icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: rgb(218, 220, 235);
    left: 0;
    bottom: 10px;
}

.ticket__commit__files__file__icon.starter {
    background: rgb(197, 233, 255);
}

.ticket__commit__files__counter {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    color: rgb(255, 255, 255);
    background: rgb(255 38 97);
    right: 5px;
    top: 5px;
}

.ticket__commit__files__file__preview {
    width: 50px;
    height: 50px;
    margin: 10px;
    border-radius: 5px;
    flex-shrink: 0;
    flex-grow: 0;
    background: var(--icon-files-svg) center no-repeat;
    background-size: contain;
}

.ticket__commit__files__file__preview.zip {
    background: var(--icon-zip-svg) center no-repeat;
}

.ticket__commit__files__file__preview.xsl {
    background: var(--icon-xsl-svg) center no-repeat;
}

.ticket__commit__files__file__preview.txt {
    background: var(--icon-txt-svg) center no-repeat;
}

.ticket__commit__files__file__preview.svg {
    background: var(--icon-svg-svg) center no-repeat;
}

.ticket__commit__files__file__preview.rar {
    background: var(--icon-rar-svg) center no-repeat;
}

.ticket__commit__files__file__preview.png {
    background: var(--icon-png-svg) center no-repeat;
}

.file_data_wrapper .png::after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: #181f5e7a var(--icon-search-svg) center no-repeat;
    background-size: contain;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.25s ease 0s;
}

.file_data_wrapper:hover .png::after {
    opacity: 1;
}

.ticket__commit__files__file__preview.pdf {
    background: var(--icon-pdf-svg) center no-repeat;
}

.ticket__commit__files__file__preview.mp4 {
    background: var(--icon-mp4-svg) center no-repeat;
}

.ticket__commit__files__file__preview.mp3 {
    background: var(--icon-mp3-svg) center no-repeat;
}

.ticket__commit__files__file__preview.jpg {
    background: var(--icon-jpg-svg) center no-repeat;
}

.file_data_wrapper .jpg::after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: #181f5e7a var(--icon-search-svg) center no-repeat;
    background-size: contain;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.25s ease 0s;
}

.file_data_wrapper:hover .jpg::after {
    opacity: 1;
}

.ticket__commit__files__file__preview.gif {
    background: var(--icon-gif-svg) center no-repeat;
}

.file_data_wrapper .gif::after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: #181f5e var(--icon-search-svg) center no-repeat;
    background-size: contain;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.25s ease 0s;
}

.file_data_wrapper:hover .gif::after {
    opacity: 1;
}

.ticket__commit__files__file__preview.docx {
    background: var(--icon-docx-svg) center no-repeat;
}

.ticket__commit__files__file__preview.doc {
    background: var(--icon-doc-svg) center no-repeat;
}

.ticket__commit__files__file__preview.cad {
    background: var(--icon-cad-svg) center no-repeat;
}

.ticket__commit__files__file__preview.bmp {
    background: var(--icon-bmp-svg) center no-repeat;
}

.file_data_wrapper .bmp::after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: #181f5e var(--icon-search-svg) center no-repeat;
    background-size: contain;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.25s ease 0s;
}

.file_data_wrapper:hover .bmp::after {
    opacity: 1;
}

.ticket__commit__files__file__download {
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px;
    background: var(--icon-download-svg) center no-repeat;
    background-size: contain;
    transform: scale(1);
    transition: all 0.25s ease 0s;
}

.ticket__commit__files__file__download:hover {
    transform: scale(1.5);
}

.file_name {
    overflow-wrap: anywhere;
}

.file_data_wrapper {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}

#input-text {
    background-color: transparent;
}

.ticket__conversetion::-webkit-scrollbar {
    z-index: 1000;
    width: 10px;
}

.ticket__conversetion::-webkit-scrollbar-track {
    background: rgb(8, 11, 69);
}

.ticket__conversetion::-webkit-scrollbar-thumb {
    background: rgb(106, 102, 225);
}

.input_files {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: 10px;
    margin-right: var(--conversation-margin-left);
}

.input_files__file {
    position: relative;
    margin-top: 10px;
    cursor: pointer;
    width: 350px;
    height: 30px;
    overflow: hidden;
    border-radius: 15px;
}

.input_files__file__layer1 {
    display: flex;
    position: absolute;
    top: 0;
    left: 0%;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 30px;
    color: rgb(0, 0, 0);
    background: rgba(89, 244, 202, 1);
}

.input_files__file__layer2 {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 30px;
    color: rgb(255, 255, 255);
    background: rgb(205, 10, 10);
    font-weight: bold;
    transition: all 0.25s ease 0s;
    text-transform: uppercase;
    font-size: 12px;
    opacity: 0;
}

.input_files__file:hover .input_files__file__layer2 {
    opacity: 1;
}

.invalidate {
    border: 1px solid rgb(255 58 85);
}

.error_text {
    color: rgb(255 58 85);
    font-size: 14px;
    margin: 5px 10px;
}

.image_modals_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    z-index: 3000;
    background: rgba(0, 0, 0, 0.5);
}

.modal_closer {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    background: var(--icon-close-svg) center no-repeat;
    background-size: contain;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.25s ease 0s;
}

.modal_closer:hover {
    opacity: 1;
}

.image_modals {
    position: relative;
    width: 90%;
    height: 90%;
    background: rgb(255, 255, 255);
    border-radius: 30px;
}

.back_button {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 15px;
    left: 15px;
    background: var(--icon-back-svg) center no-repeat;
    background-size: contain;
    cursor: pointer;
}

.ticket_delete {
    position: absolute;
    padding: 5px 10px;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(232, 75, 71);
    background-color: rgba(232, 75, 71, 1);
    border-radius: 15px;
    top: 15px;
    right: 15px;
    cursor: pointer;
    transition: all 0.25s ease 0s;
}

.ticket_delete:hover {
    color: rgb(232, 75, 71);
    background-color: rgba(232, 75, 71, 0);
}

#loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5) var(--icon-loader-svg) center no-repeat;
    z-index: 1000;
}

.ticket__control_panel__selector {
    width: 200px;
    padding: 0 10px;
    color: rgb(255, 255, 255);
    background: rgb(28 38 102);
}

.ticket__control_panel__option {
    height: 44px;
}

.comment_edit {
    margin-left: 20px;
    border-bottom: 1px dashed rgb(120, 120, 120);
    cursor: pointer;
}

.comment_delete {
    margin-left: 20px;
    border-bottom: 1px dashed rgb(120, 120, 120);
    cursor: pointer;
}

.choose_modals_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    z-index: 3000;
    background: rgba(0, 0, 0, 0.5);
}

.choose_modals {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    height: 300px;
    padding: 40px 20px;
    background: rgb(255, 255, 255);
    border-radius: 30px;
}

#choose-modals-text {
    text-align: center;
}

.choose-buttons {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

#choose-modals-yes {
    padding: 10px 25px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    background: rgba(232, 75, 71, 1);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(232 75 71);
    transition: all 0.25s ease 0s;
}

#choose-modals-yes:hover {
    color: rgb(232, 75, 71);
    background: rgba(232, 75, 71, 0);
}

#choose-modals-no {
    padding: 10px 25px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    background: rgba(8, 11, 69, 1);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(8, 11, 69);
    transition: all 0.25s ease 0s;
}

#choose-modals-no:hover {
    background: rgba(8, 11, 69, 0);
    color: rgb(8, 11, 69);
}

.dialog_modals_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    z-index: 3000;
    background: rgba(0, 0, 0, 0.5);
}

.dialog_modals {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    height: 300px;
    padding: 40px 20px;
    background: rgb(255, 255, 255);
    border-radius: 30px;
}

#dialog-modals-closer {
    padding: 10px 25px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    background: rgba(8, 11, 69, 1);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(8, 11, 69);
    transition: all 0.25s ease 0s;
}

#dialog-modals-closer:hover {
    background: rgba(8, 11, 69, 0);
    color: rgb(8, 11, 69);
}

.ticket__control_panel select {
    color: rgb(255, 255, 255);
    background: rgb(33, 45, 111);
    border: 1px solid rgb(255, 255, 255);
    padding: 0 10px;
    cursor: pointer;
    transition: all 0.25s ease 0s;
}

.ticket__control_panel select:hover {
    background: rgb(106, 102, 225);
}

.ticket__control_panel option {
    background: rgb(33, 45, 111);
}

.ticket__control_panel button {
    color: rgb(255, 255, 255);
    background: rgb(33, 45, 111);
    border: 1px solid rgb(255, 255, 255);
    padding: 10px;
    cursor: pointer;
    transition: all 0.25s ease 0s;
}

.ticket__control_panel button:hover {
    background: rgb(106, 102, 225);
}

#responsibleName {
    color: rgb(255, 255, 255);
    padding: 5px;
    text-align: center;
}

.list_modals_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    z-index: 3000;
    background: rgba(0, 0, 0, 0.5);
}

.list_modals {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 600px;
    height: 80%;
    padding: 40px 20px;
    background: rgb(255, 255, 255);
    border-radius: 30px;
    overflow: auto;
}

#list-modals-closer {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    background: var(--icon-close-svg) center no-repeat;
    background-size: contain;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.25s ease 0s;
}

#list-modals-closer:hover {
    opacity: 1;
}

.list_modals_row {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    height: 32px;
    border-top: 1px solid rgb(8, 11, 69);
    border-bottom: 1px solid rgb(8, 11, 69);
}

.list_modals_row_id {
    width: 10%;
}

.list_modals_row_fio {
    width: 40%;
}

.list_modals_row_email {
    width: 30%;
}

.list_modals_row_button {
    width: 20%;
    color: rgb(255, 255, 255);
    background: rgb(27, 36, 100);
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.25s ease 0s;
}

.list_modals_row_button:hover {
    background: rgb(106, 102, 225);
}

#dialog-modals-text {
    text-align: center;
}

.comment_author {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    width: 100px;
}

.comment_author_ava {
    width: 75px;
    height: 75px;
    border-radius: 38px;
    background: rgb(255, 255, 255) var(--avatar-default-svg) center no-repeat;
}

.comment_author_fio {
    font-weight: bold;
    text-align: center;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.ticket__commit__data_wrapper {
    display: flex;
}

.comment_author_ava.isAdmin {
    background: rgb(255, 255, 255) var(--avatar-admin-svg) center no-repeat;
    background-size: contain;
}

.createTicketButton {
    position: absolute;
    right: 15px;
    top: 15px;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    background: rgba(7, 183, 35, 1);
    border: 1px solid rgb(7, 183, 35);
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.25s ease 0s;
}

.createTicketButton:hover {
    color: rgb(7, 183, 35);
    background: rgba(7, 183, 35, 0);
}

.createTicket_modals_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3000;
    top: 0;
    left: 0;
}

.createTicket_modals {
    position: relative;
    width: 600px;
    background: rgb(255, 255, 255);
    border-radius: 30px;
    display: flex;
}

.modal-form {
    width: 100%;
    margin-top: 50px;
}

.form-row {
    display: flex;
    margin: 20px;
    justify-content: space-between;
    align-items: center;
}

.form-column {
    display: flex;
    margin: 20px;
    flex-direction: column;
}

.form-row button {
    width: 150px;
    height: 40px;
    cursor: pointer;
}

.form-row input {
    width: 250px;
    height: 40px;
    border: none;
    text-align: right;
    margin: 0 10px;
}

.form-row select {
    padding-left: 20px;
    width: 150px;
    height: 40px;
    cursor: pointer;
    overflow: hidden;
}

button.submit {
    color: rgb(255, 255, 255);
    cursor: pointer;
    background: rgba(17, 23, 84, 1);
    border: 1px solid rgb(17, 23, 84);
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 30px;
    transition: all 0.25s ease 0s;
}

button.submit:hover {
    color: rgb(17, 23, 84);
    background: rgba(17, 23, 84, 0);
}

.table_list {
    position: fixed;
    width: 800px;
    left: 0;
    top: 0;
    z-index: 4000;
    background: rgb(255, 255, 255);
    border-radius: 15px;
}

.table_list__header {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.table_list__header_name {
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 0 20px;
    color: rgb(0, 0, 0);
}

.table_list__searcher {
    display: flex;
    margin-top: 10px;
    padding: 5px;
    justify-content: space-around;
    align-items: center;
}

.table_list__searcher select,
.table_list__searcher button {
    padding: 10px;
    cursor: pointer;
}

.table_list__searcher input {
    padding: 10px;
}

.table_list__list__header {
    display: flex;
    margin: 20px 20px 0 20px;
}

.table_list__list__header div {
    text-align: center;
    margin-right: 5px;
    padding: 5px 0;
    background: rgba(17, 23, 84, 0.25);
}

.table_list__list__header div:last-child {
    margin-right: 0;
}

.table_list__list {
    margin: 5px 20px 20px 20px;
    overflow: auto;
    max-height: 600px;
}

.table_list__list__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.table_list__list__row.even {
    background: rgb(219, 220, 232);
}

.table_list__list__row button {
    padding: 5px 10px;
    cursor: pointer;
}

.table_list__list__row button.active {
    color: rgb(255, 255, 255);
    background: rgb(17, 23, 84);
    border-color: rgb(17, 23, 84);
}

.table_list__list__row div {
    overflow: hidden;
    padding: 5px;
}

.ticket__control_panel__buttons__delegation {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#responsible-name {
    text-align: center;
    color: rgb(255, 255, 255);
    margin: 5px;
}

#delete-ticket-button {
    position: absolute;
    top: 10px;
    right: 12px;
    background: rgb(255 38 97);
    padding: 10px 20px;
    border: 1px solid rgba(232, 75, 71, 1);
    border-radius: 15px;
    transition: all 0.25s ease 0s;
    cursor: pointer;
}

#delete-ticket-button:hover {
    color: rgb(255 38 97);
    background: rgba(232, 75, 71, 0);
}

.allsupport_panel__button__stat {
    position: absolute;
    font-size: 18px;
    right: 3px;
    width: 40px;
    text-align: center;
}

#ticket-stat {
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.allsupport_panel__stat {
    position: relative;
    display: flex;
    padding: 8px 52px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
}

.allsupport_filter {
    margin-top: 20px;
    padding: 20px;
    color: rgb(255, 255, 255);
    border-radius: 15px;
    border: 2px solid rgb(255, 255, 255);
}

.allsupport_filters_tab {
    margin-top: 20px;
}

/* для элемента input c type="checkbox" */
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    min-width: 1em;
    min-height: 1em;
    cursor: pointer;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #fff;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: rgb(255, 255, 255);
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
    background-color: rgb(179, 195, 255);
    border-color: rgb(179, 195, 255);
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(106, 102, 225, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
    border-color: rgb(255, 255, 255);
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked+label::before {
    border-color: rgb(106 102 225);
    background-color: rgb(106 102 225);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
    background-color: rgb(106 102 225);
}

/* text-field */
.text-field {
    margin-bottom: 1rem;
}

.text-field__label {
    display: block;
    margin-bottom: 0.25rem;
}

.text-field__input {
    display: block;
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.text-field__input::placeholder {
    color: #212529;
    opacity: 0.4;
}

.text-field__input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #bdbdbd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
}

.text-field__input:disabled,
.text-field__input[readonly] {
    background-color: #f5f5f5;
    opacity: 1;
}

.allsupport_filter__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.allsupport_filter_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 0;
    height: 45px;
}

.allsupport_filters_tab label {
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.custom_button {
    margin: 0 10px;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(106 102 225);
    border-radius: 15px;
    background: rgba(106, 102, 225, 1);
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.25s ease 0s;
}

.custom_button:last-child {
    margin-right: 0;
}

.custom_button:hover {
    color: rgb(106, 102, 225);
    background: rgba(106, 102, 225, 0);
}

.filter_buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.rotated {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
}

.responsible_list {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}

.responsible_item {
    background: rgba(106, 102, 225, 1);
    border: 1px solid rgb(106, 102, 225);
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 15px;
    margin: 5px;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: default;
}

#responsible-item-add {
    background: rgba(106, 102, 225, 0);
    border: 1px dashed rgb(106, 102, 225);
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 15px;
    margin: 5px;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.25s ease 0s;
}

#responsible-item-add:hover {
    background: rgba(106, 102, 225, 1);
}

.responsible_modals_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    z-index: 3000;
    background: rgba(0, 0, 0, 0.5);
}

.responsible_modals {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 600px;
    height: 80%;
    padding: 40px 20px;
    background: rgb(255, 255, 255);
    border-radius: 30px;
    overflow: auto;
}

.responsible_modals__list {
    margin-top: 30px;
    width: 100%;
}

.responsible_modals__item {
    display: flex;
    padding: 5px 10px;
    align-items: center;
}

.responsible_modals__item__id {
    width: 50px;
}

.responsible_modals__item__fio {
    width: 250px;
}

.responsible_modals__item__email {
    width: 250px;
}

.responsible_modals__controll {
    width: 50px;
}

.responsible_modals__item__status {
    cursor: pointer;
}

@media screen and (max-width: 1500px) {
    .allsupport {
        width: 800px;
    }

    .ticket {
        width: 800px;
    }

    .allsupport_panel__button {
        font-size: 14px;
    }

    .allsupport__pages {
        width: 800px;
    }
}

@media screen and (max-width: 1100px) {
    .allsupport {
        padding: 95px 30px;
    }

    .allsupport__pages {
        left: 30px;
    }
}