* {
    box-sizing: border-box;
}

body {
    background-image: url(/static/img/page-0001.jpg);
    background-color: #49b5b2;
    font-family: "Lucida Grande", sans-serif;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.container {
    margin-inline: auto;
    max-width: 1400px;
    padding-inline: 0.5rem;
    width: 100%;
}

.d-none {
    display: none !important;
}

.error {
    display: block;
    color: crimson;
    margin-top: 0.25em;
    font-size: .8em;
}

/* Page "choice" */

.sidebar {
    max-width: 260px;
    height: 100%;
    overflow-y: auto;
}

.sidebar form,
.sidebar input {
    width: 100%;
}

.sidebar__buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sidebar__buttons button,
.sidebar__buttons input {
    width: 100%;
    min-height: 52px;
    border-radius: 12px;
    border-width: 1px;
    border-color: #5881a0;
    background-color: #2d6692;
    font-size: 19px;
    font-weight: 400;
    color: white;
    box-shadow: 0 5px 10px 0 rgba(0, 40, 120, 0.35);
    transition: 0.5s;
    white-space: normal;
}

.sidebar button:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0.35);
}

.dialer {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.dialer input {
    box-shadow: 0 5px 10px 0 rgba(0, 40, 120, 0.35);
    transition: 0.5s;
    color: white;
    font-family: "Lucida Grande", sans-serif;
    font-size: 20px;
    font-weight: 400;
    border-radius: 12px;
    border-width: 1px;
    text-decoration: none;
    padding: 12px 40px;
}

.dialer input:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
    background-position: 0 0;
}

.a_demo_one {
    border-color: #e97a7a;
    background-color: #d34949;
    background-position: 100% 0;
    background-size: 200% 200%;
}

.a_demo_two {
    border-color: #5ed482;
    background-color: #2bcf5d;
    background-position: 100% 0;
    background-size: 200% 200%;
}

.disabled {
  background-color: grey;
  border-color: grey;
  pointer-events: none; /* отключаем клики */
}

.del_phone_comment {
    margin-top: 1rem;
    min-height: 12rem;
    text-decoration: none;
    border: 1px solid #2d6692;
    border-radius: 12px;
    background-color: #fff;
    font-family: "Lucida Grande", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #2d6692;
    transition: 0.5s;
    padding-right: 0.5rem;
}

.del_phone_comment:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
    background-position: 0 0;
}

.choice {
    overflow: hidden;
    height: 100dvh;
    padding: 1rem;
    margin-inline: auto;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    justify-content: center;
}

.choice_table {
    flex-grow: 1;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 13px;
    border-radius: 2px;
    border-spacing: 0;
    text-align: center;
}

th {
    background: #2d6692;
    font-size: 13px;
    color: white;
    padding: 10px 20px;
}

th,
td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #1c517a;
}

th:first-child,
td:first-child {
    text-align: center;
}

th:first-child {
    border-top-left-radius: 5px;
}

th:last-child {
    border-top-right-radius: 5px;
    border-right: none;
}

td {
    padding: 10px 8px;
    background: #ffffff;
}

tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

tr td:last-child {
    border-right: none;
}

/* Page "complete" */

.complete_back {
    width: 100px;
    height: 42px;
    text-decoration: none;
    display: inline-block;
    padding: 0px;
    margin: 10px 20px;
    border-radius: 12px;
    border-width: 0px;
    border-color: #5881a0;
    background-color: #ffffff;
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Lucida Grande", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #266d68;
    box-shadow: 0 5px 10px 0 rgba(0, 40, 120, 0.35);
    /* position: absolute;
    left: 1%;
    top: 1%; */
}

.complete_back:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0.35);
    background-position: 0 0;
}

.complete_successfull {
    font-family: "Lucida Grande", sans-serif;
    font-size: 22px;
    font-weight: 530;
    color: #2d6692;
    transition: 0.5s;
    /*position: absolute;*/
    left: 41%;
    top: 1%;
}

/* Page "create" */

.create {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.create__header {
    display: flex;
    gap: 1rem;
}

.load_rules {
    background-color: white;
    max-width: 865px;
    width: 100%;
    height: fit-content;
    text-decoration: none;
    display: inline-block;
    padding: 15px 5px;
    margin: 5px 5px;
    border: 1px solid #2d6692;
    border-radius: 12px;
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Lucida Grande", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #2d6692;
    transition: 0.5s;
    /*position: absolute;*/
    left: 28%;
    top: 8%;
}

.create__form-container {
    display: flex;
    gap: 0.5rem;
}

.load_rules:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
    background-position: 0 0;
}

