 /***=====Custom Css for stand Alone Powerbird====***/

.ui-selectmenu-button:focus{
    outline: 1px solid #4990E2 !important;
    border-color: #4990E2 !important;
}
 
.web_form_title{
    width: 1024px !important;
} 

.project_info input{ 
    background-color: #266674;    
 }

.web_form_title .title{
    font-size: 28px;
    margin-right: 52px;
}

.system select+span.ui-selectmenu-button{ 
    background-color:  #196674 !important;
    padding: 6px 8px;
}

.system_type select+span.ui-selectmenu-button, .component_type select+span.ui-selectmenu-button  {
    padding: 11px 8px !important;
}

.system select+span.ui-selectmenu-button .ui-icon-triangle-1-s {
    margin-top: 10px;
    margin-left: 8px;
}

.system_type select+span.ui-selectmenu-button .ui-icon-triangle-1-s, .component_type select+span.ui-selectmenu-button .ui-icon-triangle-1-s {
    margin-top: 6px !important;
} 

.device_config select+span.ui-selectmenu-button .ui-icon-triangle-1-s {
    background-image: url("../images/drop_arrow_blue.png");
}
   
.design_config_options.ui-menu > li > div.ui-state-active {
    background-color:rgba(25,102,116,.1) !important;
} 
 
  
.system select#finish_wp+span.ui-selectmenu-button{
    height: 31px;
}

.system select#button_color+span.ui-selectmenu-button{
    height: 31px;
}

.web_form_header_selection{
    width: 1024px !important;
 }

  
.footer{
    clear: both;
    margin: 0 auto;
    margin-bottom: 0px !important;
 }

.footer_notes{
    width:1024px;
     
}
 
.footer_notes_text_area{
     float:left;
     width: 100%;
}

.footer_quantity{
    width: 1024px;
}
 
.footer_end_content{
    width: 1024px;
}
   
.footer_outer{
    margin: 0px;
    background: #FAFAFA;
}

.footer_end{
    color: #FFF;
    background-color:  #196674 !important;
}

.standalone_head li.ui-state-disabled {
    display:none !important;
}

.standalone_head .buttonLayoutImageBox{
    width: 29px !important;
    height: 40px !important;
}
.standalone_head .finishImageBox{
    width: 35px !important;
    height: 28px !important;
}
.finish_options .ui-menu-item-wrapper, .button_layout_options .ui-menu-item-wrapper, .column_options .ui-menu-item-wrapper{
    padding: 10.5px 0px 13.5px 55px !important;
}
.standalone_head .system select#finish_wp+span.ui-selectmenu-button,.standalone_head .system select#system+span.ui-selectmenu-button{
    /* width:13.1em !important; */
    width:14.1em !important;
}
.standalone_head .system select#button_color+span.ui-selectmenu-button,.standalone_head .system select#system+span.ui-selectmenu-button{    
    width:12.5em !important;
}
.standalone_head.ui-menu .ui-menu-item{
    max-width: none !important;
}
.standalone_head .buttonlay_dropdown_selected_option_image img{ 
    margin-right: 12px !important;
    height: 30px !important;
    margin-left: 0px !important;
    display: inline-block !important;
    text-align: center !important;
    vertical-align: middle !important;
    background:#196674 !important;
}

.standalone_head .finish_type .buttonlay_dropdown_selected_option_image img{ 
    height: 31px !important;
    margin-right: 12px !important;
    margin-left: 0px !important;
    display: inline-block !important;
    text-align: center !important;
    vertical-align: middle !important;
    background:white !important;
}

.standalone_head .button_color_type .buttonlay_dropdown_selected_option_image img{ 
    height: 31px !important;
    margin-right: 12px !important;
    margin-left: 0px !important;
    display: inline-block !important;
    text-align: center !important;
    vertical-align: middle !important;
    background:white !important;
}

.standalone_head .columnImageBox{
    width: 66px !important;
    height: 28px !important;
}

.alert-success {
    color : #198396 !important;
}

.remove-alert-success {
    display: none;
}

.warning-icon-new {
     background: none;
}

