/* /Components/LogoutButton.razor.rz.scp.css */
.btn-logout[b-y4tqk7oist] {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.btn-logout:hover[b-y4tqk7oist] {
    background-color: #c82333;
}

.admin-header[b-y4tqk7oist] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.error-message[b-y4tqk7oist] {
    color: #dc3545;
    font-size: 14px;
    margin-top: 8px;
    padding: 8px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-suikuxn0qi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

header[b-suikuxn0qi] {
    height: 72px;
    background: #18181c;
}

main[b-suikuxn0qi] {
    margin: auto;
    width: 1200px;
}
/* /Pages/Admin/AdminHome.razor.rz.scp.css */
.admin-container[b-grvskffz8g] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 27px;
}

.admin-title-request[b-grvskffz8g] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.title[b-grvskffz8g] {
    margin: 0 0 15px;
    font-size: 21px;
    font-weight: bold;
    color: #6c757d;
    text-align: center;
    margin-top: 15px;
}

.admin-home-title[b-grvskffz8g] {
    margin: 10% auto 5%;
    font-size: 27px;
    color: #00b6e9;
}

.button-admin[b-grvskffz8g] {
    display: flex;
    justify-content: center;
    gap: 28px;
}

.btn[b-grvskffz8g] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #00f6ff;
}
    .btn img[b-grvskffz8g] {
        width: 35px;
    }

.btn-add[b-grvskffz8g] {
    background-color: #03f1c1;
}
    .btn-add:hover[b-grvskffz8g] {
        background-color: #02cfa6
    }
/* /Pages/Admin/Client/EditAddress.razor.rz.scp.css */
.auth[b-bq0x62827a] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}

.auth-title[b-bq0x62827a] {
    margin: 15px 0;
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
}

.form-group:focus-within .input[b-bq0x62827a] {
    background-color: #c2f6fbed;
}

.label-description[b-bq0x62827a] {
    padding-top: 5px;
}
/* /Pages/Admin/Client/EditClient.razor.rz.scp.css */
.auth[b-avi2zfz56g] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}

.auth-title[b-avi2zfz56g] {
    margin: 15px 0;
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
}

.form-group:focus-within .input[b-avi2zfz56g] {
    background-color: #c2f6fbed;
}
/* /Pages/Admin/Client/RegistrationAddress.razor.rz.scp.css */
.auth[b-momtxwe1wm] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}

.auth-title[b-momtxwe1wm] {
    margin: 15px 0;
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
}

.form-group:focus-within .input[b-momtxwe1wm] {
    background-color: #c2f6fbed;
}
/* /Pages/Admin/Client/RegistrationClient.razor.rz.scp.css */
.auth[b-j1krbcjp7e] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}

.auth-title[b-j1krbcjp7e] {
    margin: 15px 0;
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
}

.form-group:focus-within .input[b-j1krbcjp7e] {
    background-color: #c2f6fbed;
}
/* /Pages/Admin/Client/SearchClient.razor.rz.scp.css */
.auth[b-1yvyymz0kr] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}

/*.auth {
    height: 100%;
    overflow: hidden;
}*/

.header-client[b-1yvyymz0kr] {
    display: flex;
    justify-content: flex-end;
}

.auth-title[b-1yvyymz0kr] {
    /*margin: 15px 0 0;*/
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
}

.form-group:focus-within .input[b-1yvyymz0kr] {
    background-color: #c2f6fbed;
}

.header-search[b-1yvyymz0kr] {
    position: sticky;
    top: 0;
    display: flex;
    width: 100%;
    padding: 12px 0;
    z-index: 10;
    background-color: #fff;
}

.search-element[b-1yvyymz0kr] {
    /*margin-left: 0px;
    margin-right: 0px;
    height: 40px;
    display: flex;
    padding-right: 20px;
    background: #e0f5f7e6;
    border-radius: 20px;
    transition: 0.2s;*/
    margin-left: 0px;
    margin-right: 0px;
    height: 40px;
    width: 69%;
    display: flex;
    padding-right: 20px;
    background: #e0f5f7e6;
    border-radius: 20px;
    transition: 0.2s;
}

    .search-element:focus-within[b-1yvyymz0kr] {
        background: #c2f6fbed;
    }

    .search-element img[b-1yvyymz0kr]{
        height: 17px;
    }

    .search-element input[b-1yvyymz0kr] {
        height: 15px;
        color: #333;
        background: transparent;
        outline: none;
        border: none;
    }

.search-icon[b-1yvyymz0kr] {
    display: flex;
    height: 40px;
    width: 40px;
    margin-left: 10px;
    margin-right: 5px;
}

.element[b-1yvyymz0kr]{
    margin: auto;
}

.clients[b-1yvyymz0kr] {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
}

/*.clients {
    position: absolute;
    top: 135px;
    bottom: 76px;
    left: 0;
    right: 0;
    padding: 0 27px;
    overflow-y: auto;
}*/

.client-info[b-1yvyymz0kr] {
    display: flex;
    background-color: #beffff;
    /*background-color: #fffbcee8;*/
    height: auto;
    width: 100%;
    margin: 5px 0;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}

    .client-info[b-1yvyymz0kr]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid #30ffff;
        border-radius: 22px;
        z-index: 0;
        pointer-events: none;
    }

.client-name-info[b-1yvyymz0kr] {
    height: auto;
    width: 57%;
    max-width: 57%;
    margin-top: 9%;
    padding-left: 5px;
}

    .client-name-info p[b-1yvyymz0kr] {
        overflow-wrap: break-word;
    }

.name[b-1yvyymz0kr] {
    font-size: 13px;
    font-weight: bold;
    color: #008080;
}

.client-name-btn[b-1yvyymz0kr] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 5px;
    gap: 15px;
}


.client-address-info[b-1yvyymz0kr] {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-left: 1px solid #30ffff;
}

.client-address[b-1yvyymz0kr] {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #30ffff;
}

    .client-address p[b-1yvyymz0kr] {
        color: #008080;
        padding: 0;
        margin: 0;
        font-size: 13px;
    }

.address-number[b-1yvyymz0kr] {
    display: flex;
    flex-direction: row;
    margin: auto;
    padding: 0 15px;
}

.address-info[b-1yvyymz0kr] {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-left: 1px solid #30ffff;
}

.address-btn[b-1yvyymz0kr] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px 0;
    gap: 9px;
}

.client-bottom-info[b-1yvyymz0kr] {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
}

/* Buttons */
.btn-plus[b-1yvyymz0kr] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00f6ff;
}

    .btn-plus img[b-1yvyymz0kr] {
        width: 21px;
    }



.btn-add-address[b-1yvyymz0kr] {
    width: 61%;
    margin: 6px;
    margin-right: 0;
    font-size: 10px;
    padding: 8px;
    z-index: 1;
}

.price[b-1yvyymz0kr] {
    display: flex;
    margin: auto;
    padding-right: 3px;
}

    .price p[b-1yvyymz0kr] {
        font-size: 12px;
        color: #008080;
        text-align: center;
    }

.btn-circle[b-1yvyymz0kr] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 1;
}

    .btn-circle img[b-1yvyymz0kr] {
        width: 18px;
    }

.btn-add[b-1yvyymz0kr] {
    background-color: #5cf1e2
}

    .btn-add:hover[b-1yvyymz0kr] {
        background-color: #59e5d7
    }

.btn-info[b-1yvyymz0kr] {
    background-color: #51edc0
}

    .btn-info:hover[b-1yvyymz0kr] {
        background-color: #2be5b0
    }

.btn-edit[b-1yvyymz0kr] {
    background-color: #40f9d5
}

    .btn-edit:hover[b-1yvyymz0kr] {
        background-color: #2ee7c3
    }

.btn-photo[b-1yvyymz0kr] {
    background-color: #ffc154
}

    .btn-photo:hover[b-1yvyymz0kr] {
        background-color: #ffb127
    }

.btn-map[b-1yvyymz0kr] {
    background-color: #ff7474
}

    .btn-map:hover[b-1yvyymz0kr] {
        background-color: #f54b4b
    }

.btn-search[b-1yvyymz0kr] {
    display: block;
    width: 28%;
    padding: 10px 16px;
    border: 0;
    background-color: #1caeff;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 41px;
    margin-left: 3%;
    border-radius: 29px;
}
/* /Pages/Admin/Notes/AddNote.razor.rz.scp.css */
.noute[b-s2ejzzrrr4] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}

