{#
framework/_select_entity_modal_css.html.twig
==========================================================================
Entity-picker modal: form header, selectize control, item rows
De-duplicated from 2 templates. Lifted VERBATIM — same rules, same order — and
each call site keeps the include AT THE POSITION its <style> occupied, so the
cascade is unchanged. This is a de-duplication, not a restyle.
The block is STATIC (no Twig interpolation), so unlike the per-company theme
block it depends on nothing in the surrounding context.
SIBLING VARIANTS EXIST: none
Those are byte-different blocks styling the same area. They are deliberately
separate: they do not share their rule blocks, so folding them into one file
would change what some pages render. Do not merge them without diffing first.
==========================================================================
#}
<style>
.modal div[class*="col-md"], .modal div[class*="col-lg"], .modal div[class*="col-xs"], .modal div[class*="col-sm"] {
margin-bottom: 0px;
}
.d-flex
{
display: flex;
}
#selectEntityModal {
/*box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);*/
/*border-radius: 12px;*/
}
#selectEntityModal .modal-body {
padding: 0 1rem;
}
#selectEntityModal p {
margin-bottom: .5rem;
}
#selectEntityModal .selectize-control {
min-width: 100%;
}
#selectEntityModal .selectize-input.items {
border: 1px solid #d0d0d0;
padding: 8px 8px;
display: inline-block;
width: 100%;
overflow: hidden;
position: relative;
z-index: 1;
box-sizing: border-box;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
border-radius: 3px;
}
#selectEntityModalForm {
/*max-width: 500px;*/
background-color: #ffffff;
/*margin: 40px auto;*/
padding: 40px;
box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
/*border-radius: 12px;*/
}
#selectEntityModalForm .form-header {
gap: 5px;
text-align: center;
font-size: .9em;
}
#selectEntityModalForm .form-header .stepIndicator {
position: relative;
flex: 1;
padding-bottom: 30px;
}
#selectEntityModalForm .form-header .stepIndicator.active {
font-weight: 600;
}
#selectEntityModalForm .form-header .stepIndicator.finish {
font-weight: 600;
color: #009688;
}
#selectEntityModalForm .form-header .stepIndicator::before {
content: "";
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
z-index: 9;
width: 20px;
height: 20px;
background-color: #d5efed;
border-radius: 50%;
border: 3px solid #ecf5f4;
}
#selectEntityModalForm .form-header .stepIndicator.active::before {
background-color: #a7ede8;
border: 3px solid #d5f9f6;
}
#selectEntityModalForm .form-header .stepIndicator.finish::before {
background-color: #009688;
border: 3px solid #b7e1dd;
}
#selectEntityModalForm .form-header .stepIndicator::after {
content: "";
position: absolute;
left: 50%;
bottom: 8px;
width: 100%;
height: 3px;
background-color: #f3f3f3;
}
#selectEntityModalForm .form-header .stepIndicator.active::after {
background-color: #a7ede8;
}
#selectEntityModalForm .form-header .stepIndicator.finish::after {
background-color: #009688;
}
#selectEntityModalForm .form-header .stepIndicator:last-child:after {
display: none;
}
#selectEntityModalForm input {
padding: 15px 20px;
width: 100%;
font-size: 1em;
border: 1px solid #e3e3e3;
border-radius: 5px;
}
#selectEntityModalForm input:focus {
border: 1px solid #009688;
outline: 0;
}
#selectEntityModalForm input.invalid {
border: 1px solid #ffaba5;
}
#selectEntityModalForm .step {
display: none;
}
#selectEntityModalForm .form-footer {
overflow: auto;
gap: 20px;
}
#selectEntityModalForm .form-footer button {
background-color: #1d5b9e;
border: 1px solid #1d5b9e;
color: #ffffff;
border: none;
padding: 13px 30px;
font-size: 1em;
cursor: pointer;
border-radius: 5px;
flex: 1;
margin-top: 5px;
}
#selectEntityModalForm .form-footer button:hover {
opacity: 0.8;
}
#selectEntityModalForm .form-footer #promptInfo_prevBtn {
background-color: #fff;
color: #009688;
}
.box-selector {
padding: 10px 4px;
cursor: pointer;
}
.box-selector .inside {
padding: 5px;
border-radius: 5px;
-webkit-box-shadow: 10px 10px 48px -24px rgba(14, 26, 87, 1);
-moz-box-shadow: 10px 10px 48px -24px rgba(14, 26, 87, 1);
box-shadow: 10px 10px 48px -24px rgba(14, 26, 87, 1);
}
.box-selector .inside input {
cursor: pointer
}
.box-selector .inside textarea {
text-align: center;
cursor: pointer;
width: 100%;
border: none;
resize: none;
font-size: 14px;
color: #1d5b9e;
font-weight: bold;
}
.box-selector.sch_selector_mon .inside,
.box-selector.sch_selector_day .inside
/*.box-selector.sch_selector_time .inside*/
{
padding: 10px 5px;
}
.box-selector.sch_selector_time .inside {
padding: 4px 5px;
}
.step .view_if_has_schedules {
display: none;
}
.box-selector.active:not(.man_sch_selector) .inside {
border: 2px solid #1d5b9e;
-webkit-box-shadow: 10px 10px 24px -3px rgba(29, 91, 158, 1);
-moz-box-shadow: 10px 10px 24px -3px rgba(29, 91, 158, 1);
box-shadow: 10px 10px 24px -3px rgba(29, 91, 158, 1);
}
.box-selector.active.man_sch_selector .inside {
border: 2px solid #1d5b9e;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.box-selector.sch_selector_mon.active .inside,
.box-selector.sch_selector_day.active .inside,
.box-selector.sch_selector_time.active .inside {
border: 2px solid #1d5b9e;
-webkit-box-shadow: 4px 7px 24px -3px rgba(29, 91, 158, 1);
-moz-box-shadow: 10px 10px 24px -3px rgba(29, 91, 158, 1);
box-shadow: 4px 7px 24px -3px rgba(29, 91, 158, 1);
}
.box-selector .img {
margin-left: 5px;
}
.box-selector .title {
text-align: center;
font-size: 13px;
margin-top: auto;
margin-bottom: auto;
}
.box-selector.paymentMethodSelectorBtn .title {
text-align: center;
margin-bottom: 1px;
font-size: 14px;
}
.box-selector .sub-title {
font-size: 12px;
color: grey;
}
#selectEntityModal .routineTable {
text-align: left;
vertical-align: middle;
}
#selectEntityModal .routineTable .icon-delete {
color: darkred;
font-weight: bold;
}
#selectEntityModal .routineTable .icon-delete .fa {
padding: 10px;
border-radius: 39px;
border: 1px solid #eddcdc;
width: 34px;
height: 34px;
text-align: center;
}
#selectEntityModal .routineTable .icon-check {
color: green;
font-weight: bold;
}
#selectEntityModal .routineTable .icon-check .fa {
opacity: 0.1;
}
#selectEntityModal .routineTable .icon-check.isChecked .fa {
opacity: 1;
}
#selectEntityModal .routineTable .icon-check .fa {
padding: 10px;
border-radius: 39px;
border: 1px solid #eddcdc;
width: 34px;
height: 34px;
text-align: center;
}
#selectEntityModal .routineTable {
text-align: left;
vertical-align: middle;
}
#selectEntityModal .routineTable .icon-delete {
color: darkred;
font-weight: bold;
}
#selectEntityModal .routineTable .icon-delete .fa {
padding: 10px;
border-radius: 39px;
border: 1px solid #eddcdc;
width: 34px;
height: 34px;
text-align: center;
}
#selectEntityModal .routineTable .icon-check {
color: green;
font-weight: bold;
}
#selectEntityModal .routineTable .icon-check .fa {
opacity: 0.1;
}
#selectEntityModal .routineTable .icon-check.isChecked .fa {
opacity: 1;
}
#selectEntityModal .routineTable .icon-check .fa {
padding: 10px;
border-radius: 39px;
border: 1px solid #eddcdc;
width: 34px;
height: 34px;
text-align: center;
}
</style>