.content {
    max-width: 1200px;
    margin: 0 auto;
}

body {
    background: #F6F6F9;
}

.btn {
    display: inline-flex;
    padding: 5px 12px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    line-height: 16px;
    font-weight: 500;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, border 0.2s, background 0.2s;
}

.btn-wide {
    display: block;
    text-align: center;
    width: 100%;
}

.btn-large {
    padding: 9px 16px;
    font-size: 14px;
    line-height: 17px;
}

.btn.btn-add, .btn.btn-play {
    padding: 5px 12px 5px 20px;
    min-height: 40px;
}

.show-certificate {
    width: 30px;
    cursor: pointer;
}

.btn.btn-large.btn-add, .btn.btn-large.btn-play {
    padding: 9px 16px 9px 30px;
}

.btn-add::before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url('/icons/plus-circle.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-large.btn-add::before, .btn-large.btn-play::before {
    width: 14px;
    height: 14px;
    left: 9px;
}

.btn-outline.btn-add::before {
    background-image: url('/icons/plus-circle-blue.svg') !important;
}

.btn-disabled.btn-add::before {
    background-image: url('/icons/plus-circle-disabled.svg') !important;
}

.btn-large.btn-add::before {
    background-image: url('/icons/plus-circle-outline.svg') !important;
}

.btn-large.btn-outline.btn-add::before {
    background-image: url('/icons/plus-circle-outline-blue.svg') !important;
}

.btn-large.btn-disabled.btn-add::before {
    background-image: url('/icons/plus-circle-outline-disabled.svg') !important;
}

.btn-play::before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url('/icons/play-white-icon.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 5px;
}

.btn-wide.btn-play::before {
    margin-left: -16px;
    margin-top: 2px;
    left: unset;
}

.btn-disabled.btn-play::before {
    background-image: url('/icons/play-gray-icon.svg') !important;
}

.btn-primary {
    background: #2F80ED;
    border: 1px solid #2F80ED;
    color: #FFFFFF !important;
}

.btn-primary:hover {
    border: 1px solid #2A72D4;
    -webkit-box-shadow: 0 2px 4px 0 rgba(19, 90, 186, 0.24);
    -moz-box-shadow: 0 2px 4px 0 rgba(19, 90, 186, 0.24);
    box-shadow: 0 2px 4px 0 rgba(19, 90, 186, 0.24);
    color: #FFFFFF !important;
}

.btn-primary:focus {
    border: 1px solid #2A72D4;
    color: #FFFFFF !important;
}

.btn-primary:active {
    border: 1px solid #2A72D4;
    background: #2A72D4;
    color: #FFFFFF !important;
}

.btn-success {
    background: #2FA84F;
    border: 1px solid #2FA84F;
    color: #FFFFFF !important;
}

.btn-success:hover {
    border: 1px solid #299446;
    -webkit-box-shadow: 0 2px 4px 0 rgba(59, 167, 87, 0.24);
    -moz-box-shadow: 0 2px 4px 0 rgba(59, 167, 87, 0.24);
    box-shadow: 0 2px 4px 0 rgba(59, 167, 87, 0.24);
    color: #FFFFFF !important;
}

.btn-success:hover.btn-disabled {
    background: #F5F5F5;
    border: 1px solid #D9D9D9;
    color: #BFBFBF !important;
    cursor: not-allowed;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}

.btn-success:focus {
    border: 1px solid #299446;
    color: #FFFFFF !important;
}

.btn-success:focus.btn-disabled {
    border: 1px solid #D9D9D9;
    color: #BFBFBF !important;
}

.btn-success:active {
    border: 1px solid #299446;
    background: #299446;
    color: #FFFFFF !important;
}

.btn-success:focusactive.btn-disabled {
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #BFBFBF !important;
}

.btn-danger {
    background: #EA3D2F;
    border: 1px solid #EA3D2F;
    color: #FFFFFF !important;
}