.note-header[b-s2ejzzrrr4] {
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
    width: 80%;
    margin: auto;
}

.form-group[b-s2ejzzrrr4] {
    width: auto;
}

.notes[b-s2ejzzrrr4] {
    display: block;
    margin-top: -8px;
    width: 100%;
    height: 250px;
    background-color: #e0f5f7e6;
    border-radius: 24px;
    font-family: inherit;
    font-size: 15px;
    color: #585555;
    font-weight: bold;
    padding: 10px;
    resize: none;
    overflow-y: auto;
    border: 1px solid #ccc;
}

.btn-container[b-s2ejzzrrr4] {
    display: flex;
    justify-content: end;
    margin-right: 7px;
}

.btn-save[b-s2ejzzrrr4] {
    width: 147px;
    margin-top: 10px;
    padding: 13px 13px;
}
/* /Pages/Admin/Notes/Notes.razor.rz.scp.css */
hr[b-uz0qy7jpiz] {
    height: 2px;
    background-color: blue;
    border: none;
}

.noute[b-uz0qy7jpiz] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}

.noute-header[b-uz0qy7jpiz] {
    display: flex;
    justify-content: center;
}

.noute-header-debt[b-uz0qy7jpiz] {
    display: flex;
    justify-content: center;
    width: 97.2%;
    margin: 10px;
}

.noute-title[b-uz0qy7jpiz] {
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
    width: 80%;
    margin: auto;
}

.noute-debt[b-uz0qy7jpiz] {
    margin: auto;
    font-size: 20px;
    text-align: center;
    color: #317093;
    font-weight: bold;
    width: 88%;
    align-items: center;
}

.form-group[b-uz0qy7jpiz] {
    display: block;
    margin-bottom: 15px;
}
.form-group:focus-within .input[b-uz0qy7jpiz] {
    background-color: #c2f6fbed;
}

/* Noutes */
.noutes[b-uz0qy7jpiz] {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
}

.noute-container[b-uz0qy7jpiz] {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
}

    .noute-container:last-of-type + hr[b-uz0qy7jpiz] {
        display: none;
    }

.noute-date-title[b-uz0qy7jpiz] {
    font-size: 21px;
    text-align: center;
    color: #1caeff;
    font-weight: bold;
}

.noute-description[b-uz0qy7jpiz] {
    display: flex;
    background-color: #beffff;
    height: auto;
    width: 100%;
    margin: 5px 0;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}

    .noute-description p[b-uz0qy7jpiz] {
        padding: 10px;
        font-size: 16px;
        margin: 0;
        color: #2f80b1;
        font-weight: bold;
    }

    .noute-description[b-uz0qy7jpiz]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid #30ffff;
        border-radius: 22px;
        z-index: 0;
        pointer-events: none;
    }

/* Debt editing styles */
.debt-edit-container[b-uz0qy7jpiz] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 88%;
    justify-content: center;
}

.debt-input[b-uz0qy7jpiz] {
    padding: 8px 12px;
    border: 2px solid #30ffff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #317093;
    text-align: center;
    width: 120px;
}

.debt-currency[b-uz0qy7jpiz] {
    font-size: 18px;
    font-weight: bold;
    color: #317093;
}

/* Input, Select */
select[b-uz0qy7jpiz] {
    word-wrap: normal;
    padding: 10px 35px 10px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 22px;
    color: #1caeff;
    appearance: none;
    margin-top: 18px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    cursor: pointer;
}

.label-for-select[b-uz0qy7jpiz] {
    font-size: 16px;
    padding-left: 13px;
    padding-bottom: 15px;
    user-select: none;
}

/* Buttons */
.btn-add[b-uz0qy7jpiz] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0;
    background-color: #5cf1e2;
}

    .btn-add:hover[b-uz0qy7jpiz] {
        background-color: #59e5d7
    }

    .btn-add img[b-uz0qy7jpiz] {
        width: 22px;
    }

.btn-circle[b-uz0qy7jpiz] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0;
    margin-right: 0;
    z-index: 1;
}

    .btn-circle img[b-uz0qy7jpiz] {
        width: 20px;
    }
/* /Pages/Admin/Photo/AddPhotoAddress.razor.rz.scp.css */
.photo-page[b-nucnzcikka] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}

.photo-header[b-nucnzcikka] {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #1caeff;
    margin: 15px 0 0;
}

.form-group[b-nucnzcikka] {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

label[b-nucnzcikka] {
    font-weight: bold;
    height: auto;
}

.file-input[b-nucnzcikka] {
    margin-top: 5px;
}

.image-preview img[b-nucnzcikka] {
    margin-top: 10px;
    max-width: 300px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.save-photo-btn[b-nucnzcikka] {
    display: block;
    margin: 9% auto 0;
    width: 73%;
    padding: 8px 0;
    border: 0;
    background-color: #1caeff;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    border-radius: 24px;
}

    .save-photo-btn:hover[b-nucnzcikka] {
        background-color: #0056b3;
    }



.file-upload-wrapper[b-nucnzcikka] {
    position: relative;
    display: flex;
    border-radius: 16px;
    width: 55%;
    background-color: #28f3f3;
    cursor: pointer;
    padding: 5px;
}

    /* Когда InputFile в фокусе */
    .file-upload-wrapper:focus-within[b-nucnzcikka] {
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
        /*background-color: pink;*/
    }

.file-input[b-nucnzcikka] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
/* /Pages/Admin/Photo/PhotoAddress.razor.rz.scp.css */
.photo-page[b-o0jtg07y5k] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}

.photo-header[b-o0jtg07y5k] {
    display: flex;
    justify-content: center;
}

.header-client[b-o0jtg07y5k] {
    display: flex;
    justify-content: space-between;
}

.auth-title[b-o0jtg07y5k] {
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
    width: 80%;
    margin: auto;
}


.element[b-o0jtg07y5k] {
    margin: auto;
}


.photo-container[b-o0jtg07y5k] {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
}

.description[b-o0jtg07y5k] {
    display: flex;
    height: auto;
    width: 100%;
    margin: 5px 0;
    overflow: hidden;
}

    .description p[b-o0jtg07y5k] {
        font-size: 18px;
        color: #000;
        font-weight: bold;
        text-align: center;
    }

.photo[b-o0jtg07y5k] {
    display: flex;
    width: 100%;
    height: auto;
}

    .photo img[b-o0jtg07y5k] {
        width: 100%;
        height: auto;
    }

.btn-delete[b-o0jtg07y5k] {
    display: block;
    width: 60%;
    padding: 11px 5px;
    border: 0;
    margin: auto;
    margin-top: 3%;

    background-color: #1caeff;
    font-family: inherit;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border-radius: 24px;
}

.btn-circle[b-o0jtg07y5k] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}

    .btn-circle img[b-o0jtg07y5k] {
        width: 18px;
    }

/*.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

    .btn img {
        width: 35px;
    }*/

.btn-add[b-o0jtg07y5k] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0;
    background-color: #02d3ff;
}

    .btn-add:hover[b-o0jtg07y5k] {
        background-color: #59e5d7;
    }

    .btn-add img[b-o0jtg07y5k] {
        width: 35px;
    }
/* /Pages/Admin/Routes/EditRoutes/EditRoutesAddNote.razor.rz.scp.css */
.noute[b-ey6bm1k2gy] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}

.note-header[b-ey6bm1k2gy] {
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
    width: 80%;
    margin: auto;
}

.form-group[b-ey6bm1k2gy] {
    width: auto;
}

.notes[b-ey6bm1k2gy] {
    display: block;
    margin-top: -8px;
    width: 100%;
    height: 250px;
    background-color: #e0f5f7e6;
    border-radius: 24px;
    font-family: inherit;
    font-size: 15px;
    color: #585555;
    font-weight: bold;
    padding: 10px;
    resize: none;
    overflow-y: auto;
    border: 1px solid #ccc;
}

.btn-container[b-ey6bm1k2gy] {
    display: flex;
    justify-content: end;
    margin-right: 7px;
}

