﻿
body, html {
    font-size: 13px !important;
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px !important;
    font-weight: 400;
    font-family: Poppins, Helvetica, "sans-serif";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body {
    padding:0px;
    display: flex;
    flex-direction: column;
    color: #181c32;   
}

*, :after, :before {
    box-sizing: border-box;
}


#root{
	
}

.h-45px {
    height: 45px !important;
}

.h-100px {
    height: 100px !important;
}

img, svg {
    vertical-align: middle;
}

.mb-20 {
    margin-bottom: 5rem !important;
}

a, a:hover {
    transition: color .2s ease, background-color .2s ease;
}
a {
    color: #009ef7;
    color: var(--bs-link-color);
    text-decoration: none;
}



form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}

.text-center {
    text-align: center !important;
}
.mb-10 {
    margin-bottom: 2.5rem !important;
}

.text-dark {
    color: #181c32 !important;
}

.mb-3 {
    margin-bottom: .75rem !important;
}

.h1, h1 {
    font-size: calc(1.3rem + .6vw);
}

.fw-bolder, .fw-semibold {
    font-weight: 600 !important;
}

.fs-6 {
    font-size: 1.075rem !important;
}

.col-form-label,.form-label {
    margin-bottom: .5rem;
    font-size: 1.05rem;
}

label {
    display: inline-block;
}


.p-10 {
    padding: 2.5rem !important;
}
.flex-column {
    flex-direction: column !important;
}

.flex-column-auto {
    flex: none;
}

.d-flex {
	display:flex;
}

.flex-root {
    flex: 1 1;
}

.flex-center {
    justify-content: center;
    align-items: center;
}
.flex-column-fluid {
    flex: 1 0 auto;
}

.bg-white {
    background-color: #fff;
    --bg-color: 255, 255, 255; 
}

.p-lg-15{
		padding:3.75rem!important;
}

.w-lg-500px {
        width: 500px;
    }

.rounded {
	border-radius: .475rem ;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.shadow-sm {
    box-shadow: 0 .1rem 1rem .25rem rgba(0, 0, 0, .05) !important;
}

.form-control.form-control-solid {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #5e6278;
    transition: color .2s ease, background-color .2s ease;
}
.form-control {
    box-shadow: none !important;
}
.form-control-lg {
    min-height: calc(1.5em + 1.65rem + 2px);
    padding: .825rem 1.5rem;
    font-size: 1.15rem;
    border-radius: .625rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: .75rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #5e6278;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    -webkit-appearance: none;
    appearance: none;
    border-radius: .475rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.mt-n5
 {
	margin-top: -1.25rem !important;
 }

.justify-content-between
 {
    justify-content: space-between !important;
}

.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #009ef7;
    --bs-btn-border-color: #009ef7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #26adf8;
    --bs-btn-hover-border-color: #1aa8f8;
    --bs-btn-focus-shadow-rgb: 0, 134, 210;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #33b1f9;
    --bs-btn-active-border-color: #1aa8f8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg : #009ef7;
    --bs-btn-disabled-border-color: #009ef7;
}

.btn {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.75rem;
    --bs-btn-font-size: 1.1rem;
    --bs-btn-font-weight: 500;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #181c32;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.475rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.6;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    box-shadow: var(--bs-btn-box-shadow);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    border: 0;
    padding: calc(.75rem + 1px) calc(1.5rem + 1px);
}
.btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg) {
    box-shadow: none !important;
}
.btn.btn-primary {
    color: #fff;
    border-color: #009ef7;
    background-color: #d4a14a;
}
.btn.btn-primary:hover{        
    background-color: #f1b042;
}

.mb-5 {
    margin-bottom: 1.25rem !important;
}
.w-100 {
    width: 100% !important;
}

.btn-group-lg>.btn, .btn-lg {
    --bs-btn-padding-y: 0.825rem;
    --bs-btn-padding-x: 1.75rem;
    --bs-btn-font-size: 1.15rem;
    --bs-btn-border-radius: 0.625rem;
}


.fw-bolder, .fw-semibold {
    font-weight: 600 !important;
}
.fs-6 {
    font-size: 1.075rem !important;
}
.link-primary {
    color: #d4a14a !important;
}
a, a:hover {
    transition: color .2s ease, background-color .2s ease;
}
a {
    color: #d4a14a;
    color: var(--bs-link-color);
    text-decoration: none;
}