input:hover, textarea:hover, .ui-selectmenu-button:hover, .editables div.textIconDiv:hover, .term_and_conditions_agree input[type=checkbox]+img:hover {
    outline: 1px solid #198396 !important;
    border-color: #198396 !important;

    /* border-color: #000 !important; */
}

input:focus, textarea:focus, .ui-selectmenu-button:focus,  .editables div.textIconDiv:focus, .term_and_conditions_agree input[type=checkbox]+img:focus {
    outline: 1px solid #198396 !important; 
    border-color: #198396 !important;
}

.web_form_visualizer{
    min-height: 777px !important;
}

@media screen and (min-width: 900px) {
    body {
        min-width: 1080px !important;
    }
}

::-webkit-scrollbar {
    width: 8px;               /* width of the entire scrollbar */
}

::-webkit-scrollbar-thumb {
    background-color:#c0c0c0;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
}


body {
    scrollbar-base-color: #fff;
scrollbar-face-color: #c0c0c0;
scrollbar-3dlight-color:#fff;
scrollbar-highlight-color:#fff;
scrollbar-track-color:#fff;
scrollbar-arrow-color: #fff;
scrollbar-shadow-color: #fff;
scrollbar-dark-shadow-color:#c0c0c0;
}

.warning-icon-default {
    background : url('../images/icon/myp-icons.svg') 0% 51% !important;
 } 

.finish_type{
    margin-left: 12px !important;
}

.button_color_type{
    margin-left: 12px !important;
}

.design_config{
    background-color:  #196674 !important;
 }

 

#finish_color-button {
    /* width: 210px !important; */
    width: 11.6em !important;
    height: 31px;
    line-height: 28PX;
    margin-right: 15px;
}

#finish_wp-button {
    width: 264px !important;
    margin-right: 15px;
}
#button_color-button {
    width: 264px !important;
}
.alert-success {
    color: #198396 !important;
}
.warning-icon-new {
    background: none;
}
.alert-box {
    width: 1144px;
}

.finish_options.ui-menu .ui-menu-item {
    max-width: 235px;
}
.ui-icon.buttonLayoutImageBox {
    width: 30px;
    height: 40px;
}
.design_config_options.ui-menu.standalone_head > li > div {
    padding: 10.5px 0px 13.5px 82px !important;
}
.design_config_options.ui-menu.standalone_head > li > div > span.gangImageBox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.4em;
    margin: auto 0;
    width: 66px;
    height: 28px;
}

#system-menu.design_config_options.ui-menu.finish_options > li > div {
    padding: 10.5px 0px 13.5px 10px !important;
}

#finish_wp-button .ui-selectmenu-text{
    padding-top: 5px;
}

#button_color-button .ui-selectmenu-text{
    padding-top: 5px;
}


.footer_cart, .footer_quantity, .footer_notes, .footer{
    width: 1140px;
}

.clear_submit_data{
    padding-top: 30px;
}




.device_button_selection {
    margin-top: 30px;
}

.device_button_selection select+span.ui-selectmenu-button .ui-icon-triangle-1-s {
    margin-top: 6px !important;
}
.device_button_selection select+span.ui-selectmenu-button .ui-icon-triangle-1-s {
    background-image: url("../images/drop_arrow_white.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 8px;
    width: 10px;
    height: 10px;
}
 
.device_button_selection select+span.ui-selectmenu-button {
    height: 27px;
    padding: 11px 7px !important;
    margin-right: 0;
    border-color: #c0c0c0;
    border-width: 1px;
    margin-top: 8px;
    background-color: #196674 !important;
    color: #ffffff;
    border-radius: 0;
    font-size: 16px;
    font-family: "Helvetica Neue LT W06_75 Bold";
}
.device_button_selection div {
    margin-left: 19px;
    display: inline-block;
}

.device_button_selection div label {
    display: block;
}

.device_button_selection div:first-of-type {
    margin-left: 0px;
}

.device_button_selection label {
    font-size: 16px;
    color: #c0c0c0;
    font-weight: normal;
}
.powerbird_standalone_frame_width {
    width:1140px !important;
}

.system{
    display:contents;
}

#finish_wp-button .ui-selectmenu-text div{
    margin-top: 0;
    margin-left: 0px !important;
}
#button_color-button .ui-selectmenu-text div{
    margin-top: 0;
    margin-left: 0px !important;
}

