﻿.calc-recom {
    padding-bottom: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
}

    .calc-recom a {
        text-decoration: underline;
        font-weight: 500;
    }

.input-group-card {
    margin-top: 30px;
}


.asp-button {
    margin-top:20px;
}

mjx-container[jax="CHTML"] {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.nowrap-span mjx-container[jax="CHTML"] {
    white-space: nowrap !important;
}

.rem {
    font-size: 67%;
    color: red;
    letter-spacing: 5px;
}

.rem2 {
    font-size: 67%;
    color: transparent;
    letter-spacing: 5px;
}

.rem3 {
    font-size: 119%;
    color: red;
    letter-spacing: 1px;
}


.previous-project-block {
    line-height: 21px;
    margin-top: 15px;
}


    .calc-panel .previous-project-block hr,
    .previous-project-block hr {
        all: revert !important;
        border-top: none !important;
    }


        .previous-project-block hr.hr_st {
            padding: 0 !important;
            margin: 1px !important;
            background-color: var(--accent) !important;
            border-style: solid !important;
            border-color: var(--accent) !important;
            border-width: 1px !important;
            display: block !important;
            height: auto !important;
        }

.res sub, .res2 sub {
    display: inline-block;
    margin-bottom: -4px;
    vertical-align: sub;
}


.p_result {
    padding: 0;
    margin: 0;
    font-size: 110%;
    font-weight: 800;
    color: #60564e;
}

.tb_btn_cont {
    text-align: center;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: lightgray;
    padding: 10px;
}

.smallTextLable {
    font-weight: 600;
    font-size: 110%;
}

.secondMult {
    display: block;
    padding: 0;
    margin-bottom: -18px;
    margin-top: -6px;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: blue;
}

.topBlue {
    border-top-width: 1px;
    border-color: blue;
    display: block;
    margin-bottom: -22px;
}

.topRed {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: var(--accent);
}

.lin {
    padding: 10px;
    color: #013301b8;
    font-weight: bolder;
}

.er {
    word-break: break-all;
    font-family: 'Courier New' !important;
    font-size: 88%;
    font-weight: 600;
}

#div_log p {
    margin-bottom: 15px;
    padding: 10px;
    font-family: Calibri;
    font-size: 110%;
    margin-top: 1px;
    border-color: #5181b8;
    border-bottom-style: solid;
    border-width: 0.5px;
}

    #div_log p b {
        font-family: Calibri;
        font-size: 110%;
        font-weight: bolder;
    }

.auto-style1 {
    position: absolute;
    margin-top: 304px;
}

.action_btn {
    margin-bottom: 20px !important;
    height: 30px !important;
    padding-top: 0px !important;
    line-height: 25px !important;
    font-size: 10px !important;
}

.l_ans {
    font-family: 'ComfortaaLight';
    font-weight: bold;
    text-align: left;
    font-size: 16px;
}

.text_log {
    border: 0.5px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-style: solid;
    border-color: #a7c2d0;
    font-family: 'ComfortaaLight';
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    height: 26px;
    font-size: 16px;
    outline: none;
    width: 100px;
    height: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}


    .text_log::-webkit-input-placeholder {
        opacity: 1;
        transition: opacity 0.3s ease;
        font-size: 12px;
        font-family: 'Courier New' !important;
    }

    .text_log::-moz-placeholder {
        opacity: 1;
        transition: opacity 0.3s ease;
        font-size: 12px;
        font-family: 'Courier New' !important;
    }

    .text_log:-moz-placeholder {
        opacity: 1;
        transition: opacity 0.3s ease;
        font-size: 12px;
        font-family: 'Courier New' !important;
    }

    .text_log:-ms-input-placeholder {
        opacity: 1;
        transition: opacity 0.3s ease;
        font-size: 12px;
        font-family: 'Courier New' !important;
    }

    .text_log:focus::-webkit-input-placeholder {
        opacity: 0;
        transition: opacity 0.3s ease;
        font-size: 12px;
        font-family: 'Courier New' !important;
    }

    .text_log:focus::-moz-placeholder {
        opacity: 0;
        transition: opacity 0.3s ease;
        font-size: 12px;
        font-family: 'Courier New' !important;
    }

    .text_log:focus:-moz-placeholder {
        opacity: 0;
        transition: opacity 0.3s ease;
        font-size: 12px;
        font-family: 'Courier New' !important;
    }

    .text_log:focus:-ms-input-placeholder {
        opacity: 0;
        transition: opacity 0.3s ease;
        font-size: 12px;
        font-family: 'Courier New' !important;
    }

.annou {
    -webkit-animation-name: animationW;
    animation-name: animationW;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    margin: 0;
}

@keyframes animationW {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.numbers_after_point {
    color: #656565;
}

.minus {
    color: transparent;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: black;
}

.space {
    color: transparent;
}

.b_resh {
    border-bottom-style: solid;
    border-width: 1px;
    border-color: var(--accent);
}

.b_ans {
    border-left-style: solid;
    border-width: 1px;
    border-color: var(--accent);
    padding-left: 2px;
}

.b_ans2 {
    border-top-style: solid;
    border-width: 1px;
    border-color: var(--accent);
    padding-left: 2px;
}



.answ-div {
    margin-bottom: 20px;
}

.res table {
    font-family: 'Arial' !important;
    font-size: 110% !important;
}

.smallAn2 {
    letter-spacing: 1px;
    font-weight: bolder;
    font-size: 110%;
    border-bottom-style: inset;
    border-bottom-width: 1px;
    padding-bottom: 2px;
    font-family: auto;
    width: fit-content;
}


.res {
    width: fit-content;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: left;
    font-family: 'Courier New' !important;
}


.res2 {
    width: fit-content;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: right;
    font-family: 'Courier New' !important;
}

#resh2 sub {
    line-height: 0px;
}
