@import url(../Assets/fonts/fonts.css);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.6.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Fruktur&display=swap");
body {
    font-family: "MathFont", "Segoe UI", sans-serif !important;
    color: hsl(0, 0%, 100%);
    background-color: hsl(210, 10%, 15%);
}
::selection {
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 0%);
}
.center-form input::selection,
.center-form textarea::selection {
    background-color: hsl(0, 0%, 0%) !important;
    color: hsl(0, 0%, 100%) !important;
}
.text-success {
    color: hsl(134, 61%, 41%) !important;
}
.container-sm {
    margin-top: 7.5em;
}
a,
a:hover,
a:focus {
    color: inherit;
}
.donate-link {
    text-decoration: underline wavy hsl(45, 100%, 51%);
    transition: 0.2s;
    z-index: 9999999999;
}
.donate-link:hover,
.donate-link:focus {
    color: hsl(45, 100%, 51%);
    transition: 0.2s;
}
input.form-control,
select.form-select,
textarea.form-control {
    transition: all ease-in-out 0.28s !important;
}
input.form-control,
select.form-select,
textarea.form-control {
    transition: all ease-in-out 0.28s !important;
}
input.form-control:hover,
select.form-select:hover,
textarea.form-control:hover {
    border-color: hsla(45, 100%, 51%, 0.5) !important;
    box-shadow: 0 0 0 0.12rem hsla(45, 100%, 51%, 0.5) !important;
}
input.form-control:focus,
select.form-select:focus,
textarea.form-control:focus {
    border-color: hsla(45, 100%, 51%, 0.8) !important;
    box-shadow: 0 0 0 0.2rem hsla(45, 100%, 51%, 0.8) !important;
}
select.form-select > option {
    color: hsl(0, 0%, 0%) !important;
}
.input-dark {
    background-color: transparent !important;
    color: hsl(0, 0%, 100%) !important;
}
.form-control.input-dark::selection {
    background-color: hsl(0, 0%, 100%) !important;
    color: hsl(0, 0%, 0%) !important;
}
hr {
    border: 2px solid hsl(354, 70%, 54%);
    border-radius: 3px;
    margin: auto;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}
