
html{
    overflow-x: hidden;
}

body{
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.border-grey{
    border: 2px solid #ddd;
}

.nav-tabs{
    border-bottom: none;
}

.link-logo-light{
    color: #6150d3;
    text-decoration: none !important;
    transition: 3s;
}
.link-logo-light:hover{
    color: #bf01e6;
}

.link-logo-dark{
    color: #d400ff;
    text-decoration: none !important;
    transition: 3s;
}
.link-logo-dark:hover{
    color: #00fff2;
}

.link-logo:hover{
    text-decoration: none !important;
}

.link-default, .link-default:hover{
    text-decoration: none !important;
}

.link-light{
    color: #007bff;
    border-bottom: 1px solid #007bff;
}
.link-light:hover{
    text-decoration: none !important;
    color: #0068d8;
    border-bottom: 1px solid #0068d8;
}

.link-dark{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.link-dark:hover{
    text-decoration: none !important;
    color: #ddd;
    border-bottom: 1px solid #ddd;
}

ul.no-bullets{
    list-style: none;
}

.list-item{
    line-height: 30px;
    transition: .5s;
    width: fit-content;
}

.list-item:hover{
    text-decoration: none;
}

ul .ul-light::before {
    content: "\2022";
    color: #6150d3;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
ul .ul-dark::before {
    content: "\2022";
    color: #00fff2;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

ul .ul-light:hover, ul .ul-light.active {
    color: #6150d3 !important;
    border-bottom: 2px dashed #6150d3;
}

ul .ul-dark:hover, ul .ul-dark.active {
    color: #00fff2 !important;
    border-bottom: 2px dashed #00fff2;
}

.underliner-light{
    border-top: 3px solid #6150d3;
    margin: 0px;
}

.underliner-dark{
    border-top: 3px solid #00fff2;
    margin: 0px;
}

.underliner-black{
    border-top: 2px solid #636363;
}

.form-control{
    border-radius: 20px;
}
.form-control.text-feild-light:focus, .form-control.text-feild-light:disabled:hover{
    box-shadow: none;
    border: 3px solid #6150d3;
}
.form-control.text-feild-dark:focus, .form-control.text-feild-dark:disabled:hover{
    box-shadow: none;
    border: 3px solid #fa61d9;
}

.working-area-light{
    background-color: #6a59d533;
}

.working-area-dark{
    background-color: #fffffffc;
}

.digit-block{
    width: 3.5rem;
    text-align: center;
}

span.katex-html, .board{
    line-height: 30px;
}

.katex { 
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

.katex .mathnormal{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
}

#from-convert, #to-convert, .br-radius-low{
    border-radius: 8px;
}