.standalone_head .device_button_selection select+span.ui-selectmenu-button, .standalone_head .device_button_selection select+span.ui-selectmenu-button {
    width: 11.7em !important;
    margin-left: 10px;
    margin-right: 15px;
    padding-top:6px !important;
}    

.button_column_dropdown label {
    margin-left: 10px;
}

.system select#gangColumn+span.ui-selectmenu-button {
    width: 160px;
} 

.system_type, .component_type {
    margin-left: 0px !important;
}

.gang_type {
    margin-left: 1px !important;
}

.system div {
    margin-top: 30px;
    display: inline-block;
}

.device_button_selection {
    display: contents;
}

.design_config_options.ui-menu.finish_options > li > div {
    padding: 10.5px 0px 13.5px 44px !important;
}

#finish_wp_color-menu li > div {
    padding-left: 8px !important;
}
#button_color_color-menu li > div {
    padding-left: 8px !important;
}

.project_info input {
    width: 446px;
}
     
.system select#faceplate+span.ui-selectmenu-button {
    /* width: 212px; */
    width: 158px;
}

.finish_options.ui-menu div.finishTextOverflow {
    /* height: 19px;    
    text-overflow: ellipsis;
    width: 175px;    
    overflow: hidden;
    display: inline-block;
    white-space: nowrap; */
}
#faceplate_warning {
    color: #9b9b9b;
    margin: 0 auto;
    margin-top: 16px;
    font-size: 14px;
    position: relative;
    text-align: center;
    height: 17px;
    max-height: 17px;
    min-height: 17px;
}
.agree_checkbox_validation_failed_message{
    width: 1140px;
}

#finish_color-menu li > div {
    padding-left: 8px !important;
}

.device_row_2 div:first-of-type {
    margin-left: 0px;
}

.device_row_2 select+span.ui-selectmenu-button{ 
    background-color:  #196674 !important;
    padding: 6px 8px;
}
.device_row_2 select+span.ui-selectmenu-button .ui-icon-triangle-1-s {
    margin-top: 10px;
    margin-left: 8px;
}
.device_row_2{
    display:contents;
}
.device_row_2 div {
    margin-top: 30px;
    display: inline-block;
}
.device_row_2 label {
    display: block;
}
.standalone_head #component-button {
    width: 13.1em !important;
    margin-right: 8px;
}

.standalone_head #faceplate-button {
    margin-right: 0px !important; 
    /* margin-right: 16px !important; */
}

#component-button.design_config_options.ui-menu.finish_options > li > div {
    padding: 10.5px 0px 13.5px 9px !important;
}

.standalone_head #gangColumn-button {
    width: 209px;
    margin-right: 14px;
    padding-top:4px;
    padding-bottom:2px;
}

#component-menu.design_config_options > li > div, #finish_wp-menu.design_config_options > li > div {
    /* font-size: 15px !important; */
    height: auto !important;
    width: 214px;
}
#component-menu.design_config_options > li > div, #button_color-menu.design_config_options > li > div {
    /* font-size: 15px !important; */
    height: auto !important;
}
#component-menu.design_config_options {
    width: 228px !important;
    /* height: 148px !important; */
    overflow: hidden !important;
}
#finish_wp-menu.design_config_options {
    width: 244px !important;
}
#button_color-menu.design_config_options {
    width: 218px !important;
}
.button_column_dropdown {
    margin: 20px;
}
.button_column_dropdown select {
    display: none; /* Hide the default select */
}
.ui-selectmenu-button {
    width: 100%; /* Full width */
}
.ui-selectmenu-menu .custom-option {
    display: flex; /* Use flexbox to align items */
    align-items: center; /* Center items vertically */
}
.custom-option img {
    width: 20px; /* Set image width */
    height: auto; /* Maintain aspect ratio */
    margin-right: 8px; /* Space between image and text */
}
