/* Default Theme */

/* -------------------------------
   General
------------------------------- */

body {
    font-family: 'Open Sans', "sans-serif";
    font-size: 17px;
	background: #fafafa;
    color: #333;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	min-height: 70.5px;
    padding-top: 70.5px;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.25;
	color: #222;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    font-weight: 500;
	color: #333;
}
a{
    color: #007bff;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
a:hover {
    color: #0069da;
}
a:focus {
    color: #0069da;
	outline: none;
}
label {
    color: #333;
}
img {
    width: 100%;
	max-width: 100%;
}

:root {
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-line-height: 1.5;
	
	--app-header-theme: #313131;
	--app-footer-theme: #f3f3f3;
	
    --bs-border-width: 2px;
    --bs-border-style: solid;
    --bs-border-color: #ced4da;
    --bs-link-color: var(--app-theme);
    --bs-link-hover-color: rgba(var(--app-theme-rgb), 0.75);
    --bs-highlight-bg: #fff7cc;
	--app-theme: #313131;
    --app-theme-rgb: 49, 49, 49;
    --app-theme-color: #ffffff;
    --app-theme-color-rgb: 255, 255, 255;
    --app-border-color: #ced4da;
    --app-border-color-rgb: 206, 212, 218;
    --app-header-bg: #ffffff;
    --app-header-bg-rgb: 255, 255, 255;
    --app-header-color: #20252a;
    --app-header-color-rgb: 32, 37, 42;
    --app-header-input-bg: #f2f3f4;
    --app-header-input-border: #f2f3f4;
    --app-header-mobile-divider-bg: #edf0f2;
    --app-header-divider-bg: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.0);
    --app-component-bg: #ffffff;
    --app-component-bg-rgb: 255, 255, 255;
    --app-component-dropdown-bg: #f8f9fa;
    --app-component-dropdown-bg-rgb: 248, 249, 250;
    --app-component-dropdown-hover-bg: #e6e9ec;
    --app-component-dropdown-hover-bg-rgb: 230, 233, 236;
    --app-component-dropdown-border-color: #ced4da;
    --app-component-dropdown-border-color-rgb: 206, 212, 218;
    --app-component-modal-bg: #ffffff;
    --app-component-modal-bg-rgb: 255, 255, 255;
    --app-component-modal-border-color: #ced4da;
    --app-component-modal-border-color-rgb: 206, 212, 218;
    --app-component-secondary-bg: #ced4da;
    --app-component-color: #20252a;
    --app-component-color-rgb: 32, 37, 42;
    --app-component-border-color: #ced4da;
    --app-component-border-color-rgb: 206, 212, 218;
    --app-component-active-bg: #348fe2;
    --app-component-active-bg-rgb: 52, 143, 226;
    --app-component-active-color: #ffffff;
    --app-component-active-color-rgb: 255, 255, 255;
    --app-component-hover-bg: #eff1f3;
    --app-component-hover-color: #20252a;
    --app-component-hover-border-color: #ced4da;
    --app-component-focus-border-color: #67abe9;
    --app-component-disabled-bg: #e9ecef;
    --app-component-disabled-color: #adb5bd;
    --app-component-disabled-border-color: #ced4da;
}

/* -------------------------------
   Login / Register Styles
------------------------------- */

.loginregister-1 {
    background: #efefef;
}

/* -------------------------------
   Header & Navbar Styles
------------------------------- */

.brand-logo img {
    height:50px;
}
.features-2 {
    padding-top: 0px;
}
.features-2 .features-2-bg {
    background: #c59e4d;
}
.features-2 img {
    height: 700px;
}

/* -------------------------------
   Footer Styles
------------------------------- */


/* -------------------------------
   Page Content
------------------------------- */

.body-content {
}
.content {
    padding: 0px 0px 0px;
}
.btn-theme {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #348fe2;
    --bs-btn-border-color: #348fe2;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #276baa;
    --bs-btn-hover-border-color: #276baa;
    --bs-btn-focus-shadow-rgb: 82, 160, 230;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #276baa;
    --bs-btn-active-border-color: #276baa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #67abe9;
    --bs-btn-disabled-border-color: #67abe9;
}
.btn-group > .btn + .btn-theme,
.input-group > .btn + .btn-theme,
.input-group > .btn + .dropdown-menu + .btn-theme {
    border-left: 1px solid #276baa;
}
.section-tb-1-divider {
    display: none;
}

/* -------------------------------
   Module Theme Styles
------------------------------- */

/* -------------------------------
   Custom Styles
------------------------------- */