.btn-danger:hover {
    border: 1px solid #C93528;
    -webkit-box-shadow: 0 2px 4px 0 rgba(199, 63, 52, 0.24);
    -moz-box-shadow: 0 2px 4px 0 rgba(199, 63, 52, 0.24);
    box-shadow: 0 2px 4px 0 rgba(199, 63, 52, 0.24);
    color: #FFFFFF !important;
}

.btn-danger:focus {
    border: 1px solid #C93528;
    color: #FFFFFF !important;
}

.btn-danger:active {
    border: 1px solid #C93528;
    background: #C93528;
    color: #FFFFFF !important;
}

.btn-warning {
    background: #FFB800;
    border: 1px solid #FFB800;
    color: #FFFFFF !important;
}

.btn-warning:hover {
    border: 1px solid #DB9E00;
    -webkit-box-shadow: 0 2px 4px 0 rgba(235, 173, 12, 0.24);
    -moz-box-shadow: 0 2px 4px 0 rgba(235, 173, 12, 0.24);
    box-shadow: 0 2px 4px 0 rgba(235, 173, 12, 0.24);
    color: #FFFFFF !important;
}

.btn-warning:focus {
    border: 1px solid #DB9E00;
    color: #FFFFFF !important;
}

.btn-warning:active {
    border: 1px solid #DB9E00;
    background: #DB9E00;
    color: #FFFFFF !important;
}

.btn-outline {
    color: #2F80ED !important;
    border: 1px solid #2F80ED;
    background: #FFFFFF;
}

.btn-outline:hover {
    border: 1px solid #2A72D4;
    -webkit-box-shadow: 0 2px 4px 0 rgba(19, 90, 186, 0.24);
    -moz-box-shadow: 0 2px 4px 0 rgba(19, 90, 186, 0.24);
    box-shadow: 0 2px 4px 0 rgba(19, 90, 186, 0.24);
    color: #2F80ED !important;
}

.btn-outline:focus {
    border: 1px solid #2A72D4;
    color: #2F80ED !important;
}

.btn-outline:active {
    border: 1px solid rgba(47, 128, 237, 0.5);
    background: rgba(47, 128, 237, 0.1);
    color: #2F80ED !important;
}


.btn-smooth.btn-primary, .btn-smooth.btn-outline {
    background: #EBF2FF;
    border: 1px solid #EBF2FF;
    color: #2F80ED;
}

.btn-smooth.btn-primary:hover, .btn-smooth.btn-outline:hover {
    border: 1px solid #B8D1FF;
    -webkit-box-shadow: 0 2px 4px 0 rgba(142, 185, 255, 0.24);
    -moz-box-shadow: 0 2px 4px 0 rgba(142, 185, 255, 0.24);
    box-shadow: 0 2px 4px 0 rgba(142, 185, 255, 0.24);
}

.btn-smooth.btn-primary:focus, .btn-smooth.btn-outline:focus {
    border: 1px solid #B8D1FF;
}

.btn-smooth.btn-primary:active, .btn-smooth.btn-outline:active {
    border: 1px solid #B8D1FF;
    background: #B8D1FF;
}

.btn-smooth.btn-success {
    background: #DCF7E3;
    border: 1px solid #DCF7E3;
    color: #2FA84F !important;
}

.btn-smooth.btn-success:hover {
    border: 1px solid #AFDEBB;
    -webkit-box-shadow: 0 2px 4px 0 rgba(47, 168, 79, 0.24);
    -moz-box-shadow: 0 2px 4px 0 rgba(47, 168, 79, 0.24);
    box-shadow: 0 2px 4px 0 rgba(47, 168, 79, 0.24);
}

.btn-smooth.btn-success:focus {
    border: 1px solid #AFDEBB;
}

.btn-smooth.btn-success:active {
    border: 1px solid #AFDEBB;
    background: #AFDEBB;
}

.btn-smooth.btn-danger {
    background: #FEE4E2;
    border: 1px solid #FEE4E2;
    color: #EA3D2F;
}

