.open-table-widget-datepicker .datepicker-panel > ul > li {
    color: #000;
}

.open-table-widget-datepicker .datepicker-panel > ul > li.muted,
.open-table-widget-datepicker .datepicker-panel > ul > li.muted:hover {
    color: #000;
}
.open-table-widget-datepicker .datepicker-panel > ul > li.disabled:hover {
    color: #000;
}
.open-table-widget-datepicker .datepicker-panel > ul > li[data-view='years prev'],
.open-table-widget-datepicker .datepicker-panel > ul > li[data-view='year prev'],
.open-table-widget-datepicker .datepicker-panel > ul > li[data-view='month prev'],
.open-table-widget-datepicker .datepicker-panel > ul > li[data-view='years next'],
.open-table-widget-datepicker .datepicker-panel > ul > li[data-view='year next'],
.open-table-widget-datepicker .datepicker-panel > ul > li[data-view='month next'],
.open-table-widget-datepicker .datepicker-panel > ul > li[data-view='next'] {
    color: #999;
}

.open-table-widget-datepicker .datepicker-panel > ul > li[data-view='years current'],
.open-table-widget-datepicker .datepicker-panel > ul > li[data-view='year current'],
.open-table-widget-datepicker .datepicker-panel > ul > li[data-view='month current'] {
    color: #999;
}
.open-table-widget-datepicker .datepicker-panel > ul[data-view='week'] > li,
.open-table-widget-datepicker .datepicker-panel > ul[data-view='week'] > li:hover {
    color: #999;
}

/* Reseller Add another column */
div#wwlc-registration-form {
column-count: 2;
column-gap: 70px;
}

/* Reseller Adjust the country field top margin
p#wwlc_country_field{
margin-top: 70%;
} */

/* Reseller Adjust the country field dropdown size*/
#wwlc-registration-form span.select2-selection{
width:70%;
}

/* Reseller Adjust the field size and color */
#wwlc-registration-form .input-text.wwlc_form_field{
width: 100%;
/* height: 60px; */
display: block;
padding: 10px 20px;
margin: 0;
font-family: "Lato", Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: 400;
letter-spacing: 0;
text-transform: none;
line-height: 24px;
color: rgba(234,234,234,0.6);
background-color: transparent;
border: 2px solid rgba(234,234,234,0.2);
-webkit-appearance: none;
-moz-appearance: none;
transition-property: color, background-color, border-color, box-shadow;
transition-duration: 0.4s;
transition-timing-function: ease;
}

/* Reseller Registration Form Button */
#wwlc-registration-form .form-control.button.button-primary{
display: inline-block;
position: relative;
padding: 10px 40px;
font-family: "Quicksand", Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 24px;
white-space: nowrap;
vertical-align: top;
cursor: pointer;
outline: 0;
color: #eaeaea;
background-color: transparent;
border: 2px solid #c84646;
    border-top-color: rgb(200, 70, 70);
    border-right-color: rgb(200, 70, 70);
    border-bottom-color: rgb(200, 70, 70);
    border-left-color: rgb(200, 70, 70);
border-radius: 3px;
transition: all 0.4s ease 0s;
}

/* My Account Page Space FIX */
div .fy-wrap{
	padding-top: 120px;
}

/* Reseller Registration Form */
.form-control {
	padding: 5px;
}

/* Reseller Registration Page Form Space */
.fy-content p {margin-bottom: 5px;
}

/* Reseller Selection Object Form */
.wwlc_form_field {
	height: 40px;
	min-height: 35px;
}

/* Menu Pic Gallery Collumns */
.fy-content > ul, .fy-content > ol, [class*="wp-block"] > ul, [class*="wp-block"] > ol {
	display: flex;
	padding-left: 40px;
	margin-bottom: 40px;
	list-style-position: outside;
	font-size: inherit;
}

/* Reseller Country Object Form changes 2024 */

#wwlc_country_field .select2-container {
  box-sizing:border-box;
  display:inline-block;
  margin:0;
  position:relative;
  vertical-align:middle
}
#wwlc_country_field .select2-container .select2-selection--single {
  box-sizing:border-box;
  cursor:pointer;
  display:block;
  height:40px;
  margin:0 0 -4px;
  user-select:none;
  -webkit-user-select:none
}
#wwlc_state_field .select2-container .select2-selection--single {
  box-sizing:border-box;
  cursor:pointer;
  display:block;
  height:40px;
  margin:0 0 -4px;
  user-select:none;
  -webkit-user-select:none
}
#wwlc_country_field .select2-container .select2-selection--single .select2-selection__rendered {
  display:block;
  padding-left:10px;
  padding-right:20px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
#wwlc_country_field .select2-container .select2-selection--single .select2-selection__clear {
  position:relative
}
#wwlc_country_field .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right:10px;
  padding-left:20px
}
#wwlc_country_field .select2-container .select2-selection--multiple {
  box-sizing:border-box;
  cursor:pointer;
  display:block;
  min-height:32px;
  user-select:none;
  -webkit-user-select:none
}
#wwlc_country_field .select2-container .select2-selection--multiple .select2-selection__rendered {
  display:inline-block;
  overflow:hidden;
  padding-left:8px;
  text-overflow:ellipsis;
  white-space:nowrap
}
#wwlc_country_field .select2-container .select2-search--inline {
  float:left;
  padding:0
}
#wwlc_country_field .select2-container .select2-search--inline .select2-search__field {
  box-sizing:border-box;
  border:none;
  font-size:100%;
  margin:0;
  padding:0
}
#wwlc_country_field .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance:none
}
#wwlc_country_field .select2-dropdown {
  background-color:#444;
  border:1px solid #aaa;
  border-radius:4px;
  box-sizing:border-box;
  display:block;
  position:absolute;
  left:-100000px;
  width:100%;
  z-index:1051
}
#wwlc_country_field .select2-wwlc_country-results {
color:#000;
}
.select2-container--default .select2-results__option {
  color:#777;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color:#777;
  color:#fff
}
/* Reseller Form Space */
div#wwlc-registration-form label{
padding-top:55px;
}