.create_back {
    width: 100px;
    height: 42px;
    text-decoration: none;
    display: inline-block;
    padding: 0px;
    margin: 10px 20px;
    border-radius: 12px;
    border-width: 0px;
    border-color: #5881a0;
    background-color: #ffffff;
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Lucida Grande", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #266d68;
    box-shadow: 0 5px 10px 0 rgba(0, 40, 120, 0.35);
    position: absolute;
    left: 1%;
    top: 1%;
}

.create_back:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0.35);
    background-position: 0 0;
}

.create_add_form {
    height: 52px;
    font-family: "Lucida Grande", sans-serif;
    font-size: 22px;
    font-weight: 530;
    color: #2d6692;
    transition: 0.5s;
    /*position: absolute;*/
    left: 42%;
    top: 1%;
}

.create_form-wrapper {
    margin-bottom: 1rem;
    min-height: 1000px;
}

.create_form {
    background-color: #ffffff;
    border: 1px solid #2d6692;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 20px;
    width: 320px;
    left: 43%;
    top: 22%;
}

.edit_form {
    background-color: #ffffff;
    border: 1px solid #2d6692;
    border-radius: 12px;
    box-sizing: border-box;
    min-height: 280px;
    padding: 20px;
    width: 320px;
    position: absolute;
    left: 43%;
    top: 22%;
}

.title {
    color: rgba(238, 238, 238, 0);
    font-family: sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-top: 30px;
}

.subtitle {
    color: #eee;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.input-container {
    position: relative;
    margin-top: 2rem;
}

.input-container .input {
    height: 50px;
}

.input {
    box-sizing: border-box;
    font-size: 18px;
    height: 100%;
    outline: 0;
    width: 100%;
    padding: 4px 20px 0;
    border-radius: 12px;
    background-color: #ffffff;
    color: #2d6692;
    border: 1px solid #91c4c1;
}

.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
    transform: translateY(8px);
}

.placeholder {
    color: #2d6692;
    font-family: sans-serif;
    padding: auto;
    left: 20px;
    line-height: 14px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: 20px;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
    transform: translateY(-40px) translateX(0px) scale(0.75);
}

.input:not(:placeholder-shown) ~ .placeholder {
    color: #2d6692;
}

.input:focus ~ .placeholder {
    color: #2d6692;
}

.create_send {
    background-color: #2d6692;
    border-color: #2d6692;
    border-radius: 12px;
    border-width: 1px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0 rgba(0, 40, 120, 0.35);
    color: #eee;
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    margin-top: 38px;
    outline: 0;
    text-align: center;
    width: 100%;
    width: 280px;
    height: 50px;
}

.create_send:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.create_send:not(:disabled):hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0.35);
    background-position: 0 0;
}

/* Page "del_file_load" */

.del_file_load_back {
    width: 100px;
    height: 42px;
    text-decoration: none;
    display: inline-block;
    padding: 0px;
    margin: 10px 20px;
    border-radius: 12px;
    border-width: 0px;
    border-color: #5881a0;
    background-color: #ffffff;
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Lucida Grande", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #266d68;
    box-shadow: 0 5px 10px 0 rgba(0, 40, 120, 0.35);
    position: absolute;
    left: 1%;
    top: 1%;
}

.del_file_load_back:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0.35);
    background-position: 0 0;
}

.del_file_load {
    width: 500px;
    height: 52px;
    font-family: "Lucida Grande", sans-serif;
    font-size: 22px;
    font-weight: 530;
    color: #2d6692;
    transition: 0.5s;
    position: absolute;
    left: 48%;
    top: 1%;
}

/* Page "del" */

.delete_rules {
    width: 865px;
    height: 80px;
    text-decoration: none;
    display: inline-block;
    padding: 15px 5px;
    margin: 5px 5px;
    border: 1px solid #2d6692;
    border-radius: 12px;
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Lucida Grande", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #2d6692;
    transition: 0.5s;
    position: absolute;
    left: 28%;
    top: 8%;
}

.delete_rules:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
    background-position: 0 0;
}