.btn-smooth.btn-danger:hover {
    border: 1px solid #FFB6B0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(214, 45, 32, 0.24);
    -moz-box-shadow: 0 2px 4px 0 rgba(214, 45, 32, 0.24);
    box-shadow: 0 2px 4px 0 rgba(214, 45, 32, 0.24);
}

.btn-smooth.btn-danger:focus {
    border: 1px solid #FFB6B0;
}

.btn-smooth.btn-danger:active {
    border: 1px solid #FFB6B0;
    background: #FFB6B0;
}

.btn-smooth.btn-warning {
    background: #FCF3D7;
    border: 1px solid #FCF3D7;
    color: #FFB800;
}

.btn-smooth.btn-warning:hover {
    border: 1px solid #FFE9A6;
    -webkit-box-shadow: 0 2px 4px 0 rgba(255, 190, 22, 0.24);
    -moz-box-shadow: 0 2px 4px 0 rgba(255, 190, 22, 0.24);
    box-shadow: 0 2px 4px 0 rgba(255, 190, 22, 0.24);
}

.btn-smooth.btn-warning:focus {
    border: 1px solid #FFE9A6;
}

.btn-smooth.btn-warning:active {
    border: 1px solid #FFE9A6;
    background: #FFE9A6;
}

.btn-disabled {
    background: #F5F5F5;
    border: 1px solid #D9D9D9;
    color: #BFBFBF !important;
    cursor: not-allowed;
}


.btn-tester {
    padding: 30px;
    border: 1px solid #ccc;
}

.form-group {
    margin-bottom: 15px;
    overflow: hidden;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-group__archive {
    margin-top: 10px;
}

input[type='text'].form-control, input[type='tel'].form-control, input[type='password'].form-control, input[type='email'].form-control, input[type='date'].form-control, input[type="number"].form-control, textarea.form-control, select.form-control {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 10px 16px;
    font-size: 14px;
    outline: none;
    width: 100%;
    /*min-width: 300px;*/
    -webkit-box-shadow: 0 0 15px 0 rgba(68, 68, 79, 0);
    -moz-box-shadow: 0 0 15px 0 rgba(68, 68, 79, 0);
    box-shadow: 0 0 15px 0 rgba(68, 68, 79, 0);
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, border 0.2s;

    border: 1px solid #D9D9D9;
}


input[type='text'].form-control:disabled,
input[type='password'].form-control:disabled,
input[type='email'].form-control:disabled,
input[type='date'].form-control:disabled,
input[type="number"].form-control:disabled,
textarea.form-control:disabled,
select.form-control:disabled {
    background: #F5F5F5;
    border: 1px solid #D9D9D9;
    color: #BFBFBF;
}

input[type="text"].form-control:focus, input[type="password"].form-control:focus, input[type='email'].form-control:focus, input[type='date'].form-control:focus, input[type="number"].form-control:focus, textarea.form-control:focus {
    border: 1px solid #2F80ED;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(142, 185, 255, 0.24), 0 2px 4px rgba(35, 119, 253, 0.24);
}

input[type="text"].form-control:active, input[type="password"].form-control:active, input[type='email'].form-control:active, input[type='date'].form-control:active, input[type="number"].form-control:active, textarea.form-control:active {
    border: 1px solid #2F80ED;
}

.form-horizontal input.form-control, .form-horizontal select {
    width: 100%;
}

.form-check-label {
    font-size: 12px;
    color: #4F4F4F;
    display: flex;
    margin-top: 4px;
}

.form-check-label-align {
    margin-top: 5px;
}

.form-check-label input[type="checkbox"], .form-check-label input[type="radio"] {
    margin-right: 4px;
}

select.form-control {
    margin-right: 10px;
    height: 43px;
    padding: 6px 16px;
}

label.control-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #828282;
    display: block;
    margin-bottom: 6px;
}

label.settings-checkbox-label {
    font-weight: 400;
    font-size: 16px;
}

.locales {
    box-shadow: 0 0 15px 0 rgb(68 68 79 / 0%);
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, border 0.2s;
    border: 1px solid #D9D9D9;
    padding: 10px;
}