var {
    font-family: monospace;
    font-style: normal;
}
#party-js-container {
    bottom: 0px !important;
}
.card {
    color: hsl(0, 0%, 100%);
    background-color: hsl(210, 10%, 15%);
    border: 0.05em solid #fff;
}
.btn.btn-outline-discrete {
    color: hsl(0, 0%, 100%);
    border: 0.04em solid hsl(0, 0%, 100%);
}
.btn.btn-outline-discrete:hover,
.btn.btn-outline-discrete:focus {
    background-color: hsl(210, 10%, 19%);
}
.btn.btn-outline-discrete:active {
    background-color: hsl(210, 10%, 22%);
    border: 0.04em solid rgb(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgb(255, 255, 255, 0.5);
}
/*=====SIDEBAR START=====*/
.navbar-dark {
    background-color: hsl(210, 10%, 15%) !important;
}
.offcanvas {
    background-color: hsl(210, 10%, 15%);
    z-index: 999998;
    transition: 0.3s;
}
@media screen and (max-width: 600px) {
    .offcanvas {
        width: 100%;
        margin-right: 0;
        transition: 0.3s;
    }
}
.offcanvas .bi {
    vertical-align: -0.125em;
    pointer-events: none;
    fill: currentColor;
    margin-right: 0.3em;
}
.dropdown-toggle {
    outline: 0;
}
.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    font-weight: 500;
    color: hsl(0, 0%, 100%);
    background-color: transparent;
    border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus,
.btn-offcanvas-link:hover,
.btn-offcanvas-link:focus {
    color: hsl(0, 0%, 100%);
    background-color: hsl(208, 11%, 23%);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.link-light {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.link-light:hover,
.link-light:focus {
    color: hsl(0, 0%, 100%);
    background-color: hsl(208, 11%, 23%);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.link-light:active {
    color: hsl(0, 0%, 100%);
    background-color: hsl(208, 11%, 20%) !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform 0.35s ease;
    transform-origin: 0.5em 50%;
}
.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}
.btn-toggle-nav a {
    display: inline-flex;
    padding: 0.1875rem 0.5rem;
    margin-top: 0.125rem;
    margin-left: 1.25rem;
    text-decoration: none;
    font-size: 16px;
}
.btn-toggle-nav .active {
    background-color: hsl(208, 11%, 23%) !important;
}
.btn-offcanvas-link.active {
    background-color: hsl(208, 11%, 23%) !important;
}
.btn-toggle-nav .nav-header {
    display: inline-flex;
    padding: 0.1875rem 0.5rem;
    margin-top: 0.125rem;
    margin-left: 1.25rem;
    margin-bottom: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    opacity: 50%;
}
.btn-offcanvas-link {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    font-weight: 500;
    color: hsl(0, 0%, 100%);
    background-color: transparent;
    border: 0;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: hsl(208, 11%, 23%);
}
.scrollarea {
    overflow-y: auto;
}
/*=====SIDEBAR END=====*/
.dead-center {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1 !important;
}
.center {
    text-align: center !important;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 7.5em;
    z-index: 1 !important;
}
.center input[type="number"]:not(.input-group-item) {
    width: 40%;
    transition: 0.2s;
}
.center input[type="text"]:not(.input-group-item) {
    width: 40%;
    transition: 0.2s;
}
.center input[type="email"]:not(.input-group-item) {
    width: 40%;
    transition: 0.2s;
}
.center select {
    width: 40%;
    transition: 0.2s;
}
.center textarea:not(.input-group-item) {
    width: 40%;
    transition: 0.2s;
}
.input-group {
    width: 40%;
    transition: 0.2s;
}
.message {
    width: 40%;

    min-height: 20px;
    transition: 0.2s;
}
.table {
    width: 40%;
    transition: 0.2s;
}
.center-form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-calc-ad {
    display: flex !important;
    flex-direction: column !important;
    width: 50%;
    height: 200px !important;
}
/*=====CHEAT SHEET TABLE START=====*/
.formulas-body tr:hover {
    background-color: hsl(0, 0%, 100%) !important;
    color: hsl(0, 0%, 0%) !important;
    transition: background-color 0.2s ease-in-out;
}
.formulas-body tr:hover ::selection {
    background-color: hsl(0, 0%, 0%) !important;
    color: hsl(0, 0%, 100%) !important;
}
/*=====CHEAT SHEET TABLE END=====*/
.noscript {
    color: hsl(0, 0%, 100%);
    background-color: var(--danger);
    font-size: larger;
    display: inline-flex;
    margin: 50px;
    padding: 5px;
    border-radius: 5px;
    z-index: 999999;
}
#output,
#output1,
#output2,
#output3,
#output4,
#output5,
#output6,
#squareout,
#paraout,
#triout,
#etriout,
#circleout,
#trapout,
#dxout,
#trapout1,
#trapout2,
#dxout1,
#dtout2,
#vout3,
#sinout,
#cosout,
#tanout,
#asinout,
#acosout,
#atanout,
#sinhout,
#coshout,
#tanhout,
#sqrtout,
#cbrtout,
#nrootout,
#loanout,
#eliminationout,
#acmetalout,
#inorganout,
#bmicatout,
#bmiout,
#acidcarbonout,
#reductionout,
#compdnaout,
#solout,
#concout,
#dsubout,
#comprnaout,
#gcdout,
#lcmout,
#addfractout,
#likefractout,
#numpairsout,
#subparticout,
#atomout,
#ionout,
#proteinout,
#drnaout,
#proteincontout,
#proteintodnarnout,
#rnatodnaout,
#puzzleoutput,
#electronout,
#expressionout,
#natnumberout {
    font-size: 20px !important;
    line-height: 24px !important;
    padding-left: 3em !important;
    padding-right: 3em !important;
}
.output-container {
    line-height: 24px !important;
    height: 1em !important;
    max-height: 1em !important;
    min-height: 1em !important;
}
.codeblock {
    display: inline-flex;
    padding: 5px;
    border-radius: 5px;
    color: hsl(0, 0%, 100%);
    font-family: Consolas, monospace;
    background-color: hsl(0, 0%, 12%);
}
.logo {
    -webkit-user-drag: none;
}
.hover-link {
    transition: all 0.2s ease-in-out;
}
.hover-link:hover,
.hover-link:focus {
    color: hsl(45, 100%, 51%);
}
.hover-link:active {
    color: hsl(45, 100%, 65%);
}
/*=====1500 MEDIA QUERY=====*/
@media screen and (max-width: 1500px) {
    .center input[type="number"]:not(.input-group-item) {
        width: 60%;
        transition: 0.2s;
    }
    .center input[type="text"]:not(.input-group-item) {
        width: 60%;
        transition: 0.2s;
    }
    .center input[type="email"]:not(.input-group-item) {
        width: 60%;
        transition: 0.2s;
    }
    .center textarea:not(.input-group-item) {
        width: 60%;
        transition: 0.2s;
    }
    .center select {
        width: 60%;
        transition: 0.2s;
    }
    .message {
        width: 60%;
        transition: 0.2s;
    }
    .input-group {
        width: 60%;
        transition: 0.2s;
    }
    .table {
        width: 60%;
        transition: 0.2s;
    }
    .banner-calc-ad {
        width: 70%;
        height: 200px !important;
    }
}
/*=====960 MEDIA QUERY=====*/
@media screen and (max-width: 960px) {
    .navbar-brand {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .center {
        margin-top: 10em;
    }
    .table {
        width: 90%;
        transition: 0.2s;
    }
    .btn-mobile {
        display: none;
    }
    .center input[type="number"]:not(.input-group-item) {
        width: 90%;
        transition: 0.2s;
    }
    .center input[type="text"]:not(.input-group-item) {
        width: 90%;
        transition: 0.2s;
    }
    .center input[type="email"]:not(.input-group-item) {
        width: 90%;
        transition: 0.2s;
    }
    .center select {
        width: 90%;
        transition: 0.2s;
    }
    .center textarea:not(.input-group-item) {
        width: 90%;
        transition: 0.2s;
    }
    .input-group {
        width: 90%;
        transition: 0.2s;
    }
    .message {
        width: 90%;
        transition: 0.2s;
    }
    .banner-calc-ad {
        width: 90%;
        height: 200px !important;
    }
}
/*=====915 MEDIA QUERY=====*/
@media screen and (max-width: 768px) {
    .img-landing {
        display: flex;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