.delete_back {
    width: 100px;
    height: 42px;
    text-decoration: none;
    display: inline-block;
    padding: 0px;
    margin: 10px 20px;
    border-radius: 12px;
    border-width: 0px;
    border-color: #5881a0;
    background-color: #ffffff;
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Lucida Grande", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #266d68;
    box-shadow: 0 5px 10px 0 rgba(0, 40, 120, 0.35);
    position: absolute;
    left: 1%;
    top: 1%;
}

.delete_back:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0.35);
    background-position: 0 0;
}

.delete_rules_form {
    width: 500px;
    height: 52px;
    font-family: "Lucida Grande", sans-serif;
    font-size: 22px;
    font-weight: 530;
    color: #2d6692;
    transition: 0.5s;
    position: absolute;
    left: 43%;
    top: 1%;
}

.delete_form {
    background-color: #ffffff;
    border: 1px solid #2d6692;
    border-radius: 12px;
    box-sizing: border-box;
    height: 430px;
    padding: 20px;
    width: 320px;
    position: absolute;
    left: 43%;
    top: 22%;
}

.delete_input-container {
    height: 50px;
    position: relative;
    width: 100%;
}

.delete_ic1 {
    border: 1px solid #91c4c1;
    border-radius: 12px;
    width: 150px;
    margin-top: 40px;
    width: 280px;
    height: 50px;
}

.delete_ic2 {
    border: 1px solid #91c4c1;
    border-radius: 12px;
    margin-top: 30px;
    width: 280px;
    height: 50px;
}

.delete_ic3 {
    border: 1px solid #91c4c1;
    border-radius: 12px;
    margin-top: 30px;
    width: 280px;
    height: 50px;
}

.delete_ic4 {
    border: 1px solid #91c4c1;
    border-radius: 12px;
    margin-top: 30px;
    width: 280px;
    height: 50px;
}

.delete_ic5 {
    border: 1px solid #91c4c1;
    border-radius: 12px;
    margin-top: 30px;
    width: 280px;
    height: 50px;
}

.delete_ic6 {
    border: 1px solid #91c4c1;
    border-radius: 12px;
    margin-top: 30px;
    width: 280px;
    height: 50px;
}

.delete_input {
    background-color: #ffffff;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: #2d6692;
    font-size: 18px;
    height: 100%;
    outline: 0;
    padding: 4px 20px 0;
    width: 100%;
}

.delete_input:focus ~ .delete_cut,
.delete_input:not(:placeholder-shown) ~ .delete_cut {
    transform: translateY(8px);
}

.delete_placeholder {
    color: #2d6692;
    font-family: sans-serif;
    padding: auto;
    left: 20px;
    line-height: 14px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: 20px;
}

.delete_input:focus ~ .delete_placeholder,
.delete_input:not(:placeholder-shown) ~ .delete_placeholder {
    transform: translateY(-40px) translateX(0px) scale(0.75);
}

.delete_input:not(:placeholder-shown) ~ .delete_placeholder {
    color: #2d6692;
}

.delete_input:focus ~ .delete_placeholder {
    color: #2d6692;
}

.delete_send {
    background-color: #2d6692;
    border-color: #2d6692;
    border-radius: 12px;
    border-width: 1px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0 rgba(0, 40, 120, 0.35);
    color: #eee;
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    margin-top: 38px;
    outline: 0;
    text-align: center;
    width: 100%;
    width: 280px;
    height: 50px;
}

.delete_send:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0.35);
    background-position: 0 0;
}

/* Page "deleted" */

.deleted_back {
    width: 100px;
    height: 42px;
    text-decoration: none;
    display: inline-block;
    padding: 0px;
    margin: 10px 20px;
    border-radius: 12px;
    border-width: 0px;
    border-color: #5881a0;
    background-color: #ffffff;
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Lucida Grande", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #266d68;
    box-shadow: 0 5px 10px 0 rgba(0, 40, 120, 0.35);
    position: absolute;
    left: 1%;
    top: 1%;
}

.deleted_back:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0.35);
    background-position: 0 0;
}

.deleted {
    width: 500px;
    height: 52px;
    font-family: "Lucida Grande", sans-serif;
    font-size: 22px;
    font-weight: 530;
    color: #2d6692;
    transition: 0.5s;
    position: absolute;
    left: 48%;
    top: 1%;
}

/* Page "file_load" */