details summary::-webkit-details-marker,
details summary::marker {
    display: none;
    content: "";
}

details summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

details summary svg {
    width: 17px;
    height: 10px;
    transition: transform 0.2s linear;
}

details summary:hover,
details summary:hover svg path {
    fill: #2F80ED;
    color: #2F80ED;
}

details[open] summary svg {
    transform: rotate(180deg);
}

.locales > div {
    margin-top: 15px;
}

.locales summary {
    cursor: pointer;
}

.category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #2f80ed;
    border-radius: 10px;
    background: #ffffff;
    height: 42px;
    max-width: 600px;
}

.category-title {
    width: 160px;
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #828282;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}

.category input {
    width: 90px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.category button {
    position: relative;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    width: 30px;
    background-size: contain;
}

.category button:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.category button:after {
    content: "";
    background: #2f80ed;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.category button:active:after {
    padding: 0;
    margin: 0;
    opacity: 0.8;
    transition: 0s
}

.category button[name="edit"] {
    background: url("/icons/pencil-icon.svg") no-repeat center;
}

.category button[name="save"] {
    background: url("/icons/save-icon.svg") no-repeat center;
}

.category button[name="delete"] {
    background: url("/icons/delete-icon.svg") no-repeat center;
}

.category button,
.category input {
    flex-grow: 1;
    height: 100%;
    border-left: 1px solid #2f80ed;
}

.category-modal-wrp > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-modal-wrp {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.page {
    min-height: calc(100vh - 92px);
}

.page-content-footer {
    font-size: 12px;
    margin-top: 30px;
    border-top: 1px solid #E7E7EC;
    padding: 20px 0;
    color: #828282;
}

.page-content-footer a {
    font-size: 12px;
}

.alert-container {
    position: fixed;
    top: 20px;
    left: 50%;
    z-index: 1100;
}

.notification-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1100;
    display: none;
    flex-direction: column;
    max-height: 100vh;
    overflow-y: auto;
    width: 404px;
    padding-bottom: 15px;
}

.alert {
    position: relative;
    padding: 16px 24px;
    margin-left: -50%;
    margin-right: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    opacity: 0;
}

.alert:last-child {
    margin-bottom: 0;
}

.alert .alert-icon {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    border-radius: 12px;
    margin-right: 16px;
}

.alert .alert-close {
    cursor: pointer;
    padding: 0 3px;
    margin-left: 20px;
    color: #333333;
}

.alert .alert-content .alert-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.alert .alert-content .alert-text {
    font-size: 14px;
    line-height: 24px;
}


.alert.alert-danger {
    background: #FEE4E2;
    border: 1px solid #EA3D2F;
    border-radius: 4px;
    color: #EA3D2F;
}

.alert.alert-danger .alert-icon {
    background-image: url("/icons/error-icon.svg");
}

.alert.alert-success {
    background: #DCF7E3;
    border: 1px solid #2FA84F;
    border-radius: 4px;
    color: #2FA84F;
}

.alert.alert-success .alert-icon {
    background-image: url("/icons/success-icon.svg");
}

.page-wrapper {
    display: flex;
    gap: 30px;
}

.page-wrapper-content {
    max-height: 100vh;
    overflow: scroll;
    flex-grow: 1;
    flex-shrink: 1;
    width: 80%;
}

.menu {
    overflow: hidden;
    position: relative;
    background-color: #38A6DF;
    min-height: 100vh;
    flex-shrink: 0;
}

.menu .logo-wide {
    margin: 10px auto 0;
}


.logo {
    height: 56px;
    display: none;
}

.menu-wrp {
    width: 235px;
    min-width: 235px;
    transition: all .3s linear;
}

.menu-list {
    display: flex;
    flex-direction: column;
    /*gap: 13px;*/
    align-items: center;
    margin-top: 20px;
}

.menu-item {
    padding: 10px 0;
    cursor: pointer;
    gap: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.menu-item:hover,
.menu-item-active {
    background: #126591;
}

.menu-item h4 {
    min-width: 170px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-item svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.menu-item path {
    fill: #FFFFFF;
}

label[for="menu"] {
    cursor: pointer;
    width: 100%;
    height: 50px;
    display: block;
    background: #126591;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow {
    border: solid #FFFFFF;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}


#menu {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#menu ~ label[for="menu"] > .right {
    display: none;
}

#menu ~ label[for="menu"] > .left {
    display: block;
}

.logo-wide {
    width: 174px;
    transition: all 0.3s linear;
}

#menu:checked ~ .logo-wide {
    width: 0;
    height: 0;
    visibility: hidden;
    /*display: none;*/
}

#menu:checked ~ .logo {
    width: 26px;
    height: 26px;
    display: block;
    margin: 10px auto 0;
}

#menu:checked ~ label[for="menu"] > .right {
    display: block;
}

