@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body {
    background: linear-gradient(0deg, #292E3F, #292E3F);
    color: white;
    font-family: 'Jost', sans-serif;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
    display: block;
}

.highlight {
    background-color: darkgray;
    color: black;
}

input,
input:focus {
    outline: none;
}

button,
button:active {
    outline: none !important;
    box-shadow: none;
    border: 0;
}

#search {
    position: absolute;
    top: 15px;
    right: 96px;
    outline: none;
    border: none;
    color: white;
    background-color: #292E3F;
    margin-left: 40px;
    padding-left: 35px;
    border-radius: 15px;
    background-image: url("../images/search.svg");
    background-repeat: no-repeat;
    background-position: 10px 5px;
}

.main-block .col,
.header-info-block {
    background: linear-gradient(0deg, #323748, #323748);
    border-radius: 27px;
}

.disabled-btn {
    pointer-events: none;
    opacity: .6;
}

.container {
    max-width: 1753px;
}

.main-block {
    height: 863px;
}

.header-row {
    position: relative;
    height: 100%;
    max-width: 321px;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.2px;
    padding-left: 0;
}

.header-items-left a {
    margin-top: 40px;
    padding-left: 35px;
    border-left: 5px solid transparent;
}

a.select-header-navbar {
    border-left: 5px solid #02B5CE;
    color: #02B5CE;
}

.select-header-navbar svg {
    stroke: black;
}

.header-items-left svg {
    margin-right: 25px;
}

.body-row {
    margin-left: 40px;
}

.body-row,
.main-block .content {
    height: 100%;
}

.header-info-block {
    height: 50px;
    margin: 60px auto 50px auto;
}

.custom-btn {
    padding: 15px 80px;
    background: linear-gradient(271.89deg, #02B5CE -4.41%, #01E0FF 99.52%);
    border-radius: 11px;
    margin-right: 20px;

    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
}

.custom-btn-2 {
    background: transparent;
    border: 0.5px solid #FFFFFF;
}

#a_exit {
    position: absolute;
    bottom: 40px;
}

.alert {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 400px;
}

.complaints-info {
    display: none;
}

.complaints-block {
    position: relative;
    font-family: 'Jost', sans-serif;
    max-height: 700px;
    overflow: auto;
    border-radius: 0.25rem;
    opacity: 1;
    transition: .5s;
}

.complaints-block p {
    display: inline-block;
}

.add-column {
    margin-left: 20px;
    cursor: pointer;
}

.title-sort,
.title-filter {
    position: absolute;
    top: 20px;
}

.title-sort {
    right: 56px;
}

.title-filter {
    right: 20px;
}

.complaints-block.complaint-tbody {
    margin-top: -18px;
}

#a_complaints.btn-1 {
    background: rgba(225, 51, 45, 0);
    font-weight: 900;
    letter-spacing: 1px;
}
#a_complaints.btn-1 rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.watch-request {
    color: white;
}

.title-table {
    margin: 20px 0 20px 0;
    font-weight: bold;
    font-size: 19px;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.title-table svg {
    float: right;
}
.title-table svg:not(:first-child) {
    margin-right: 20px;
}

table.table tr th,
table.table tr td {
    padding-top: 25.5px;
    padding-bottom: 25.5px;
}

table.table-title-name th,
table.table-title-name td {
    border-top: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
}

table.table-value tr:hover {
    background: #3F4455;
    color: white;
}

.table-value {
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.2px;
}

table.table {
    background-color: transparent;
    color: white;
}

table.table thead th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.complaint-tbody table {
    margin-bottom: 0;
}

table.table-value tr th,
table.table-value tr td {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

table tbody tr:hover {
    cursor: pointer;
}

.modal-body {
    background: #343a40;
}

p.form-control,
textarea.form-control,
input.form-control,
textarea.form-control:focus,
input.form-control:focus {
    background: #43485A;
    border-radius: 19px;
    color: white;
    font-weight: 200;
    font-size: 20px;
}

p.message-val-request {
    max-height: 300px;
    height: 400px;
    overflow: auto;
}

p.title-val-request {
    padding: 15px 20px;
    height: 60px;
}

*, *:before, *:after {
    box-sizing: border-box;
    transition: .4s ease-in-out;
}

.complaint-tbody::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #292B2F;
}

.complaint-tbody::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.complaint-tbody::-webkit-scrollbar-thumb
{
    background-color: #585858;
}

.data-item {
    display: none;
    transition: .5s;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 0.2px;
    height: 100%;
}

.data-item .row {
    height: 100%;
}

.data-item .col-8 {
    padding: 0 40px;
    border-right: 0.5px solid rgba(255, 255, 255, 0.1);;
}

.title-complaint {
    padding-top: 30px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

#close-complaint,
.close-complaint {
    float: right;
    margin-top: 10px;
    cursor: pointer;
}

.title-value {
    font-weight: 500;
}

.data-item p {
    font-weight: 300;
}

.title-from,
.send-request label {
    margin-top: 35px;
    font-weight: 300;
    font-size: 18px;
}

.main-loader {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #292E3F, #292E3F);
    position: fixed;
    top: 0;
    z-index: 505;
    transition: 0.6s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 100px;
    height: 100px;
    border: 8px solid rgba(2, 181, 206, 0.5);
    border-radius: 50%;
    border-right-color: rgba(0, 0, 0, 0.5);
    border-left-color: rgba(0, 0, 0, 0.5);
    animation: loader 1.3s linear infinite;
}

@keyframes loader {
    100% {
        transform: rotate(360deg);
    }
}

.site-error {
    position: relative;
    height: 100%;
}

.site-error p {
    position: absolute;
    width: 100%;
    top: calc(50% - 100px);
    text-align: center;
    font-size: 36px;
}

.create-list {
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.custom-input {
    margin: 0 auto 35px auto;
    padding-left: 25px;
    width: 446px;
    height: 66px;
    background: #43485A;
    border: 0 solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 19px;
    text-align: left;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: white;
    letter-spacing: 0.2px;
    outline: none;
}

.custom-input:focus {
    border-width: 0.5px;
}

.form-group label,
.create-item label {
    text-align: left;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.create-item label {
    margin-left: 85px;
}

.btn-create {
    display: block;
    margin: auto;
}

.create-record,
.watch-record,
.edit-record {
    display: none;
    position: relative;
}

.return-list,
.return-watch,
.edit_column {
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 20px;
}

.edit_column {
    right: 70px;
}

.hide_el {
    opacity: 0;
}

.btn-delete,
.btn-confirm {
    background: darkred;
}

.btn-delete,
.btn-edit {
    display: block;
    margin: auto;
}

.modal-confirm-delete {
    max-width: fit-content;
}

.modal-button-delete {
    text-align: center;
    margin-top: 40px;
}

.modal-delete .modal-body {
    padding: 3rem;
}

.modal-content {
    background-color: inherit;
}

.modal-body {
    border-radius: 27px;
}





.test .title-text {
    background-color: #ffffff;
    padding: 10px;
    margin-right: -5px;
    color: black;
}

.test .title-active {
    background-color: #80BB15;
    padding: 10px;
    color: white;
}

.test .title-unactive {
    background: rgba(153, 161, 154, 0.7);
    backdrop-filter: blur(84px);
    color: white;
    padding: 10px;
}

.triangle-title {
    position: absolute;
    left: -1px;
    bottom: -14px;
}





@media screen and (max-width: 1920px) {

    .header-info-block {
        height: 40px;
        margin: 15px auto 15px auto;
    }

}