.file_load_back {
    width: 100px;
    height: 42px;
    text-decoration: none;
    display: inline-block;
    padding: 0px;
    margin: 10px 20px;
    border-radius: 12px;
    border-width: 0px;
    border-color: #5881a0;
    background-color: #ffffff;
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Lucida Grande", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #266d68;
    box-shadow: 0 5px 10px 0 rgba(0, 40, 120, 0.35);
    position: absolute;
    left: 1%;
    top: 1%;
}

.file_load_back:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0.35);
    background-position: 0 0;
}

.file_load {
    width: 500px;
    height: 52px;
    font-family: "Lucida Grande", sans-serif;
    font-size: 22px;
    font-weight: 530;
    color: #2d6692;
    transition: 0.5s;
    position: absolute;
    left: 48%;
    /*top: 1%*/
}

/* Page "index" */

.index_back {
    width: 100px;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    padding: 0px;
    margin: 10px 20px;
    border-radius: 12px;
    border-width: 0px;
    border-color: #5881a0;
    background-color: #ffffff;
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Lucida Grande", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #266d68;
    box-shadow: 0 5px 10px 0 rgba(0, 40, 120, 0.35);
    position: absolute;
    left: 21px;
    top: 15%;
}

.index_back:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0.35);
    background-position: 0 0;
}

.index_load_form {
    font-family: "Lucida Grande", sans-serif;
    font-size: 20px;
    font-weight: 530;
    color: #2d6692;
    transition: 0.5s;
}

.load-form__submit {
    width: 120px;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    padding: 1px;
    margin: 10px 20px;
    border-radius: 12px;
    border-width: 0px;
    border-color: #5881a0;
    background-color: #37a59e;
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Lucida Grande", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(0, 40, 120, 0.35);
}

.index_send:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0.35);
    background-position: 0 0;
}

.load-form {
    width: min-content;
}

.file-name-display {
    word-break: break-all;
    margin-top: 10px;
    font-size: 1.5rem;
    color: #000;
    /* position: absolute; */
    left: 12%;
    top: 16%;
}

.index_browse {
    width: 150px;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    margin: 10px 20px;
    border-radius: 12px;
    border-width: 1px;
    border-color: #5881a0;
    background-color: #2d6692;
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Lucida Grande", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: white;
    box-shadow: 0 5px 10px 0 rgba(0, 40, 120, 0.35);
    transition: 0.5s;
}

.index_browse:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0.35);
    background-position: 0 0;
}

.Browse {
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute;
    left: 4%;
    top: 10%;
}

.index_examle {
    width: 1500px;
    height: 52px;
    font-family: "Lucida Grande", sans-serif;
    font-size: 20px;
    font-weight: 530;
    color: #2d6692;
    transition: 0.5s;
    position: absolute;
    left: 32%;
    top: 1%;
}

.table-wrapper {
    overflow: auto;
    height: 100%;
}

.load_table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 15px;
    border-radius: 2px;
    border-width: 1px;
    border-spacing: 0;
    text-align: center;
    width: 100%;
}

.table__phone {
    width: 200px;
}

th {
    background: #2d6692;
    font-size: 17px;
    color: white;
    padding: 10px 20px;
}

th,
td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #2e82c3;
}

th:first-child,
td:first-child {
    text-align: center;
}

th:first-child {
    border-top-left-radius: 5px;
}

th:last-child {
    border-top-right-radius: 5px;
    border-right: none;
}

td {
    padding: 10px 8px;
    background: #ffffff;
}

tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

tr td:last-child {
    border-right: none;
}

/* Page "start" */

.start_back {
    width: 100px;
    height: 42px;
    text-decoration: none;
    display: inline-block;
    padding: 0px;
    margin: 10px 20px;
    border-radius: 12px;
    border-width: 0px;
    border-color: #5881a0;
    background-color: #ffffff;
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Lucida Grande", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #266d68;
    box-shadow: 0 5px 10px 0 rgba(0, 40, 120, 0.35);
    position: absolute;
    left: 1%;
    top: 1%;
}

.start_back:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0.35);
    background-position: 0 0;
}

.start {
    width: 500px;
    height: 52px;
    font-family: "Lucida Grande", sans-serif;
    font-size: 22px;
    font-weight: 530;
    color: #2d6692;
    transition: 0.5s;
    position: absolute;
    left: 41%;
    top: 1%;
}

/* Page "stop" */

