/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 Jan 2022, 13:53:28
    Author     : pz
*/
#custom_location_form .input-group > .select2-container--bootstrap.hidden{
	display: none !important;
}
#streetAndDateBox #datapicker,
#custom_location_form .input-group.input-group-lg{
	/*padding: 5px;*/
        padding: .5rem;
}
body.dark .select2-dropdown.select2-rppCustomLocation,
body.dark .select2-container--default .select2-rppCustomLocation .select2-search--dropdown .select2-search__field,
body.dark .select2-container--default .select2-rppCustomLocation .select2-selection--single,
body.dark #custom_location_form .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000;
}
body .select2-container--default .select2-rppCustomLocation .select2-search--dropdown .select2-search__field{
    display: none;
}
body.dark .select2-dropdown.select2-rppCustomLocation,
body.dark .select2-container--default .select2-rppCustomLocation .select2-search--dropdown .select2-search__field,
body.dark .select2-container--default .select2-rppCustomLocation .select2-selection--single,

body.dark #custom_location_form .select2-container--default .select2-selection--single,
body.dark #custom_location_form .select2-container--default .select2-selection--single .select2-selection__rendered,
body.dark #custom_location_form .select2-container--default,
body.dark #custom_location_form .select2-selection--multiple,
body.dark #custom_location_form .select2-dropdown,
body.dark #custom_location_form .select2-container--default .select2-search--dropdown .select2-search__field,
body.dark #custom_location_form .select2-container--default .select2-selection--multiple,
body.dark #custom_location_form .select2-container--default .select2-selection--multiple .select2-selection__choice,

body.dark .select2-container--default .select2-rppCustomLocation .select2-selection--multiple,
body.dark #custom_location_form .select2-container--default .select2-selection--multiple,
  
body.dark #custom_location_form .input-group.input-group-lg .select2-container--default .select2-selection--single,
body.dark #custom_location_form .input-group.input-group-lg .select2-dropdown{
    /*color: #000;*/
    background-color: #fff;
    border-color: #fff;
}
#rppCustomLocationTimeBox .select2.select2-container.select2-container--default{
	width: 80% !important;
	max-width: 100% !important;
}
#rppCustomLocationBox .select2.select2-container.select2-container--default{
	width: 100% !important;
	max-width: 100% !important;
}

@media (min-width: 768px) {
	.private-page.basic .strx-form{
            max-width: 70%;
	}
        #rppCustomLocationBox .select2.select2-container.select2-container--default{
            /*width: auto !important;*/
            max-width: 400px !important;
	}
	.private-page.basic #rppCustomLocationTimeBox .select2.select2-container.select2-container--default{
            width: auto !important;
            /*width: 250px !important;*/
	}
}
#custom_location_form .select2{
	/*max-width: 100%;*/
}
/*#custom_location_form .select2-selection,*/
#custom_location_form .select2-selection__rendered{
/*	display: inline-block;
    font-weight: 400;
    color: #d3d3d3;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	
	background: rgba(255,255,255,1);
	padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;*/
}
/*.select2-container--default .select2-results__option--highlighted[aria-selected]*/
.select2-results__option[aria-selected=false],
.select2-container--default .select2-results__option[aria-disabled=true],
#select2-rppCustomLocation-results .select2-results__option[aria-selected=false],
#select2-rppCustomLocation-results .select2-container--default .select2-results__option[aria-disabled=true]{
	color: #444;
}

#custom_location_form .select2-container--default .select2-selection--single .select2-selection__arrow b{
	/*border-color: #fff transparent transparent transparent;*/
}
.select2-container--default .select2-results__option[aria-selected=true]{
	background-color: rgba(125,125,125,.5);
	color: #444;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected=true]{
	background-color: var(--custom-color);
	color: #fff;
}
body.dark .select2-container--default .select2-results__option--highlighted[aria-selected=true]{
	color: #000;
}
.select2-container--default .select2-results__option[aria-disabled=true]{
	opacity: .5;
}
.select2-container.select2-container--open{
	z-index: 2;
}
body.private-page.plugin .select2-container.select2-container--open{
	z-index: 9;
}

#rppCustomLocationBox.input-group-lg .select2-container--bootstrap .select2-selection--single,
/*//.select2-container--default,*/
/*.select2-selection--single,*/
#rppCustomLocationTimeBox.input-group-lg .select2-container--bootstrap .select2-selection--single{
/*    font-size: 1.25rem;
    line-height: 1.5rem;
    height: 47px;
    border-radius: 0.3rem;
    background: #fff;
    border: 1px solid #fff;*/
}
#rppCustomLocationTimeBox.input-group-lg .select2-container--bootstrap .select2-selection--single{
	/*font-size: 1.10rem;*/
}

body.rpp_custom_location #datapicker.strx-datepicker-widget.hidden{
    display: none !important;
}
#custom_location_form .select2-container--default,
body #custom_location_form .input-group.input-group-lg .select2-container--default .select2-selection--single{
    border-radius: .3rem;
}