.btn-save[b-ey6bm1k2gy] {
    width: 147px;
    margin-top: 10px;
    padding: 13px 13px;
}
/* /Pages/Admin/Routes/EditRoutes/EditRoutesNotes.razor.rz.scp.css */
hr[b-jlohgm224b] {
    height: 2px;
    background-color: blue;
    border: none;
}

.noute[b-jlohgm224b] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}

.noute-header[b-jlohgm224b] {
    display: flex;
    justify-content: center;
}

.noute-header-debt[b-jlohgm224b] {
    display: flex;
    justify-content: center;
    width: 97.2%;
    margin: 10px;
}

.noute-title[b-jlohgm224b] {
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
    width: 80%;
    margin: auto;
}

.noute-debt[b-jlohgm224b] {
    margin: auto;
    font-size: 20px;
    text-align: center;
    color: #317093;
    font-weight: bold;
    width: 88%;
    align-items: center;
}

.form-group[b-jlohgm224b] {
    display: block;
    margin-bottom: 15px;
}

    .form-group:focus-within .input[b-jlohgm224b] {
        background-color: #c2f6fbed;
    }

/* Noutes */
.noutes[b-jlohgm224b] {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-bottom: 20px;
}

.noute-container[b-jlohgm224b] {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
}

    .noute-container:last-of-type + hr[b-jlohgm224b] {
        display: none;
    }

.noute-date-title[b-jlohgm224b] {
    font-size: 21px;
    text-align: center;
    color: #1caeff;
    font-weight: bold;
}

.noute-description[b-jlohgm224b] {
    display: flex;
    background-color: #beffff;
    height: auto;
    width: 100%;
    margin: 5px 0;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}

    .noute-description p[b-jlohgm224b] {
        padding: 10px;
        font-size: 16px;
        margin: 0;
        color: #0e6e4e;
        font-weight: bold;
    }

    .noute-description[b-jlohgm224b]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid #30ffff;
        border-radius: 22px;
        z-index: 0;
        pointer-events: none;
    }

/* Debt editing styles */
.debt-edit-container[b-jlohgm224b] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 88%;
    justify-content: center;
}

.debt-input[b-jlohgm224b] {
    padding: 8px 12px;
    border: 2px solid #30ffff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #317093;
    text-align: center;
    width: 120px;
}

.debt-currency[b-jlohgm224b] {
    font-size: 18px;
    font-weight: bold;
    color: #317093;
}

/* Input, Select */
select[b-jlohgm224b] {
    word-wrap: normal;
    padding: 10px 35px 10px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 22px;
    color: #1caeff;
    appearance: none;
    margin-top: 18px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    cursor: pointer;
}

.label-for-select[b-jlohgm224b] {
    font-size: 16px;
    padding-left: 13px;
    padding-bottom: 15px;
    user-select: none;
}

/* Buttons */
.btn-add[b-jlohgm224b] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0;
    background-color: #5cf1e2;
}

    .btn-add:hover[b-jlohgm224b] {
        background-color: #59e5d7;
    }

    .btn-add img[b-jlohgm224b] {
        width: 22px;
    }

.btn-circle[b-jlohgm224b] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0;
    margin-right: 0;
    z-index: 1;
}

    .btn-circle img[b-jlohgm224b] {
        width: 20px;
    }
/* /Pages/Admin/Routes/EditRoutes/EditRoutesPhotoAddress.razor.rz.scp.css */
.photo-page[b-e3m8uyiwmk] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}

.photo-header[b-e3m8uyiwmk] {
    display: flex;
    justify-content: center;
}

.header-client[b-e3m8uyiwmk] {
    display: flex;
    justify-content: space-between;
}

.auth-title[b-e3m8uyiwmk] {
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
    width: 80%;
    margin: auto;
}


.element[b-e3m8uyiwmk] {
    margin: auto;
}


.photo-container[b-e3m8uyiwmk] {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-bottom: 20px;
}

.description[b-e3m8uyiwmk] {
    display: flex;
    height: auto;
    width: 100%;
    margin: 5px 0;
    overflow: hidden;
}

    .description p[b-e3m8uyiwmk] {
        font-size: 18px;
        color: #000;
        font-weight: bold;
        text-align: center;
    }

.photo[b-e3m8uyiwmk] {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .photo img[b-e3m8uyiwmk] {
        width: 100%;
        height: auto;
    }

.zoomable-image-container[b-e3m8uyiwmk] {
    overflow: hidden;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
}

.zoomable-image[b-e3m8uyiwmk] {
    width: 100%;
    height: auto;
    transition: transform 0.1s ease-out;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.btn-delete[b-e3m8uyiwmk] {
    display: block;
    width: 60%;
    padding: 11px 5px;
    border: 0;
    margin: auto;
    margin-top: 3%;
    background-color: #1caeff;
    font-family: inherit;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border-radius: 24px;
}

.btn-circle[b-e3m8uyiwmk] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}

    .btn-circle img[b-e3m8uyiwmk] {
        width: 18px;
    }

/*.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

    .btn img {
        width: 35px;
    }*/

.btn-add[b-e3m8uyiwmk] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0;
    background-color: #02d3ff;
}

    .btn-add:hover[b-e3m8uyiwmk] {
        background-color: #59e5d7;
    }

    .btn-add img[b-e3m8uyiwmk] {
        width: 35px;
    }
/* /Pages/Admin/Routes/EditTheRoute.razor.rz.scp.css */
.route[b-zhvpxrrhot] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}

.route-header[b-zhvpxrrhot] {
    display: flex;
    justify-content: center;
}

.route-title[b-zhvpxrrhot] {
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
    width: 80%;
    margin: auto;
}

.form-group:focus-within .input[b-zhvpxrrhot] {
    background-color: #c2f6fbed;
}

/* Routes */
.routes[b-zhvpxrrhot] {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
}

.route-container[b-zhvpxrrhot] {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
}

.route-container-title[b-zhvpxrrhot] {
    font-size: 22px;
    text-align: center;
    color: #1caeff;
    font-weight: bold;
}

.route-description[b-zhvpxrrhot] {
    display: flex;
    background-color: #beffff;
    height: auto;
    width: 100%;
    margin: 5px 0;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}

    .route-description[b-zhvpxrrhot]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid #30ffff;
        border-radius: 22px;
        z-index: 0;
        pointer-events: none;
    }

.route-number[b-zhvpxrrhot] {
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-right: 1px solid #30ffff;
}

    .route-number p[b-zhvpxrrhot] {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin: 10px;
        color: #00caca;
    }

.route-container-info[b-zhvpxrrhot] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.route-info[b-zhvpxrrhot] {
    display: flex;
    flex-direction: column;
    padding: 8px;
    width: auto;
    border-bottom: 1px solid #30ffff;
}

    .route-info p[b-zhvpxrrhot] {
        color: #008080;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        overflow-wrap: break-word;
    }

.route-buttons[b-zhvpxrrhot] {
    display: flex;
    margin: 8px auto;
    gap: 26px;
}

/* Input, Select */
select[b-zhvpxrrhot] {
    word-wrap: normal;
    padding: 10px 35px 10px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 22px;
    color: #1caeff;
    appearance: none;
    margin-top: 18px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    cursor: pointer;
}

.label-for-select[b-zhvpxrrhot] {
    font-size: 18px;
    padding-left: 13px;
    padding-bottom: 21px;
    user-select: none;
}

/* Buttons */
.btn-add[b-zhvpxrrhot] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 0;
    background-color: #5cf1e2
}

    .btn-add:hover[b-zhvpxrrhot] {
        background-color: #59e5d7
    }

    .btn-add img[b-zhvpxrrhot] {
        width: 35px;
    }

.btn-circle[b-zhvpxrrhot] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}

    .btn-circle img[b-zhvpxrrhot] {
        width: 23px;
    }

.btn-delete[b-zhvpxrrhot] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}

    .btn-delete img[b-zhvpxrrhot] {
        width: 32px;
    }
/* /Pages/Admin/Routes/PageViewRoutes/AdditionalInfo.razor.rz.scp.css */
.info-page[b-hlt6731b3n] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}

.header-info[b-hlt6731b3n] {
    display: flex;
    justify-content: space-between;
}

.info-container[b-hlt6731b3n] {
    display: flex;
    flex-direction: column;
}

.info-text[b-hlt6731b3n] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
    .info-text p[b-hlt6731b3n] {
    font-size: 18px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
    }

