.content {
    display: flex;
    width: 1240px;
    flex-direction: column;
    margin: 0 auto;
}

[info] {
    position: relative;
}
[info]::after {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;

    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 120px;
    content: attr(info);
    height: 30px;
    position: absolute;

    left: 370px;
    /*top: -65px;*/
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
    background: #DD0D4B;
    color: #fff;
    padding: 5px;
}
[info]:hover::after {
    opacity: 1;
}
[info2] {
    position: relative;
}
[info2]::after {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;

    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;

    width: 100px;
    content: attr(info2);
    height: 30px;
    position: absolute;

    left: 370px;
    top: 0;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
    background: #DD0D4B;
    color: #fff;
    padding: 5px;
}
[info2]:hover::after {
    opacity: 1;
}
[info3] {
    position: relative;
}
[info3]::after {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;

    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;

    width: 120px;
    content: attr(info3);
    height: 30px;
    position: absolute;

    left: 370px;
    /*top: -65px;*/
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
    background: #DD0D4B;
    color: #fff;
    padding: 5px;
}
[info3]:hover::after {
    opacity: 1;
}

.dtable-res {
    width: 1000px;
    /*margin: 30px auto 10px auto;*/
    margin: 0 auto 0 auto;
    text-align: center;
}
.dtable-res tr {
    display: flex;
    flex-direction: row;
    gap: 2px;
    background-color: white;
}
.dtable-res th  {
    padding: 8px 10px;
    width: 100%;
    /*border: 1px solid black;*/
    height: 38px;

    text-align: center;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 17px;
}
.dtable-res th:not(:first-child) {
    border-left: 1px solid black;
}
.dtable-res td:not(:first-child) {
    border-left: 1px solid black;
}
.dtable-res-td {
    padding: 8px 10px;
    width: 100%;
    /*border: 1px solid black;*/
    height: 38px;

    text-align: center;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 17px;
    justify-content: center;
}
.td2hover {
    transition: 0.4s;
}
.td2hover:hover {
    background-color: #f3f3f3;
    cursor: pointer;
}

#finish {
    /*margin: 30px auto;*/
    margin: 30px auto 0 auto;
    background-color: #dd0d4b17;
    text-align: center;
    padding: 9px 15px;
    border: 2px solid #dd0d4b;
    border-radius: 8px;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 20px;
    display: none;
}

.dcacl-discription {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 19px;
    width: 1000px;
    text-align: justify;

    margin-top: 20px;
}
.dcacl-discription :first-child {
    margin-top: 50px;
}
.opacityPlate {
    width: 100%;
    min-height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(18 18 18 / 28%);
    display: none;
}

.changeMenu {
    position: absolute;
    background-color: white;
    border-radius: 5px;
    padding: 7px 7px;
    width: 500px;
    display: none;
    z-index: 10;
}

.new_but {
    padding: 0;
    border-radius: 6px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 30px;
    cursor: pointer;
    transition: 0.5s;
    color: white;
    border: 1px solid #a7a7a7;
    background-color: #a7a7a7;
}
.new_but:hover {
    background-color: white; !important;
    color: #a7a7a7;
}
.new_but:active {
    background-color: #a7a7a7;
    color: white;
}

.saveButDiv {
    display: none;
    align-items: end;
    width: 1000px;
}

.saveBut {
    width: 100px;
    height: 25px;
    font-size: 13px;
    margin: 10px 0 0 auto;
    min-width: auto;
}

.historyTitle {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 20px;
    width: fit-content;
    margin: 0 auto 75px auto;
    text-shadow: 0 0 6px #00000040;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    padding: 10px 60px;
}
.table-divN {
    /*margin: 0;*/
    display: flex;
    flex-direction: column;
    border: 1px solid #80808045;
    padding: 20px 30px;
    border-radius: 7px;
    box-shadow: inset 0 0 9px -1px rgba(0, 0, 0, 0.4);
    align-items: center;

    width: 938px;
    margin: 0 auto 20px auto;
}
.input-div{
    gap: 20px;
    display: flex;
    flex-direction: row;
    /*border-right: 1px solid gray;*/

    /*height: 165px;*/
    justify-content: center;
    /*width: 314px;*/
    /*margin-right: 20px;*/

    margin-top: auto;
    margin-bottom: auto;
}
.resData {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 23px;
    /*margin-top: 10px;*/
    width: fit-content;
    color: #060606;
    text-shadow: 0 0 6px #00000040;
    box-shadow: 0 0px 4px -1px rgba(0, 0, 0, 0.4);
    padding: 4px;
    border-radius: 13px;
}
.inputValues {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.hisTable {
    width: 100%;
}
.hisTable tr {
    height: 24px;
    /*width: 773px;*/
}
.hisTable td {
    font-size: 13px;
    height: fit-content;
    padding: 4px 5px;
}
.hisTable th {
    font-size: 13px;
    height: fit-content;
    padding: 4px 5px;
}
.cont {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.downloadBut {
    margin-right: 120px;
    width: 161px;
    margin-left: auto;
    white-space: nowrap;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    letter-spacing: 3px;
    color: white;
    background-color: #dd0d4b;
    border-radius: 7px;
    height: 30px;
    border: 1px solid #DD0D4B;
    cursor: pointer;
    transition: 0.5s;
}

.downloadBut:hover {
    color: #DD0D4B;
    background-color: white;
}

.downloadBut:active {
    color: white;
    background-color: #dd0d4b;
}

.buts {
    display: flex;
    flex-direction: row;
}