body, .ow, .base_sign_in{background-color:#f5f5f5}
body, html{color:#222222}
.ow_logo_wrap a{background-image:url(https://dev.skadoc.com/ow_userfiles/themes/theme_image_2.png)}
h1{color:#222222}
html body .ow_box_cap h3, .ow_box_cap_empty h3{color:#000000}
/*========================================================
          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: #25272B;
}


/*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 */
}

html body .ow_box_cap h3, .ow_box_cap_empty h3 {
text-transform: none;
}


/*========================================================
          Hide Language Dropdown
  ========================================================*/



/*========================================================
          Remove loader
  ========================================================*/

/*Remove loader css*/
.base_index_page .loaderArea {
    display: none !important;
}
/*Remove loader css*/


/*========================================================
          Buttons
  ========================================================*/

.ow_console_item.ow_console_button:hover {
    background-color: #AF0069;
    border-color: #AF0069;
    color: #fff;
}

html body .ow_console_view_all_btn {
    text-decoration: none;
    display: block;
    line-height: 32px;
    padding: 8px 0;
    text-align: center;
    background: #AF0069;
    color: #fff;
}

.ow_console_view_all_btn:hover {
    background: #AF0069;
}

span.ow_button {
    display: inline-block;
    background-color: #AF0069;
    background-image: none;
    text-transform: none;
    border-radius: 8px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ow_status_update_btn_block .ow_attachment_btn span.ow_button {
    margin-top: 8px;
    border-radius: 8px;
    background-color: #AF0069;
    border: none;
}

.index_join_button, body .camera_wrap .index_join_button {
    height: 56px;
    background-color: #AF0069;
    border-radius: 50px;
    line-height: 57px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Manrope', "Helvetica CY", sans-serif;
    font-weight: 500;
    display: inline-block;
    padding: 0 54px;
}

.index_qs_widget .ow_qs_btn .ow_button {
    background-color: #AF0069;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ow_bl a {
    display: block;
    line-height: 24px;
    height: 24px;
    text-decoration: none;
    color: #fff;
    background: #AF0069;
    font-size: 12px;
    border-radius: 4px;
    padding: 0 8px 0 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ow_bl.ow_box_toolbar li a {
    border-radius: 8px;
    background: #AF0069;
    height: 40px;
    line-height: 40px;
    text-transform: none;
    font-size: 14px;
    border: none;
    color: #fff;
    padding: 0 18px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

span.ow_blitem {
    line-height: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 7px 0 0;
    color: #F7F8F8;
    background: #AF0069;
    font-size: 12px;
    border-radius: 4px;
    padding: 0 2px 0 2px;
}

.members_link.wow.animate__fadeInLeft {
    background-color: #AF0069 !important;
}