.back-button[b-hlt6731b3n] {
    width: 16%;
    cursor: pointer;
}
/* /Pages/Admin/Routes/PageViewRoutes/ViewRoutesAddNote.razor.rz.scp.css */
.noute[b-outtix674p] {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 20px auto;
}

.note-header[b-outtix674p] {
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
    width: 80%;
    margin: auto;
}

.form-group[b-outtix674p] {
    width: auto;
}

.notes[b-outtix674p] {
    display: block;
    margin-top: -8px;
    width: 100%;
    height: 250px;
    background-color: #e0f5f7e6;
    border-radius: 24px;
    font-family: inherit;
    font-size: 15px;
    color: #585555;
    font-weight: bold;
    padding: 10px;
    resize: none;
    overflow-y: auto;
    border: 1px solid #ccc;
}

.btn-container[b-outtix674p] {
    display: flex;
    justify-content: end;
    margin-right: 7px;
}

.btn-save[b-outtix674p] {
    width: 147px;
    margin-top: 10px;
    padding: 13px 13px;
}
/* /Pages/Admin/Routes/PageViewRoutes/ViewRoutesNotes.razor.rz.scp.css */
hr[b-98fk7am6g8] {
    height: 2px;
    background-color: blue;
    border: none;
}

.noute[b-98fk7am6g8] {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 20px auto;
}

.noute-header[b-98fk7am6g8] {
    display: flex;
    justify-content: center;
}

.noute-header-debt[b-98fk7am6g8] {
    display: flex;
    justify-content: center;
    width: 97.2%;
    margin: 10px;
}

.noute-title[b-98fk7am6g8] {
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
    width: 80%;
    margin: auto;
}

.noute-debt[b-98fk7am6g8] {
    margin: auto;
    font-size: 20px;
    text-align: center;
    color: #317093;
    font-weight: bold;
    width: 88%;
    align-items: center;
}

.form-group[b-98fk7am6g8] {
    display: block;
    margin-bottom: 15px;
}

    .form-group:focus-within .input[b-98fk7am6g8] {
        background-color: #c2f6fbed;
    }

/* Noutes */
.noutes[b-98fk7am6g8] {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-bottom: 20px;
}

.noute-container[b-98fk7am6g8] {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
}

    .noute-container:last-of-type + hr[b-98fk7am6g8] {
        display: none;
    }

.noute-date-title[b-98fk7am6g8] {
    font-size: 21px;
    text-align: center;
    color: #1caeff;
    font-weight: bold;
}

.noute-description[b-98fk7am6g8] {
    display: flex;
    background-color: #beffff;
    height: auto;
    width: 100%;
    margin: 5px 0;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}

    .noute-description p[b-98fk7am6g8] {
        padding: 10px;
        font-size: 16px;
        margin: 0;
        color: #0e6e4e;
        font-weight: bold;
    }

    .noute-description[b-98fk7am6g8]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid #30ffff;
        border-radius: 22px;
        z-index: 0;
        pointer-events: none;
    }

/* Debt editing styles */
.debt-edit-container[b-98fk7am6g8] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 88%;
    justify-content: center;
}

.debt-input[b-98fk7am6g8] {
    padding: 8px 12px;
    border: 2px solid #30ffff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #317093;
    text-align: center;
    width: 120px;
}

.debt-currency[b-98fk7am6g8] {
    font-size: 18px;
    font-weight: bold;
    color: #317093;
}

/* Input, Select */
select[b-98fk7am6g8] {
    word-wrap: normal;
    padding: 10px 35px 10px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 22px;
    color: #1caeff;
    appearance: none;
    margin-top: 18px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    cursor: pointer;
}

.label-for-select[b-98fk7am6g8] {
    font-size: 16px;
    padding-left: 13px;
    padding-bottom: 15px;
    user-select: none;
}

/* Buttons */
.btn-add[b-98fk7am6g8] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0;
    background-color: #5cf1e2;
}

    .btn-add:hover[b-98fk7am6g8] {
        background-color: #59e5d7;
    }

    .btn-add img[b-98fk7am6g8] {
        width: 22px;
    }

.btn-circle[b-98fk7am6g8] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0;
    margin-right: 0;
    z-index: 1;
}

    .btn-circle img[b-98fk7am6g8] {
        width: 20px;
    }
/* /Pages/Admin/Routes/PageViewRoutes/ViewRoutesPhotoAddress.razor.rz.scp.css */
.photo-page[b-kdus1367i7] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
}

.photo-header[b-kdus1367i7] {
    display: flex;
    justify-content: center;
}

.header-client[b-kdus1367i7] {
    display: flex;
    justify-content: space-between;
}

.auth-title[b-kdus1367i7] {
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
    width: 80%;
    margin: auto;
}


.element[b-kdus1367i7] {
    margin: auto;
}


.photo-container[b-kdus1367i7] {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-bottom: 20px;
}

.description[b-kdus1367i7] {
    display: flex;
    height: auto;
    width: 100%;
    margin: 5px 0;
    overflow: hidden;
}

    .description p[b-kdus1367i7] {
        font-size: 18px;
        color: #000;
        font-weight: bold;
        text-align: center;
    }

.photo[b-kdus1367i7] {
    display: flex;
    width: 100%;
    height: auto;
}

    .photo img[b-kdus1367i7] {
        width: 100%;
        height: auto;
    }

.btn-delete[b-kdus1367i7] {
    display: block;
    width: 60%;
    padding: 11px 5px;
    border: 0;
    margin: auto;
    margin-top: 3%;
    background-color: #1caeff;
    font-family: inherit;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border-radius: 24px;
}

.btn-circle[b-kdus1367i7] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}

    .btn-circle img[b-kdus1367i7] {
        width: 18px;
    }

/*.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

    .btn img {
        width: 35px;
    }*/

.btn-add[b-kdus1367i7] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0;
    background-color: #02d3ff;
}

    .btn-add:hover[b-kdus1367i7] {
        background-color: #59e5d7;
    }

    .btn-add img[b-kdus1367i7] {
        width: 35px;
    }
/* /Pages/Admin/Routes/RoutePage.razor.rz.scp.css */
.admin-container[b-svvavv7r2l] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 27px;
}

.admin-title-request[b-svvavv7r2l] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.title[b-svvavv7r2l] {
    margin: 0 0 15px;
    font-size: 21px;
    font-weight: bold;
    color: #6c757d;
    text-align: center;
    margin-top: 15px;
}

.admin-home-title[b-svvavv7r2l] {
    margin: 10% auto 5%;
    font-size: 27px;
    color: #00b6e9;
}

.button-admin[b-svvavv7r2l] {
    display: flex;
    justify-content: center;
    gap: 28px;
}

.btn[b-svvavv7r2l] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #00f6ff;
}

    .btn img[b-svvavv7r2l] {
        width: 35px;
    }

.btn-add[b-svvavv7r2l] {
    background-color: #03f1c1;
}

    .btn-add:hover[b-svvavv7r2l] {
        background-color: #02cfa6
    }
/* /Pages/Admin/Routes/SearchByClient.razor.rz.scp.css */
.auth[b-5f1dhdn6ap] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}

/*.auth {
    height: 100%;
    overflow: hidden;
}*/

.header-client[b-5f1dhdn6ap] {
    display: flex;
    justify-content: flex-end;
}

.auth-title[b-5f1dhdn6ap] {
    /*margin: 15px 0 0;*/
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
}

.form-group:focus-within .input[b-5f1dhdn6ap] {
    background-color: #c2f6fbed;
}

.header-search[b-5f1dhdn6ap] {
    position: sticky;
    top: 0;
    display: flex;
    width: 100%;
    padding: 12px 0;
    z-index: 10;
    background-color: #fff;
}

.search-element[b-5f1dhdn6ap] {
    /*margin-left: 0px;
    margin-right: 0px;
    height: 40px;
    display: flex;
    padding-right: 20px;
    background: #e0f5f7e6;
    border-radius: 20px;
    transition: 0.2s;*/
    margin-left: 0px;
    margin-right: 0px;
    height: 40px;
    width: 69%;
    display: flex;
    padding-right: 20px;
    background: #e0f5f7e6;
    border-radius: 20px;
    transition: 0.2s;
}

    .search-element:focus-within[b-5f1dhdn6ap] {
        background: #c2f6fbed;
    }

    .search-element img[b-5f1dhdn6ap] {
        height: 17px;
    }

    .search-element input[b-5f1dhdn6ap] {
        height: 15px;
        color: #333;
        background: transparent;
        outline: none;
        border: none;
    }

