html, body {
    height: 100%;
    margin: 0; /* Removes default browser spacing */
}

body #root{height: 100%;}
body .auth-bg {
    background: radial-gradient(circle at center, #9fdffd 0%, #ffffff 100%);
    display: grid;
    place-items: center;
    height: 100%;
}

.text-default{color: #1e2939 !important;}
.text-primary{color: #00a6f4 !important;}
.text-xs{font-size: 12px !important;}
.text-2xl{font-size: 24px !important;}
.text-lg{font-size: 18px !important;}
body{font-family: "DM Sans", sans-serif;background-color:#fdfdfd}
*{font-family: "DM Sans", sans-serif !important;}
.font-bold{font-weight: bold;}
.font-normal{font-weight: normal !important;}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    color: #303e67;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3ebf6;
    border-radius: .25rem;
}

.btn-primary, .bg {
    color: #fff;
    background-color: #00a6f4;
    border-color: #00a6f4;
}
.btn{
    border-radius: .25rem;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 13px;
    line-height: 1.8;
}
.text-xs {
    font-size: 12px !important;
}
.text-primary {
    color: #00a6f4 !important;
}

.text-muted {
    color: #a4abc5 !important;
}
.font-13 {
    font-size: 13px !important;
}

.card .card-body,.card {
    border-radius: .5rem;
}

.text-secondary {
    color: #7b70ef !important;
}
.btn-primary, .bg-primary {
    border-color: #1b84ff;
    background-color: #1b84ff;
}

.form-check-input {border: 1px solid #5e5f63;}
.form-check-label {color: #36373b;}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px !important;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px !important;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.w-45{width:45%!important}
.text-muted {color: #676b79 !important;}