.ow_logo_wrap a{background-image:url(https://dev.skadoc.com/ow_userfiles/themes/theme_image_2.png)}
/*========================================================
          sitesearch_icon
  ========================================================*/

html body .ow_console .ow_console_item a.ow_sitesearch_icon {
    width: 50px !important;
}


/*========================================================
          Site Search 3rd party plugin Text Colors
  ========================================================*/

.ac_results {
    color: #B4BCD0; /* Sets the text color to red */
    background-color: #121526; /* Sets the background color to yellow */
}



/*========================================================
          Background Colors
  ========================================================*/

/* ---- Header styles ---- */

.base_index_page .ow_header {
    position: relative;
    min-height: 593px;
    /* margin-bottom: 94px; */
    background-image: url(images/header_bg.svg);
    background-repeat: no-repeat;
    background-position: 120px center;
    padding-top: 64px;
    background-color: #0066A4;
}

.ow_page_top_blc {
    background-color: #0066A4;
}

.ow_header {
    background-image: none;
    min-height: 64px;
    background: #0066A4;
    padding-top: 0;
}


/* ---- Console styles ---- */

.ow_site_panel_wrap {
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 99;
    background: #0066A4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* ---- Main Menu styles ---- */

.ow_menu_wrap {
    height: auto;
    display: table;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #0066A4;
    padding: 20px 0 1px 0;
    margin-bottom: 41px;
}


/* ---- Footer Menu styles ---- */

.ow_footer * {
    box-sizing: border-box;
}

.ow_footer {
    padding: 0 0 46px;
    background: #011638;
}


/*Quick Search styles start*/

.base_index_page .custom_aurora_qs_widget_index::before {
    content: "";
    display: block;
    width: 100%;
    height: 296px;
    background: #0066A4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


    /*General*/

    .ow_site_panel_wrap.site_panel_wrap_bg_color {
        background: #0066A4;
        padding-top: 0;
    }


.loader:before,
.loader:after {
    content: "";
    height: 40px;
    width: 40px;
    border: 8px solid #0066A4;
    border-radius: 10px;
    position: absolute;
    top: 0;
}


/*========================================================
          Hint plugin
  ========================================================*/

.hint-content.ow_bg_color {
    background-color: #F2F2F2; 
}


/*========================================================
          Logo dimensions
  ========================================================*/

.ow_logo_wrap a {
    height: 44px;
}


.connect_button_cont {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px; /* Specify the width of the element if it is fixed */
}