.search-icon[b-5f1dhdn6ap] {
    display: flex;
    height: 40px;
    width: 40px;
    margin-left: 10px;
    margin-right: 5px;
}

.element[b-5f1dhdn6ap] {
    margin: auto;
}

.clients[b-5f1dhdn6ap] {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
}

/*.clients {
    position: absolute;
    top: 135px;
    bottom: 76px;
    left: 0;
    right: 0;
    padding: 0 27px;
    overflow-y: auto;
}*/

.client-info[b-5f1dhdn6ap] {
    display: flex;
    background-color: #beffff;
    /*background-color: #fffbcee8;*/
    height: auto;
    width: 100%;
    margin: 5px 0;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}

    .client-info[b-5f1dhdn6ap]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid #30ffff;
        border-radius: 22px;
        z-index: 0;
        pointer-events: none;
    }

.client-name-info[b-5f1dhdn6ap] {
    height: auto;
    width: 57%;
    max-width: 57%;
    margin-top: 9%;
    padding-left: 5px;
}

    .client-name-info p[b-5f1dhdn6ap] {
        overflow-wrap: break-word;
    }

.name[b-5f1dhdn6ap] {
    font-size: 13px;
    font-weight: bold;
    color: #008080;
}

.client-name-btn[b-5f1dhdn6ap] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 5px;
    gap: 15px;
}


.client-address-info[b-5f1dhdn6ap] {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-left: 1px solid #30ffff;
}

.client-address[b-5f1dhdn6ap] {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #30ffff;
}

    .client-address p[b-5f1dhdn6ap] {
        color: #008080;
        padding: 0;
        margin: 0;
        font-size: 13px;
    }

.address-number[b-5f1dhdn6ap] {
    display: flex;
    flex-direction: row;
    margin: auto;
    padding: 0 15px;
}

.address-info[b-5f1dhdn6ap] {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-left: 1px solid #30ffff;
}

.address-btn[b-5f1dhdn6ap] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px 0;
    gap: 9px;
}

.client-bottom-info[b-5f1dhdn6ap] {
    display: flex;
    flex-direction: row;
    width: 100%;
}

/* Buttons */
.btn-plus[b-5f1dhdn6ap] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00f6ff;
}

    .btn-plus img[b-5f1dhdn6ap] {
        width: 33px;
    }



.btn-add-address[b-5f1dhdn6ap] {
    width: 61%;
    margin: 6px;
    margin-right: 0;
    font-size: 10px;
    padding: 8px;
    z-index: 1;
}

.price[b-5f1dhdn6ap] {
    display: flex;
    margin: auto;
    padding-right: 3px;
}

    .price p[b-5f1dhdn6ap] {
        font-size: 12px;
        color: #008080;
        text-align: center;
    }

.btn-circle[b-5f1dhdn6ap] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 1;
}

    .btn-circle img[b-5f1dhdn6ap] {
        width: 18px;
    }

.btn-add[b-5f1dhdn6ap] {
    background-color: #5cf1e2
}

    .btn-add:hover[b-5f1dhdn6ap] {
        background-color: #59e5d7
    }

.btn-info[b-5f1dhdn6ap] {
    background-color: #51edc0
}

    .btn-info:hover[b-5f1dhdn6ap] {
        background-color: #2be5b0
    }

.btn-edit[b-5f1dhdn6ap] {
    background-color: #40f9d5
}

    .btn-edit:hover[b-5f1dhdn6ap] {
        background-color: #2ee7c3
    }

.btn-photo[b-5f1dhdn6ap] {
    background-color: #ffc154
}

    .btn-photo:hover[b-5f1dhdn6ap] {
        background-color: #ffb127
    }

.btn-map[b-5f1dhdn6ap] {
    background-color: #ff7474
}

    .btn-map:hover[b-5f1dhdn6ap] {
        background-color: #f54b4b
    }

.btn-search[b-5f1dhdn6ap] {
    display: block;
    width: 28%;
    padding: 10px 16px;
    border: 0;
    background-color: #1caeff;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 41px;
    margin-left: 3%;
    border-radius: 29px;
}
/* /Pages/Admin/Routes/SearchByClients/SearchByClientsAddNote.razor.rz.scp.css */
.noute[b-j201ym97wb] {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 20px auto;
}

.note-header[b-j201ym97wb] {
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
    width: 80%;
    margin: auto;
}

.form-group[b-j201ym97wb] {
    width: auto;
}

.notes[b-j201ym97wb] {
    display: block;
    margin-top: -8px;
    width: 100%;
    height: 250px;
    background-color: #e0f5f7e6;
    border-radius: 24px;
    font-family: inherit;
    font-size: 15px;
    color: #585555;
    font-weight: bold;
    padding: 10px;
    resize: none;
    overflow-y: auto;
    border: 1px solid #ccc;
}

.btn-container[b-j201ym97wb] {
    display: flex;
    justify-content: end;
    margin-right: 7px;
}

.btn-save[b-j201ym97wb] {
    width: 147px;
    margin-top: 10px;
    padding: 13px 13px;
}
/* /Pages/Admin/Routes/SearchByClients/SearchByClientsNotes.razor.rz.scp.css */
hr[b-s8oww3r8b7] {
    height: 2px;
    background-color: blue;
    border: none;
}

.noute[b-s8oww3r8b7] {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 20px auto;
}

.noute-header[b-s8oww3r8b7] {
    display: flex;
    justify-content: center;
}

.noute-header-debt[b-s8oww3r8b7] {
    display: flex;
    justify-content: center;
    width: 97.2%;
    margin: 10px;
}

.noute-title[b-s8oww3r8b7] {
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
    width: 80%;
    margin: auto;
}

.noute-debt[b-s8oww3r8b7] {
    margin: auto;
    font-size: 20px;
    text-align: center;
    color: #317093;
    font-weight: bold;
    width: 88%;
    align-items: center;
}

.form-group[b-s8oww3r8b7] {
    display: block;
    margin-bottom: 15px;
}

    .form-group:focus-within .input[b-s8oww3r8b7] {
        background-color: #c2f6fbed;
    }

/* Noutes */
.noutes[b-s8oww3r8b7] {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
}

.noute-container[b-s8oww3r8b7] {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
}

    .noute-container:last-of-type + hr[b-s8oww3r8b7] {
        display: none;
    }

.noute-date-title[b-s8oww3r8b7] {
    font-size: 21px;
    text-align: center;
    color: #1caeff;
    font-weight: bold;
}

.noute-description[b-s8oww3r8b7] {
    display: flex;
    background-color: #beffff;
    height: auto;
    width: 100%;
    margin: 5px 0;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}

    .noute-description p[b-s8oww3r8b7] {
        padding: 10px;
        font-size: 16px;
        margin: 0;
        color: #0e6e4e;
        font-weight: bold;
    }

    .noute-description[b-s8oww3r8b7]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid #30ffff;
        border-radius: 22px;
        z-index: 0;
        pointer-events: none;
    }

/* Debt editing styles */
.debt-edit-container[b-s8oww3r8b7] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 88%;
    justify-content: center;
}

.debt-input[b-s8oww3r8b7] {
    padding: 8px 12px;
    border: 2px solid #30ffff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #317093;
    text-align: center;
    width: 120px;
}

.debt-currency[b-s8oww3r8b7] {
    font-size: 18px;
    font-weight: bold;
    color: #317093;
}

/* Input, Select */
select[b-s8oww3r8b7] {
    word-wrap: normal;
    padding: 10px 35px 10px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 22px;
    color: #1caeff;
    appearance: none;
    margin-top: 18px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    cursor: pointer;
}

.label-for-select[b-s8oww3r8b7] {
    font-size: 16px;
    padding-left: 13px;
    padding-bottom: 15px;
    user-select: none;
}

/* Buttons */
.btn-add[b-s8oww3r8b7] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0;
    background-color: #5cf1e2;
}

    .btn-add:hover[b-s8oww3r8b7] {
        background-color: #59e5d7;
    }

    .btn-add img[b-s8oww3r8b7] {
        width: 22px;
    }