#menu:checked ~ label[for="menu"] > .left {
    display: none;
}

#menu:checked ~ .menu-wrp {
    width: 60px;
    min-width: 60px;
}

#menu:checked ~ .menu-wrp .menu-item h4 {
    display: none;
}

.price-wrp {
    box-shadow: 0 0 15px 0 rgb(68 68 79 / 0%);
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s, border 0.2s;
    border: 1px solid #D9D9D9;
    height: 50px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 0 10px;
}

.price-container {
    display: flex;
    gap: 13px;
    flex-direction: column;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(215, 223, 233, 0.6);
}

.price-container:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;

}

.price-wrp select {
    outline: none;
    height: 100%;
    margin-right: 10px;
}


.price-wrp label {
    padding: 0 0 0 10px;
    line-height: 46px;
    height: 100%;
    border-left: 1px solid #D9D9D9;
}

.currency-input {
    width: 96px;
    outline: none;
    padding: 10px;
    height: 100%;
}

.participant-name {
    font-size: 25px !important;
    color: #1a69a4;
}

.participant-name-small {
    cursor: pointer;
    font-size: 14px;
    color: #1a69a4;
}

.table-search-actions > div {
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.table-search-actions > div:last-child {
    margin-right: 0;
}

.table-search-actions > div:last-child {
    margin-right: 0;
}

.table-search-actions {
    position: absolute;
    right: 0;
    top: -22px;
    min-height: 70px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.page-title {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.116667px;
    color: #333333;
    position: relative;
    margin-bottom: 10px;
}

.page-subtitle {
    font-size: 14px;
    line-height: 24px;
    color: #828282;
    margin-top: -10px;
    margin-bottom: 10px;
}

.page-title-actions {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}

.page-title-actions .btn {
    margin-right: 10px;
}

.page-title-actions .btn:last-child {
    margin-right: 0;
}


.table-search-actions div:last-child {
    margin-right: 0;
}


.select {
    position: relative;
    min-width: 115px;
}

.select-trigger {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 30px 8px 16px;
}

.select-multiple .select-trigger {
    padding: 8px;
}

.select-multiple .select-trigger-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-right: 20px;
    flex-wrap: wrap;
    margin-top: -5px;
}

.select-trigger:after {
    content: "";
    background: url("/icons/down-icon.svg");
    width: 16px;
    height: 16px;
    margin-left: 5px;
    display: inline-block;
    position: absolute;
    right: 10px;
}

.select-content {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
    position: absolute;
    display: none;
    z-index: 1051;
    max-height: 200px;
    overflow-y: auto;
}

.select-item {
    padding: 7px 15px 9px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    cursor: pointer;
    background: #ffffff;
    transition: background 0.1s;
    position: relative;
}

.select-item:hover {
    background: rgba(215, 223, 233, 0.24);
}

.select-item-active:after {
    background: url("/icons/check-black-icon.svg");
    content: "";
    width: 11px;
    height: 10px;
    position: absolute;
    right: 16px;
    top: 15px;
}

.table-search-select {
    display: inline-block;
}

.registration-part {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: end;
}

.result-modal {
    display: flex;
    gap: 20px;
}

.result-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

div:has(> .flatpickr-input) {
    position: relative;
}

div:has(> .flatpickr-input):before {
    content: '';
    width: 20px;
    height: 20px;
    background: url("/images/icons/calendar.svg");
    background-size: contain;
    position: absolute;
    right: 4px;
    bottom: 8px;
}

div:has(> .flatpickr-input.active):before {
    background: url("/images/icons/calendar-active.svg");
    background-size: contain;
}

div:has(> .form-control.flatpickr-input):before {
    right: 6px;
    bottom: 100%;
    transform: translate(0, 52px);
}

div:has(> .form-control.flatpickr-input.active):before {
    background: url("/images/icons/calendar-active-blue.svg");
    background-size: contain;
}

.action-input-button {
    outline: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 140px;
    height: 50px;
    border-radius: 0.5em;
    box-shadow: 0 0.625em 1em 0 rgba(30, 143, 255, 0.35);
    overflow: hidden;
}

.action-input-button div {
    transform: translateY(0px);
    width: 100%;
}

.action-input-button,
.action-input-button div {
    transition: 0.6s cubic-bezier(.16, 1, .3, 1);
}

.action-input-button div span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0.75em 1.125em;
}

