.Choices__choice.btn-default {
    background-color: #fff;
    color: #171717; /* Sets the text color to white */
    border: 1px solid #ebebeb; /* Sets the border color to white */
}


div.GuidedModeInstructions__container {
padding-bottom: 0px !important;
}

.editor figure, .editor>figure{
Display: inline-flex!important;
}


.Select-control{
    background-color: black;
    border: 1px solid #ebebeb;
}

.is-searchable .Select-control{
     background-color: rgb(255 255 255 / 0%)!important;
    
}
.Select-option { 
    background-color: white ;
    
}

.Select-menu-outer { 
    border: 1px solid #ebebeb;
    
}


@media screen and (min-width: 60rem){
.GuidedModeInstructions__container, .body--nobranding .GuidedModeInstructions__container {
     justify-content: start;
}}

.Select-menu {
    border-style: solid;
    border-color: #ebebeb;
    border-radius: 0px 0px 4px 4px;
  
  
