.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    position: relative;
    width: 100%;
    text-align: left;
    border: 1px solid #aaa;
    background-color: #fff;
    padding: 5px 20px 5px 5px;
    margin-top: 1px;
    font-size: 13px;
    color: #aaa;
    outline: none;
    white-space: nowrap;
}

.ms-options-wrap > button:after {
    content: ' ';
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #999;
    margin-top: -3px;
}

.ms-options-wrap > ul {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 1px;
    background: white;
    z-index: 2000;
    border: 1px solid #aaa;
    list-style-type: none;
}

.ms-options-wrap > ul > li.optgroup {
    padding: 5px;
}
.ms-options-wrap > ul > li.optgroup + li.optgroup {
    border-top: 1px solid #aaa;
}

.ms-options-wrap > ul > li.optgroup .label {
    padding: 5px 0 0 0;
    font-weight: bold;
}

.ms-options-wrap > ul label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px;
    margin: 1px 0;
}

.ms-options-wrap > ul li.selected label,
.ms-options-wrap > ul label:hover {
    background-color: #efefef;
}

.ms-options-wrap > ul input[type="checkbox"] {
    margin-top: 0rem !important;
}

#syncmenu_tabs_main_section_content .admin__control-select{
    width: 160px !important;
  }
#syncmenu_tabs_main_section_content .save{
    background-color: #eb5202;
    border-color: #eb5202;
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  }
#syncmenu_tabs_main_section_content .upload-json-csv{
    width:38%;
    display: none;
  }
#syncmenu_tabs_main_section_content .mage-error{width:38%;}
#syncmenu_tabs_main_section_content #import{
    margin-left: 26%;
  }
#syncmenu_tabs_main_section_content .radio-box-menu{
    display: flex;
    justify-content:center;
  }

  /* Popup container - can be anything you want */
.sku_popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* The actual popup */
  .sku_popup .popuptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px 15px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    right: 5%;
  }
  
  /* Popup arrow */
  .sku_popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 10%;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  /* Toggle this class - hide and show the popup */
  .sku_popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }

#page_base_url_ms {
    min-width: fit-content !important;
}

#page_server_env {
    min-width: fit-content;
}