@import '/static/css/normalize.css';
@import '/static/css/fonts.css';
@import '/static/css/default.css';

@import '/static/css/header.css';
@import '/static/css/footer.css';
@import '/static/css/sidebarmenu.css';
@import '/static/css/platform-main-page.css';

/* minio */
@import '/static/css/minio-table-backet.css';
@import '/static/css/minio-menu.css';

/* history */
@import '/static/css/table-flex.css';
@import '/static/css/history-list.css';
@import '/static/css/history-modal.css';

/* robots */
@import '/static/css/modal-robot-card.css';
@import '/static/css/air-datepicker.css';

/* platform */
@import '/static/css/settings-user.css';
@import '/static/css/keys.css';
@import '/static/css/administration.css';

/* robots updaters */
@import '/static/css/robot-updaters.css';

/* popup-settings */
@import '/static/css/callout.css';

.space_container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.space_content {
    justify-content: space-around;
}

.half_size_small_text {
    width: 50%;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 58px;
}

.quarter_size_small_text {
    width: 25%;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 58px;
}

.size_ring_checkbox {
    width: 21px;
    height: 21px;
}

.unit_container {
    display: flex;
    width: 37px;
    height: 31px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 0px 4px 4px 0px;
    border: 1px solid #4F4F4F;
    background: #333;
    color: #8A8A8A;
}

.border_line_simple {
    width: 100%;
    height: 1px;
    margin: 3.5px 0;
    display: flex;
    background: #4F4F4F;
}

.input_field {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #333333;
    /* Дополнительные стили */
    outline: none; /* Убирает контур при фокусе */

    padding: 20px;
    gap: 10px;
    width: 100%;
    height: 34px;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
    color: #333333;
    background: #f3f3f3;
    /* border: 1px solid #4F4F4F; */
    /* border-radius: 4px; */
}

.is__valid {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #0b8300;
}

.is_not__valid {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #920000;
}

.body__login {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    background: url(/../static/img/background.png);
    font-size: 1.125rem;
    text-anchor: middle;
    user-select: none;
    /* height: 100vh; */
}

.login__bar {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif; 
    /* height: 100vh; */
}

.form-signin-register {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.form__signup-style {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    gap: 14px;
}

.form__register-style {
    flex: 0 0 auto;
    min-width: 450px;
    width: auto;
    gap: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.valid__push {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #c60000;
    font-size: 12px;
}

.push__hide {
    display: none;
}

.push__show {
    display: flex;
}

body {
    font-family: 'Roboto', sans-serif; 
    min-width: 320px;
    min-height: 100vh;
    background-color: #333333;
}
.main_menu {
    color: white; /* Цвет обычной ссылки */
    text-decoration: none;
    padding: 2px; /* Поля вокруг текста */
}

.main_menu:active {
    color: #67C1BF;
}

.main_menu:hover {
    color: #67C1BF; /* Цвет ссылки при наведении на нее курсора мыши */
}

.top_menu {
    color: white; /* Цвет обычной ссылки */
    text-decoration: none;
    padding: 2px; /* Поля вокруг текста */
}

.top_menu:active {
    color: #67C1BF;
}

.top_menu:hover {
    color: #67C1BF; /* Цвет ссылки при наведении на нее курсора мыши */
}

.myButton {
    background-color:#29414d;
    border-radius:10px;
    border:1px solid black;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:MS Gothic;
    font-size:18px;
    padding:9px 15px;
    text-decoration:none;
    text-shadow:0px 1px 0px #3d768a;
}

.myButton:hover {
    color:#ffffff;
    background-color:#67c1bf;
}

.myButton:disabled {
    cursor: not-allowed;
    pointer-events: none;

    /*Button disabled - CSS color class*/
    color: #c0c0c0;
    background-color: #ffffff;
}

.myButton:active {
    position:relative;
    top:1px;
}

.main-b-container {
    position: absolute;
    top: 100px;
    transform: translateY(50%);
    margin-left: 280px;
}

.industries-advantages-title {
    font-size: 36px;
    line-height: 42px;
    color: #67c1bf;
    max-width: 350px;
    margin-bottom: 16px;
}

.main-b-main-tagline {
    max-width: 700px;
    /* font-family: "Roboto", sans-serif; */
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 30px;
}

.main-b-buttons {
    width: 305px;
}

.btn-learn-more {
    padding: 11px 15px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    margin-right: 14px;
}

.btn-learn-more {
    padding: 15px 23px;
    text-decoration: none;
    /* font-family: "Roboto", sans-serif; */
    box-sizing: border-box;
    margin-right: 30px;
}

.btn-learn-more {
    margin-right: 20px;
    padding: 11px 15px;
    font-size: 16px;
}

.btn-learn-more:hover {
    background: rgba(255, 255, 255, 0.5);
}

.password-control {
    position: absolute;
    top: 11px;
    right: 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/view.svg) 0 0 no-repeat;
}

.password-control.view {
    background: url(/no-view.svg) 0 0 no-repeat;
}

.udasamnelab {
    width: 320px;
    margin: 15px auto;
    position: relative;
}

#usedabun-kasdenum {
    width: 100%;
    padding: 6px 0;
    height: 28px;
    line-height: 40px;
    text-indent: 5px;
    margin: 0 0 12px 0;
    border-radius: 3px;
    border: 1px solid #888383;
    font-size: 18px;
}

.podsanu-gesamilod {
    position: absolute;
    top: 11px;
    right: 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(http://zornet.ru/ZORNET-RU/ZR/Alinuversa/amipsakilad/dsareqab.svg) 0 0 no-repeat;
}

.podsanu-gesamilod.view {
    background: url(http://zornet.ru/ZORNET-RU/ZR/Alinuversa/amipsakilad/loxanetased.svg) 0 0 no-repeat;
}

.image-upload>input {
    display: none;
}
/* Styles go here */

.box-container {
    height: 200px;
}

.preloader {
    /*фиксированное позиционирование*/
    position: fixed;
    /* координаты положения */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* фоновый цвет элемента */
    background: #333333; 
    /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
    z-index: 1001;
}

.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #3091A8;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}

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

@keyframes preloader-bounce {
    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

.row__keys {
    flex-direction: row;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 5px;
}

.hide__block {
    display: none;
}