
#heplModal.active {
    left: 0;
    overflow: hidden;
    background-color: transparent;
}

#heplModal.active .btn-next button {
    display: flex;
}

#heplModal {
    webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    background-color: white;
    width: 100%;
    left: -100%;
    position: fixed;
    top: 0;
    z-index: 1041;
    overflow: auto;
}

.heplModalHeader h3 {
    margin: 0px;
    color: white;

}

.help.btn-action:hover {
    color: #dbdbdb;
    /*background-color: rgba(70, 70, 73, .65);*/
}

.has-error .form-control {
    border: 2px solid #ff0500;
}

.help.btn-action {
    /*background-color: rgba(24, 24, 27, .65);*/
    color: white;
    font-size: 2.2rem;
    width: 48px;
    height: 48px;
    border: 0;
    /*border-radius: 10px;*/
    box-shadow: none;
    pointer-events: all;
    cursor: pointer;
    transition: all .15s ease;
    background: url(../img/icons/empty.png);
}

.heplModalHeader {
    padding: 10px 10px 26px 10px;
    display: flex;
    justify-content: space-around;
    position: relative;
    align-items: center;
    background: url(../img/icons/pb_background.png);
}


.btn-container {
    gap: 1rem;
    display: flex;
    justify-content: end;
    margin-right: 2rem;
}

[for="inputFileHelp"]:hover {
    cursor: pointer;
}

#helpInfo {
    display: none;
    padding: 0rem 3rem;
    background-color: white;
    height: 85%;
    margin: 0px 0px 30px;
}

.error-block {
    display: none;
}

.heplModal__backdrop {
    z-index: 1040;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(24 24 27 / 78%);
    opacity: 1;
    will-change: opacity;
    display: none;
}

.has-error .error-block {
    display: block;
    position: fixed;
    color: white;
}

#helpScreen canvas:hover {
    cursor: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20512%20512'%20width%3D'25'%20height%3D'25'%3E%3Cpath%20d%3D'M410.3%20231l11.3-11.3-33.9-33.9-62.1-62.1L291.7%2089.8l-11.3%2011.3-22.6%2022.6L58.6%20322.9c-10.4%2010.4-18%2023.3-22.2%2037.4L1%20480.7c-2.5%208.4-.2%2017.5%206.1%2023.7s15.3%208.5%2023.7%206.1l120.3-35.4c14.1-4.2%2027-11.8%2037.4-22.2L387.7%20253.7%20410.3%20231zM160%20399.4l-9.1%2022.7c-4%203.1-8.5%205.4-13.3%206.9L59.4%20452l23-78.1c1.4-4.9%203.8-9.4%206.9-13.3l22.7-9.1v32c0%208.8%207.2%2016%2016%2016h32zM362.7%2018.7L348.3%2033.2%20325.7%2055.8%20314.3%2067.1l33.9%2033.9%2062.1%2062.1%2033.9%2033.9%2011.3-11.3%2022.6-22.6%2014.5-14.5c25-25%2025-65.5%200-90.5L453.3%2018.7c-25-25-65.5-25-90.5%200zm-47.4%20168l-144%20144c-6.2%206.2-16.4%206.2-22.6%200s-6.2-16.4%200-22.6l144-144c6.2-6.2%2016.4-6.2%2022.6%200s6.2%2016.4%200%2022.6z'%2F%3E%3C%2Fsvg%3E") 1 4000, pointer;
}

#helpText {
    resize: none;
}

#uploadHelpFilename {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: white;
}

#uploadText {
    position: absolute;
    top: 52px;
    max-width: 100%;
}

#helpActions {
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
}

#helpActionsButton {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    margin-left: 0.4rem;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Контент */
.modal-content-intro {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    position: relative;
}

/* Кнопка закрытия */
.close {
    color: #aaa;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;

}

#introBody {
    height: 60vh;
    margin-top: 20px;
}

.close:hover {
    color: #000;
}
.footer-btn:hover{
    text-decoration: none;
    color: #2d2d2d;
}
.footer-btn-first {
    all: unset;
    display: inline-block;
    box-sizing: border-box;
    padding: 3px 7px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    background-color: #fff;
    color: #2d2d2d;
    font: 12px / normal sans-serif;
    cursor: pointer;
    outline: 0;
    zoom: 1;
    line-height: 1.3;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.footer-btn {
    all: unset;
    display: inline-block;
    box-sizing: border-box;
    padding: 3px 7px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    background-color: #fff;
    color: #2d2d2d;
    font: 12px / normal sans-serif;
    cursor: pointer;
    outline: 0;
    zoom: 1;
    line-height: 1.3;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#buttonsTour{
    display: flex;
    justify-content: end;
    gap: 7px
}

.driver-popover {
    max-width: 700px !important; /* Увеличиваем ширину подсказки */
}