.btn-circle[b-s8oww3r8b7] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0;
    margin-right: 0;
    z-index: 1;
}

    .btn-circle img[b-s8oww3r8b7] {
        width: 20px;
    }
/* /Pages/Admin/Routes/SearchByClients/SearchByClientsPhotoAddress.razor.rz.scp.css */
.photo-page[b-upmhmfal3s] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
}

.photo-header[b-upmhmfal3s] {
    display: flex;
    justify-content: center;
}

.header-client[b-upmhmfal3s] {
    display: flex;
    justify-content: space-between;
}

.auth-title[b-upmhmfal3s] {
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
    width: 80%;
    margin: auto;
}


.element[b-upmhmfal3s] {
    margin: auto;
}


.photo-container[b-upmhmfal3s] {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
}

.description[b-upmhmfal3s] {
    display: flex;
    height: auto;
    width: 100%;
    margin: 5px 0;
    overflow: hidden;
}

    .description p[b-upmhmfal3s] {
        font-size: 18px;
        color: #000;
        font-weight: bold;
        text-align: center;
    }

.photo[b-upmhmfal3s] {
    display: flex;
    width: 100%;
    height: auto;
}

    .photo img[b-upmhmfal3s] {
        width: 100%;
        height: auto;
    }

.btn-delete[b-upmhmfal3s] {
    display: block;
    width: 60%;
    padding: 11px 5px;
    border: 0;
    margin: auto;
    margin-top: 3%;
    background-color: #1caeff;
    font-family: inherit;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border-radius: 24px;
}

.btn-circle[b-upmhmfal3s] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}

    .btn-circle img[b-upmhmfal3s] {
        width: 18px;
    }

/*.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

    .btn img {
        width: 35px;
    }*/

.btn-add[b-upmhmfal3s] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0;
    background-color: #02d3ff;
}

    .btn-add:hover[b-upmhmfal3s] {
        background-color: #59e5d7;
    }

    .btn-add img[b-upmhmfal3s] {
        width: 35px;
    }
/* /Pages/Admin/Routes/ViewRoutes.razor.rz.scp.css */
.route[b-w1n7b7z4n6] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}
.route-header[b-w1n7b7z4n6] {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #ccc;
    padding-bottom: 11px;
}

.route-title[b-w1n7b7z4n6] {
    font-size: 26px;
    font-weight: 800;
    color: #515151;
    text-align: center;
    width: 80%;
    margin: auto;
}

.form-group:focus-within .input[b-w1n7b7z4n6] {
    background-color: #c2f6fbed;
}

/* Routes */
.routes[b-w1n7b7z4n6] {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
}

.route-container[b-w1n7b7z4n6] {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
}

.route-container-title[b-w1n7b7z4n6] {
    font-size: 22px;
    text-align: center;
    color: #494d4f;
    font-weight: bold;
}

.route-description[b-w1n7b7z4n6] {
    display: flex;
    background-color: #c6f9fd;
    height: auto;
    width: 100%;
    margin: 5px 0;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}

/* Для выполненных адресов */
.route-description-green[b-w1n7b7z4n6] {
    background-color: #beffcb !important;
}

[b-w1n7b7z4n6] .route-description-green {
    background-color: #beffcb !important;
}

.route-description[b-w1n7b7z4n6]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #b0b5b5;
    border-radius: 22px;
    z-index: 0;
    pointer-events: none;
}

.route-number[b-w1n7b7z4n6] {
    display: flex;
    margin: 0 auto;
}

.route-number-circle[b-w1n7b7z4n6] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 15px 5px 0;
    background-color: #3bd8ff;
}

    .route-number-circle p[b-w1n7b7z4n6] {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin: 10px;
        color: #fff;
    }

.route-container-info[b-w1n7b7z4n6] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.route-info[b-w1n7b7z4n6] {
    display: flex;
    flex-direction: column;
    padding: 8px;
    width: auto;
    border-bottom: 1px solid #ccc;
}

    .route-info p[b-w1n7b7z4n6] {
        color: #4f5353;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        overflow-wrap: break-word;
    }

.route-info-address[b-w1n7b7z4n6] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.route-info-content[b-w1n7b7z4n6] {
    display: none;
}
    .route-info-content p[b-w1n7b7z4n6] {
        font-size: 14px;
        font-weight: 400;
        text-align: start;
    }

.route-info-btn[b-w1n7b7z4n6] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding: 3px 10px;
    margin-top: 5px;
}


    .route-info-btn.active + .route-info-content[b-w1n7b7z4n6] {
        display: flex;
        flex-direction: column;
    }

.route-info-content-price[b-w1n7b7z4n6] {
    display: flex;
    flex-direction: column;
    padding: 12px 0;
    border-top: 1px solid #ccc;
}

.route-info-content-description[b-w1n7b7z4n6] {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}


.route-info-btn[b-w1n7b7z4n6]::after {
    content: "";
    width: 18px;
    height: 18px;
    border-top: 4px solid #3bd8ff;
    border-right: 4px solid #3bd8ff;
    z-index: 1;
    transform: translateY(-50%) rotate(135deg);
}

.route-info-btn.active[b-w1n7b7z4n6]::after {
    transform: rotate(-45deg);
}

.route-buttons[b-w1n7b7z4n6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 8px auto;
}

.route-top-buttons[b-w1n7b7z4n6] {
    display: flex;
    gap: 26px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.route-bottom-buttons[b-w1n7b7z4n6] {
    display: flex;
    align-items: center;
    gap: 52px;
}
/* Input, Select */
select[b-w1n7b7z4n6] {
    width: 100%;
    word-wrap: normal;
    padding: 10px 35px 10px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 22px;
    color: #6b6b6b;
    appearance: none;
    margin-top: 18px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    cursor: pointer;
}

.label-for-select[b-w1n7b7z4n6] {
    color: #515151;
    font-size: 16px;
    padding-left: 13px;
    padding-bottom: 21px;
    user-select: none;
}

/* Buttons */
.btn-add[b-w1n7b7z4n6] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 0;
    background-color: #3bd8ffc7;
}

    .btn-add:hover[b-w1n7b7z4n6] {
        background-color: #4eeaf7;
    }

    .btn-add img[b-w1n7b7z4n6] {
        width: 35px;
    }

.btn-circle[b-w1n7b7z4n6] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}

    .btn-circle img[b-w1n7b7z4n6] {
        width: 23px;
    }

.btn-toggle[b-w1n7b7z4n6] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
}

    .btn-toggle img[b-w1n7b7z4n6] {
        width: 54px;
    }
/* /Pages/Admin/Settings/SettingAdmin.razor.rz.scp.css */
.admin-container[b-k84xx46037] {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.title[b-k84xx46037] {
    margin: 15px 0;
    font-size: 21px;
    font-weight: bold;
    color: #6c757d;
    text-align: center;
}


.btn[b-k84xx46037] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 221px;
    height: 50px;
    background-color: #00f6ff;
}

    .btn img[b-k84xx46037] {
        width: 35px;
    }

.btn-add[b-k84xx46037] {
    background-color: #03f1c1;
}

    .btn-add:hover[b-k84xx46037] {
        background-color: #02cfa6
    }

.btn-route-list[b-k84xx46037]{
    margin: 20px auto;
}
/* /Pages/Admin/Worker/EditWorker.razor.rz.scp.css */
.auth[b-yal7y2nwcw] {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 20px auto;
}

.auth-title[b-yal7y2nwcw] {
    margin: 15px 0;
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
}

.form-group:focus-within .input[b-yal7y2nwcw] {
    background-color: #c2f6fbed;
}

.label-description[b-yal7y2nwcw] {
    padding-top: 5px;
}
/* /Pages/Admin/Worker/RegistrationWorker.razor.rz.scp.css */
.auth[b-je7meld7o3] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}

.auth-title[b-je7meld7o3] {
    margin: 15px 0;
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
}

.form-group:focus-within .input[b-je7meld7o3] {
    background-color: #c2f6fbed;
}

select[b-je7meld7o3] {
    word-wrap: normal;
    padding: 10px 35px 10px 20px;
    font-size: 16px;

    border: 1px solid #ccc;
    border-radius: 22px;

    color: #1caeff;
    appearance: none;
    margin-top: 18px;

    background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    cursor: pointer;
}