.action-input-button div:nth-child(1) {
    background-color: #35b051;
}

.action-input-button div:nth-child(2) {
    background-color: #e41e23;
}

.action-input-button:hover {
    box-shadow: 0 0.625em 1em 0 rgba(33, 220, 98, 0.35);
}

.action-input-button.action-input-button-ready div {
    transform: translateY(-50px);
}

.action-input-button p {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
}

.action-input-button:active {
    transform: scale(0.95);
}

.login-wrapper {
    max-width: 400px;
    width: 100%;
    background: #fff;
    padding: 20px;
    margin: 150px auto auto;
}

.login-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

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

.login-row:last-child {
    margin-bottom: 0;
}

.login-input {
    padding: 5px 10px;
    font-size: 14px;
    outline: 1px solid gray;
}

.login-btn {
    margin-top: 20px;
    text-align: center;
}

.btn {
    padding: 10px 20px;
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    border-radius: 8px;
}

.login-error {
    display: none;
    cursor: pointer;
    border: 1px solid #f2ab99;
    background: #ffe9ea;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 13px;
}

.confirm-block {
    position: absolute;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 16px;
    z-index: 1070;
    min-width: 259px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    margin-left: -265px;
}

.confirm-block-right {
    margin-left: unset;
    right: -259px;
}

.confirm-block-top {
    margin-left: unset;
    right: 10px;
    margin-top: -144px;
}

.confirm-block-icon {
    width: 16px;
    height: 16px;
    background: url("/images/icons/confirm-icon.svg") no-repeat;
    background-size: cover;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

.confirm-block-text {
    font-size: 14px;
    line-height: 18px;
    color: #4F4F4F;
    max-width: 200px;
    display: inline-block;
    text-align: left;
}

.confirm-block-buttons {
    text-align: right;
    margin-top: 10px;
}

.document-preview {
    position: relative;
    display: none;
}

#linkToDownload {
    display: none;
}

.preview-wrp {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.preview-wrp > button {
    height: 43px;
}

.preview-wrp > div {
    flex-grow: 1;
}

label.checkbox-label {
    display: flex;
    gap: 5px;
}

.controlled-input {
    position: absolute;
    z-index: 100000;
    transform: translateY(-100%);
}

.control-btns {
    position: absolute;
    opacity: 0.1;
    top: 50%;
    left: -57px;
    transform: translateY(-50%);
}

.controlled-input input {
    position: absolute;
    width: 350px;
}

.controlled-input:hover .control-btns {
    opacity: 1;
}

@media screen and (max-width: 1537px) {
    .content {
        width: 90%;
    }
}

.columnTimeMillis {
    width: 500px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
