header {
    padding: 25px 50px 0px 0px;
    /* box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white; */
    margin-bottom: 50px;
}

header, footer {
    background: #0e3320;
    opacity: 0.9;
    background: -moz-linear-gradient(left, #0e3320 31%, #027551 99%);
    background: -webkit-linear-gradient(left, #0e3320 31%, #027551 99%);
    background: linear-gradient(to right, #0e3320 31%, #027551 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e3320', endColorstr='#0fffb3', GradientType=1);
}

form {
    margin: 20px 0px;
}

.auth-input {
    margin: 10px 0px;
}

a {
    text-decoration: none;
    text-decoration-color: black;
}

h2 {
    margin-bottom: 50px;
}

#footer-text {
    margin: 25px 0px 25px 20px;
}

.none {
    display: none;
}

.error {
    border-bottom: 2px solid #ff4332;
}

.error::-webkit-input-placeholder {
    color: red;
}

#question_title {
    font-size: 20px;
}

#start_txt pre {
    font-size: 16px;
    white-space: pre-wrap;
    font-family: "Segoe iu";
    list-style-type: none;
}
#start_txt pre ul {
    list-style-type: none;
}
#start_txt pre ul  :before{
    content: " —      ";
}
#start_txt pre ul {
    white-space: pre-line;
}
#textAboutTest {
    line-height: 2;
}
#nav_bar {
    font-size: 14px;
    background: silver;
}

#nav_row {
    font-size: 22px;
    font-family: Arial;
}
h1 {
    font-family: mr_ApexMk3
}

@font-face {
// название шрифта
font-family: "../fonts/20051.ttf";
// адрес шрифта и тип
src: url("../fonts/20051.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
footer li{
    list-style-type: none;
}
footer li:before{
    content: " — ";
}

.about-text li{
    list-style-type: none;
}
.about-text li:before{
    content: " — ";
}

.test-icon {
    width: 10%;
}
footer{
    margin-top: 200px;
}
#addTest_btn{
    transition: 0.2s;
}
#addTest_btn:hover{
    color: green;
    cursor: pointer;
}
.global-settings_btn:hover{
    opacity: 0.6;
}
#test-openModal_btn:hover{
    cursor: pointer;
    opacity: 0.6;
}
.user-settings_btn:hover{
    opacity: 0.6;
}
.user-check-input:hover{
    cursor: pointer;
    --bs-bg-opacity: 0.6;
}
.bi-caret-right-fill:hover{
    transition: 0.2s;
    color: #8e8e8e;

}
.remove-user-fromTest {
    color: black;
}
.remove-user-fromTest:hover {
    color: red;
    cursor: pointer;
}

#test-close{
    color: #ff3e3e;
    cursor: pointer;
}

#test-close:hover{
    color: #ff8d8d;
}
.test-close{
    color: #ff3e3e;
    cursor: pointer;
}

.test-close:hover{
    color: #ff8d8d;
}

#test-save{
    color: green;
    cursor: pointer;
}
#test-save:hover{
    opacity: 70%;
    cursor: pointer;
}
#test-look{
    cursor: pointer;
}
#test-look:hover{
    color: #9a9a9a;
    cursor: pointer;
}
.test-look{
    cursor: pointer;
}
.test-look:hover{
    color: #9a9a9a;
    cursor: pointer;
}
.test-look-history{
    cursor: pointer;
}
.test-look-history:hover{
    color: #9a9a9a;
    cursor: pointer;
}
.test-delete-history{
    color: #ff3e3e;
    cursor: pointer;
}
.test-delete-history:hover{
    color: #ff8d8d;
    cursor: pointer;
}

tr td p {
    padding: 5px;
}

