/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

[data-elementor-type="templately-footer"] {
    margin-top: auto;
}

/* Main documentation wrapper */
.bookora-docs-layout {
    --bookora-docs-offset: 120px;
    --bookora-docs-height: calc(100vh - var(--bookora-docs-offset));
}

/* Elementor boxed inner wrapper */
.bookora-docs-layout > .e-con-inner {
    display: flex !important;
    align-items: flex-start !important;
    gap: 30px !important;
    height: var(--bookora-docs-height) !important;
    max-height: var(--bookora-docs-height) !important;
    overflow: hidden !important;
}

/* Left sidebar stays visible */
.bookora-docs-sidebar {
    flex: 0 0 300px !important;
    width: 300px !important;
    max-width: 300px !important;
    height: var(--bookora-docs-height) !important;
    max-height: var(--bookora-docs-height) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    position: relative !important;
}

/* Right content scrolls */
.bookora-docs-content {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: var(--bookora-docs-height) !important;
    max-height: var(--bookora-docs-height) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 16px !important;
    scroll-behavior: smooth !important;
}

/* Right-side sections */
.bookora-docs-section {
    scroll-margin-top: 25px !important;
    margin-bottom: 50px !important;
}

/* Scrollbar styling */
.bookora-docs-sidebar::-webkit-scrollbar,
.bookora-docs-content::-webkit-scrollbar {
    width: 6px;
}

.bookora-docs-sidebar::-webkit-scrollbar-thumb,
.bookora-docs-content::-webkit-scrollbar-thumb {
    background: #d0d7de;
    border-radius: 20px;
}

.bookora-docs-sidebar::-webkit-scrollbar-track,
.bookora-docs-content::-webkit-scrollbar-track {
    background: transparent;
}

.registration_section .elementor-shortcode{
	color: #ffffff;
}

.registration_section .um-button{
	background-color: #EB5C2B !important;
    color: #ffffff !important;
	font-weight: 500 !important;
}
.registration_section .um-button:hover{
    opacity: .8;
}

.registration_section input.um-form-field{
	border-radius: 7px !important;
    padding: 11px 15px !important;
    font-size: 1rem !important;
    min-height: 45px;
}

.registration_section .um-field{
	padding: 25px 0 0 0;
}

.registration_section .um-field-checkbox-option{
	color: #ffffff !important;
}

.registration_section .um-link-alt{
	color: #ffffff !important;
}
.registration_section .um-field-block{
	color: #ffffff !important;
}
.m_hero_title{
	text-align: center;
	font-size: 48px;
	font-weight: 600;
	line-height: 56px;
	color: #FFFFFF;
}
.page-id-63 .m_hero_section{
	display: none;
}

/* user_dashboard_menu */
.bp-user-menu{
    position:relative;
    display:flex;
    align-items:center;
}

.bp-user-trigger{
    display:flex;
    align-items:center;
    gap:10px;
    border:none;
    background:none;
    cursor:pointer;
    padding:0;
	color: #ffffff;
}

.bp-user-trigger:hover, .bp-user-trigger:focus{
	background-color: transparent;
    color: #f3931b;
}

.bp-user-trigger img{
    width:40px;
    height:40px;
    border-radius:50%;
}

.bp-user-name{
    font-size:15px;
    font-weight:600;
}

.bp-arrow{
    display:flex;
    align-items:center;
}

.bp-user-dropdown{
    position:absolute;
    top:55px;
    right:0;
    width:230px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    overflow:hidden;
    display:none;
    z-index:99999;
}

.bp-user-dropdown.active{
    display:block;
}

.bp-user-dropdown a{
    display:block;
    padding:16px 24px;
    color:#344054;
    text-decoration:none;
    border-bottom:1px solid #f2f4f7;
}

.bp-user-dropdown a:last-child{
    border-bottom:none;
}

.bp-user-dropdown a:hover{
    background:#f9fafb;
}

.header-login-btn{
	background-color: #61CE7000;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
    fill: #f3931b;
    color: #f3931b;
    padding: 13px 20px 13px 20px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid #f3931b;
	display: flex;
    gap: 15px;
}
.header-login-btn:hover, .header-login-btn:focus{
	animation-name: elementor-animation-pulse;
	animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
	color: #f3931b;
}
/* user_dashboard_menu */

.error404 .entry-title, .error404 .page-content{
	color: #ffffff;
}

.registration_section .um-field-label{
	color: #ffffff !important;
} 

.post-type-archive-docs .m_hero_section, .tax-doc_category .m_hero_section, .single-docs .m_hero_section{
	margin-bottom: 0;
}

.registration_section .um-form{
	color: #ffffff !important;
}

.registration_section .um-misc-ul a{
	color: #ffffff !important;
}

.pp_description a{
	text-transform: unset !important;
}

.ss_footer_menu a {
    line-height: 1 !important;
}

.ns_form_footer{
	width: 100%;
}

#login_new_form #um-submit-btn{
	background-color: #EB5C2B !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    width: 100% !important;
    border-radius: 15px !important;
}

.c_line p{
	margin-bottom: 0;
}

.c_line a{
	text-transform: unset;
}

#login_new_form .um-link-alt{
	color: #EB5C2B !important;
}

#login_new_form input.um-form-field{
	border-radius: 15px !important;
}

#login_new_form .um-misc-ul a{
	color: #EB5C2B !important;
}

#reset_passowrd_new_form .um-field-block{
	color: #EB5C2B !important;
}

#reset_passowrd_new_form input.um-form-field{
	border-radius: 15px !important;
}

#reset_passowrd_new_form #um-submit-btn{
	background-color: #EB5C2B !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    width: 100% !important;
    border-radius: 15px !important;
}

#reset_passowrd_new_form .um-field-label{
	color: #EB5C2B;
}

@media (max-width: 767px) {
	.bookora-docs-layout {
        --bookora-docs-height: auto;
    }

    .bookora-docs-layout > .e-con-inner {
        display: block !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .bookora-docs-sidebar {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        margin-bottom: 30px !important;
    }

    .bookora-docs-content {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        padding-right: 0 !important;
    }
	.m_hero_title{
		font-size: 36px;
		line-height: 42px;
	}
	.ss_footer_menu a {
		text-align: center !important;
	}
	.top_r_section{
		background-image: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
    .bookora-docs-layout {
        --bookora-docs-height: auto;
    }

    .bookora-docs-layout > .e-con-inner {
        display: block !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .bookora-docs-sidebar {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        margin-bottom: 30px !important;
    }

    .bookora-docs-content {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        padding-right: 0 !important;
    }
	.m_hero_title{
		font-size: 28px;
		line-height: 32px;
	}
}

@media (min-width: 897px) and (max-width: 1024px) {
	.l_image_head img{
		width: 400px !important;
	}
}

@media (min-width: 420px) and (max-width: 767px) {
	.l_image_head img{
		width: 100% !important;
	}
}