.label-for-select[b-je7meld7o3] {
    font-size: 18px;
    padding-left: 13px;
    padding-bottom: 21px;
    user-select: none;
}
/* /Pages/Admin/Worker/SearchWorker.razor.rz.scp.css */
.auth[b-i63548o0hy] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}

.header-client[b-i63548o0hy] {
    display: flex;
    justify-content: flex-end;
}

.auth-title[b-i63548o0hy] {
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
}

.form-group:focus-within .input[b-i63548o0hy] {
    background-color: #c2f6fbed;
}

.header-search[b-i63548o0hy] {
    position: sticky;
    top: 0;
    display: flex;
    width: 100%;
    padding: 12px 0;
    z-index: 10;
    background-color: #fff;
}

.search-element[b-i63548o0hy] {
    margin-left: 0px;
    margin-right: 0px;
    height: 40px;
    width: 69%;
    display: flex;
    padding-right: 20px;
    background: #e0f5f7e6;
    border-radius: 20px;
    transition: 0.2s;
}

    .search-element:focus-within[b-i63548o0hy] {
        background: #c2f6fbed;
    }

    .search-element img[b-i63548o0hy] {
        height: 17px;
    }

    .search-element input[b-i63548o0hy] {
        height: 15px;
        color: #333;
        background: transparent;
        outline: none;
        border: none;
    }

.search-icon[b-i63548o0hy] {
    display: flex;
    height: 40px;
    width: 40px;
    margin-left: 10px;
    margin-right: 5px;
}

.element[b-i63548o0hy] {
    margin: auto;
}

.btn-search[b-i63548o0hy] {
    display: block;
    width: 28%;
    padding: 10px 16px;
    border: 0;
    background-color: #1caeff;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 41px;
    margin-left: 3%;
    border-radius: 29px;
}

.workers[b-i63548o0hy] {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
}

.worker-info[b-i63548o0hy] {
    display: flex;
    background-color: #beffff;
    height: auto;
    width: 100%;
    margin: 5px 0;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}

    .worker-info[b-i63548o0hy]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid #30ffff;
        border-radius: 22px;
        z-index: 0;
        pointer-events: none;
    }

.worker-name-info[b-i63548o0hy] {
    height: auto;
    display: flex;
    width: 100%;
    margin: 2%;
    margin-left: 11%;
}

    .worker-name-info p[b-i63548o0hy] {
        overflow-wrap: break-word;
    }

.name[b-i63548o0hy] {
    font-size: 13px;
    font-weight: bold;
    color: #008080;
    width: 75%;
}

/* Button */

.btn-plus[b-i63548o0hy] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00f6ff;
}

    .btn-plus img[b-i63548o0hy] {
        width: 21px;
    }


.worker-name-btn[b-i63548o0hy] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 5px;
}

.btn-circle[b-i63548o0hy] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}

    .btn-circle img[b-i63548o0hy] {
        width: 18px;
    }

.btn-add[b-i63548o0hy] {
    background-color: #5cf1e2
}

    .btn-add:hover[b-i63548o0hy] {
        background-color: #59e5d7
    }


/* /Pages/Admin/Worker/WorkerPage.razor.rz.scp.css */
.admin-container[b-2lx6tcva9r] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 27px;
}

.admin-title-request[b-2lx6tcva9r] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.title[b-2lx6tcva9r] {
    margin: 0 0 15px;
    font-size: 21px;
    font-weight: bold;
    color: #6c757d;
    text-align: center;
    margin-top: 15px;
}

.admin-home-title[b-2lx6tcva9r] {
    margin: 10% auto 5%;
    font-size: 27px;
    color: #00b6e9;
}

.button-admin[b-2lx6tcva9r] {
    display: flex;
    justify-content: center;
    gap: 28px;
}

.btn[b-2lx6tcva9r] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #00f6ff;
}

    .btn img[b-2lx6tcva9r] {
        width: 35px;
    }

.btn-add[b-2lx6tcva9r] {
    background-color: #03f1c1;
}

    .btn-add:hover[b-2lx6tcva9r] {
        background-color: #02cfa6
    }
/* /Pages/Common/Routes/PageViewRoutes/AdditionalInfoDriver.razor.rz.scp.css */
.info-page[b-4csi3oz92r] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}

.header-info[b-4csi3oz92r] {
    display: flex;
    justify-content: space-between;
}

.info-container[b-4csi3oz92r] {
    display: flex;
    flex-direction: column;
}

.info-text[b-4csi3oz92r] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
    .info-text p[b-4csi3oz92r] {
    font-size: 18px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
    }

.back-button[b-4csi3oz92r] {
    width: 16%;
    cursor: pointer;
}
/* /Pages/Common/Routes/PageViewRoutes/ViewRoutesAddNoteDriver.razor.rz.scp.css */
.noute[b-xvmbeq16mg] {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 20px auto;
}

.note-header[b-xvmbeq16mg] {
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
    width: 80%;
    margin: auto;
}

.form-group[b-xvmbeq16mg] {
    width: auto;
}

.notes[b-xvmbeq16mg] {
    display: block;
    margin-top: -8px;
    width: 100%;
    height: 250px;
    background-color: #e0f5f7e6;
    border-radius: 24px;
    font-family: inherit;
    font-size: 15px;
    color: #585555;
    font-weight: bold;
    padding: 10px;
    resize: none;
    overflow-y: auto;
    border: 1px solid #ccc;
}

.btn-container[b-xvmbeq16mg] {
    display: flex;
    justify-content: end;
    margin-right: 7px;
}

.btn-save[b-xvmbeq16mg] {
    width: 147px;
    margin-top: 10px;
    padding: 13px 13px;
}
/* /Pages/Common/Routes/PageViewRoutes/ViewRoutesNotesDriver.razor.rz.scp.css */
hr[b-f94t7om6a9] {
    height: 2px;
    background-color: blue;
    border: none;
}

.noute[b-f94t7om6a9] {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 20px auto;
}

.noute-header[b-f94t7om6a9] {
    display: flex;
    justify-content: center;
}

.noute-header-debt[b-f94t7om6a9] {
    display: flex;
    justify-content: center;
    width: 97.2%;
    margin: 10px;
}

.noute-title[b-f94t7om6a9] {
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
    width: 80%;
    margin: auto;
}

.noute-debt[b-f94t7om6a9] {
    margin: auto;
    font-size: 20px;
    text-align: center;
    color: #317093;
    font-weight: bold;
    width: 88%;
    align-items: center;
}

.form-group[b-f94t7om6a9] {
    display: block;
    margin-bottom: 15px;
}

    .form-group:focus-within .input[b-f94t7om6a9] {
        background-color: #c2f6fbed;
    }

/* Noutes */
.noutes[b-f94t7om6a9] {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-bottom: 20px;
}

.noute-container[b-f94t7om6a9] {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
}

    .noute-container:last-of-type + hr[b-f94t7om6a9] {
        display: none;
    }

.noute-date-title[b-f94t7om6a9] {
    font-size: 21px;
    text-align: center;
    color: #1caeff;
    font-weight: bold;
}

.noute-description[b-f94t7om6a9] {
    display: flex;
    background-color: #beffff;
    height: auto;
    width: 100%;
    margin: 5px 0;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}

    .noute-description p[b-f94t7om6a9] {
        padding: 10px;
        font-size: 16px;
        margin: 0;
        color: #0e6e4e;
        font-weight: bold;
    }

    .noute-description[b-f94t7om6a9]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid #30ffff;
        border-radius: 22px;
        z-index: 0;
        pointer-events: none;
    }

/* Debt editing styles */
.debt-edit-container[b-f94t7om6a9] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 88%;
    justify-content: center;
}

.debt-input[b-f94t7om6a9] {
    padding: 8px 12px;
    border: 2px solid #30ffff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #317093;
    text-align: center;
    width: 120px;
}

.debt-currency[b-f94t7om6a9] {
    font-size: 18px;
    font-weight: bold;
    color: #317093;
}

/* Input, Select */
select[b-f94t7om6a9] {
    word-wrap: normal;
    padding: 10px 35px 10px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 22px;
    color: #1caeff;
    appearance: none;
    margin-top: 18px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    cursor: pointer;
}

