﻿body {
    overflow-y: scroll;
    opacity: 1 !important;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    color: #6c757d;
    font-size: 0.825rem;
    line-height: 1.625;
    font-weight: 400;
    background-color: #f7f9fc;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main {
    display: flex;
    width: 100%;
    min-height: 100vh;
    min-width: 0;
    transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
    flex-direction: column;
}
.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.content {
    padding: 2.5rem 2.5rem 1.5rem;
    flex: 1;
    direction: ltr;
}
.bg-dark, .btn-dark {
    background-color: #293042 !important;
}
.text-light {
    color: #eff2f6 !important;
}
h4, .h4 {
    font-size: 1.03125rem;
}
h5 {
    font-size: 0.825rem;
}
h3, .h3 {
    font-size: 1.2375rem;
}
h1 {
    font-size: 1.65rem;
}
b {
    font-weight: 500;
    color: #495057;
}
.text-body {
    color: #6c757d !important;
}
.card-header {
    border-bottom-width: 1px;
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid transparent;
}
.card-body {
    color: #6c757d;
}
.form-control {
    padding: 0.25rem 0.7rem;
    font-size: 0.825rem;
    font-weight: 400;
    line-height: 1.625;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 0.35rem 1rem;
    font-size: 0.95rem;
    border-radius: 0.3rem;
}
.input-group .form-control {
    width: 1%;
    flex: 1 1 auto;
}
.bg-success {
    background-color: #4bbf73 !important;
    color: #fff !important;
    opacity: 1;
}
.text-xl {
    font-size: 1.25rem;
}
.text-end {
    text-align: right !important;
}
.w-100{
    width: 100% !important;
}
.position-absolute {
    position: absolute !important;
}
.position-relative {
    position: relative !important;
}
.br-0{
    bottom:0 !important;
    right:5px !important;
}
.pl{
    padding:0 1rem 1rem 1rem;
}
.error {
    border: solid 1.2px #d9534f;
    box-shadow: 0 0 0 0.1rem rgba(217, 83, 79, 0.25);
}
.text-5xl {
    font-size:3rem;
    line-height: 1
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 1
}
.text-lg {
    font-size: 1.125rem;
}