.stop_back {
    width: 100px;
    height: 42px;
    text-decoration: none;
    display: inline-block;
    padding: 0px;
    margin: 10px 20px;
    border-radius: 12px;
    border-width: 0px;
    border-color: #5881a0;
    background-color: #ffffff;
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Lucida Grande", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #266d68;
    box-shadow: 0 5px 10px 0 rgba(0, 40, 120, 0.35);
    position: absolute;
    left: 1%;
    top: 1%;
}

.stop_back:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0.35);
    background-position: 0 0;
}

.stop {
    width: 500px;
    height: 52px;
    font-family: "Lucida Grande", sans-serif;
    font-size: 22px;
    font-weight: 530;
    color: #2d6692;
    transition: 0.5s;
    position: absolute;
    left: 41%;
    top: 1%;
}

/* Page "upload_del_file" */

.upload_del_file_back {
    width: 100px;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    padding: 0px;
    margin: 10px 20px;
    border-radius: 12px;
    border-width: 0px;
    border-color: #5881a0;
    background-color: #ffffff;
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Lucida Grande", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #266d68;
    box-shadow: 0 5px 10px 0 rgba(0, 40, 120, 0.35);
    position: absolute;
    left: 0;
    top: 15%;
}

.upload_del_file_back:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0.35);
    background-position: 0 0;
}

.upload_del_file_load_form_1 {
    width: 500px;
    height: 52px;
    font-family: "Lucida Grande", sans-serif;
    font-size: 17px;
    font-weight: 530;
    color: #2d6692;
    transition: 0.5s;
    position: absolute;
    left: 4%;
    top: 1%;
}

.upload_del_file_load_form_2 {
    width: 500px;
    height: 52px;
    font-family: "Lucida Grande", sans-serif;
    font-size: 17px;
    font-weight: 530;
    color: #2d6692;
    transition: 0.5s;
    position: absolute;
    left: 5%;
    top: 4%;
}

.upload_del_file_send {
    width: 120px;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    padding: 1px;
    margin: 10px 20px;
    border-radius: 12px;
    border-width: 0px;
    border-color: #5881a0;
    background-color: #37a59e;
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Lucida Grande", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(0, 40, 120, 0.35);
}

.upload_del_file_send:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0.35);
    background-position: 0 0;
}

.upload_del_file_browse::file-selector-button {
    width: 150px;
    height: 30px;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    margin: 10px 20px;
    border-radius: 12px;
    border-width: 1px;
    border-color: #5881a0;
    background-color: #2d6692;
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Lucida Grande", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: white;
    box-shadow: 0 5px 10px 0 rgba(0, 40, 120, 0.35);
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 7%;
}

.upload_del_file_browse:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0.35);
    background-position: 0 0;
}

.upload_del_file_Browse {
    opacity: 0;
    position: absolute;
    left: 4%;
    top: 10%;
}

.upload_del_file_examle {
    width: 1500px;
    height: 52px;
    font-family: "Lucida Grande", sans-serif;
    font-size: 20px;
    font-weight: 530;
    color: #2d6692;
    transition: 0.5s;
    position: absolute;
    left: 32%;
    top: 1%;
}

.hpositions {
    white-space: pre-line;
    margin-top: 1%;
    margin-left: 40%;
    font-size: 25px;
    color: #2d6692;
}

.hpositionsstatus {
    margin-top: 1rem;
    font-size: 17px;
    color: black;
}

.upload_del_file_table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 15px;
    border-radius: 2px;
    border-width: 1px;
    border-spacing: 0;
    text-align: center;
    position: absolute;
    left: 23%;
    top: 8%;
}

th {
    background: #2d6692;
    font-size: 17px;
    color: white;
    padding: 10px 20px;
}

th,
td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #2e82c3;
}

th:first-child,
td:first-child {
    text-align: center;
}

th:first-child {
    border-top-left-radius: 5px;
}

th:last-child {
    border-top-right-radius: 5px;
    border-right: none;
}

td {
    vertical-align: top;
    padding: 10px 8px;
    background: #ffffff;
}

tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

tr td:last-child {
    border-right: none;
}

.p-static {
    position: static;
}

.d-flex {
    display: flex;
}

.g-1 {
    gap: 1rem;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.p-0 {
    padding: 0px;
}

.p-1 {
    padding: 1rem;
}

.m-0 {
    margin: 0;
}

.m-1 {
    margin: 1rem;
}

.text-align-left {
    text-align: left;
}

.w-100 {
    width: 100%;
}