.label-for-select[b-f94t7om6a9] {
    font-size: 16px;
    padding-left: 13px;
    padding-bottom: 15px;
    user-select: none;
}

/* Buttons */
.btn-add[b-f94t7om6a9] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0;
    background-color: #5cf1e2;
}

    .btn-add:hover[b-f94t7om6a9] {
        background-color: #59e5d7;
    }

    .btn-add img[b-f94t7om6a9] {
        width: 22px;
    }

.btn-circle[b-f94t7om6a9] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0;
    margin-right: 0;
    z-index: 1;
}

    .btn-circle img[b-f94t7om6a9] {
        width: 20px;
    }
/* /Pages/Common/Routes/PageViewRoutes/ViewRoutesPhotoAddressDriver.razor.rz.scp.css */
.photo-page[b-o7csntzvpc] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
}

.photo-header[b-o7csntzvpc] {
    display: flex;
    justify-content: center;
}

.header-client[b-o7csntzvpc] {
    display: flex;
    justify-content: space-between;
}

.auth-title[b-o7csntzvpc] {
    font-size: 26px;
    font-weight: bold;
    color: #1caeff;
    text-align: center;
    width: 80%;
    margin: auto;
}


.element[b-o7csntzvpc] {
    margin: auto;
}


.photo-container[b-o7csntzvpc] {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-bottom: 20px;
}

.description[b-o7csntzvpc] {
    display: flex;
    height: auto;
    width: 100%;
    margin: 5px 0;
    overflow: hidden;
}

    .description p[b-o7csntzvpc] {
        font-size: 18px;
        color: #000;
        font-weight: bold;
        text-align: center;
    }

.photo[b-o7csntzvpc] {
    display: flex;
    width: 100%;
    height: auto;
}

    .photo img[b-o7csntzvpc] {
        width: 100%;
        height: auto;
    }

.btn-delete[b-o7csntzvpc] {
    display: block;
    width: 60%;
    padding: 11px 5px;
    border: 0;
    margin: auto;
    margin-top: 3%;
    background-color: #1caeff;
    font-family: inherit;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border-radius: 24px;
}

.btn-circle[b-o7csntzvpc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}

    .btn-circle img[b-o7csntzvpc] {
        width: 18px;
    }

/*.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

    .btn img {
        width: 35px;
    }*/

.btn-add[b-o7csntzvpc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0;
    background-color: #02d3ff;
}

    .btn-add:hover[b-o7csntzvpc] {
        background-color: #59e5d7;
    }

    .btn-add img[b-o7csntzvpc] {
        width: 35px;
    }
/* /Pages/Common/Routes/ViewRoutesDriver.razor.rz.scp.css */
.route[b-xlae01c6hm] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-shadow: none;
}

.route-header[b-xlae01c6hm] {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #ccc;
    padding-bottom: 11px;
}

.route-title[b-xlae01c6hm] {
    font-size: 26px;
    font-weight: 800;
    color: #515151;
    text-align: center;
    width: 80%;
    margin: auto;
}

.form-group:focus-within .input[b-xlae01c6hm] {
    background-color: #c2f6fbed;
}

/* Routes */
.routes[b-xlae01c6hm] {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
}

.route-container[b-xlae01c6hm] {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
}

.route-container-title[b-xlae01c6hm] {
    font-size: 22px;
    text-align: center;
    color: #494d4f;
    font-weight: bold;
}

.route-description[b-xlae01c6hm] {
    display: flex;
    background-color: #c6f9fd;
    height: auto;
    width: 100%;
    margin: 5px 0;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}

/* Для выполненных адресов */
.route-description-green[b-xlae01c6hm] {
    background-color: #beffcb !important;
}

[b-xlae01c6hm] .route-description-green {
    background-color: #beffcb !important;
}

.route-description[b-xlae01c6hm]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #b0b5b5;
    border-radius: 22px;
    z-index: 0;
    pointer-events: none;
}

.route-number[b-xlae01c6hm] {
    display: flex;
    margin: 0 auto;
}

.route-number-circle[b-xlae01c6hm] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 15px 5px 0;
    background-color: #3bd8ff;
}

    .route-number-circle p[b-xlae01c6hm] {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin: 10px;
        color: #fff;
    }

.route-container-info[b-xlae01c6hm] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.route-info[b-xlae01c6hm] {
    display: flex;
    flex-direction: column;
    padding: 8px;
    width: auto;
    border-bottom: 1px solid #ccc;
}

    .route-info p[b-xlae01c6hm] {
        color: #4f5353;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        overflow-wrap: break-word;
    }

.route-info-address[b-xlae01c6hm] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.route-info-content[b-xlae01c6hm] {
    display: none;
}

    .route-info-content p[b-xlae01c6hm] {
        font-size: 14px;
        font-weight: 400;
        text-align: start;
    }

.route-info-btn[b-xlae01c6hm] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding: 3px 10px;
    margin-top: 5px;
}

    .route-info-btn.active + .route-info-content[b-xlae01c6hm] {
        display: flex;
        flex-direction: column;
    }

.route-info-content-price[b-xlae01c6hm] {
    display: flex;
    flex-direction: column;
    padding: 12px 0;
    border-top: 1px solid #ccc;
}

.route-info-content-description[b-xlae01c6hm] {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}


.route-info-btn[b-xlae01c6hm]::after {
    content: "";
    width: 18px;
    height: 18px;
    border-top: 4px solid #3bd8ff;
    border-right: 4px solid #3bd8ff;
    z-index: 1;
    transform: translateY(-50%) rotate(135deg);
}

.route-info-btn.active[b-xlae01c6hm]::after {
    transform: rotate(-45deg);
}

.route-buttons[b-xlae01c6hm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 8px auto;
}

.route-top-buttons[b-xlae01c6hm] {
    display: flex;
    gap: 26px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.route-bottom-buttons[b-xlae01c6hm] {
    display: flex;
    align-items: center;
    gap: 52px;
}
/* Input, Select */
select[b-xlae01c6hm] {
    width: 100%;
    word-wrap: normal;
    padding: 10px 35px 10px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 22px;
    color: #6b6b6b;
    appearance: none;
    margin-top: 18px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    cursor: pointer;
}

.label-for-select[b-xlae01c6hm] {
    color: #515151;
    font-size: 16px;
    padding-left: 13px;
    padding-bottom: 21px;
    user-select: none;
}

/* Buttons */
.btn-add[b-xlae01c6hm] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 0;
    background-color: #3bd8ffc7;
}

    .btn-add:hover[b-xlae01c6hm] {
        background-color: #4eeaf7;
    }

    .btn-add img[b-xlae01c6hm] {
        width: 35px;
    }

.btn-circle[b-xlae01c6hm] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}

    .btn-circle img[b-xlae01c6hm] {
        width: 23px;
    }

.btn-toggle[b-xlae01c6hm] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
}

    .btn-toggle img[b-xlae01c6hm] {
        width: 54px;
    }
/* /Pages/Common/Settings/SettingDriver.razor.rz.scp.css */
.admin-container[b-u2wbbiob18] {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.title[b-u2wbbiob18] {
    margin: 15px 0;
    font-size: 21px;
    font-weight: bold;
    color: #6c757d;
    text-align: center;
}


.btn[b-u2wbbiob18] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 221px;
    height: 50px;
    background-color: #00f6ff;
}

    .btn img[b-u2wbbiob18] {
        width: 35px;
    }

.btn-add[b-u2wbbiob18] {
    background-color: #03f1c1;
}

    .btn-add:hover[b-u2wbbiob18] {
        background-color: #02cfa6
    }

.btn-route-list[b-u2wbbiob18] {
    margin: 20px auto;
}
/* /Pages/Login.razor.rz.scp.css */
/* Auth */

.auth[b-4v3ws44m5t] {
    display: flex;
    flex-direction: column;
    width: 95%;
    padding: 20px;
    margin: 20px auto;
}

.back-button[b-4v3ws44m5t] {
    width: 8%;
}

.title[b-4v3ws44m5t] {
    margin: 0 0 15px;
    font-size: 26px;
    color: #1caeffab;
    text-align: center;
}

.sign-in-title[b-4v3ws44m5t] {
    font-size: 53px;
    font-weight: bold;
    margin: 6%;
}
