/*MODALE INFO */

.info_modal_container {
    position: fixed;
    top:0;
    left:0;
    height:100%;
    width: 100%;
    z-index:101;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, visibility 0s 0.5s;
    color: white;
}
.info_modal_container .content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
}
.info_modal_container.active {
    opacity: 0.85;
    visibility: visible;
    transition: opacity 0.5s;
}
.info_modal_container tr,.info_modal_container td,.info_modal_container th {
    padding: 5px;
    border: 1px solid white;
}

.dimp_home_container .sticky-panel {
    position: -webkit-stick;
    position: sticky;
    top: calc(var(--navbar-height) + var(--admin-nav-height) + 10px);
    margin-bottom: 50px;
    }


.sticky-panel a.dimp_home_btn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 16px 18px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-right: 30px;
    min-height: 90px;
}

a.dimp_home_btn.btn_add {
    background: rgb(255, 178, 54);
}

a.dimp_home_btn.btn_manage {
    background: rgb(50, 152, 43);
}

a.dimp_home_btn.btn_show {
    background: rgb(114, 85, 144);
}
a.dimp_home_btn.btn_verify {
    background: #2552de;
}

.sticky-panel a.dimp_home_btn:hover,
a.dimp_home_btn.btn_manage:hover,
a.dimp_home_btn.btn_show:hover,
a.dimp_home_btn.btn_verify:hover {
    background: #3d3d3d;
}

.dimp_blu_container {
    background: #ebf4f9;
    border-radius: 14px;
    padding: 20px;
    margin: 2% 0%;
}

.list-wrap ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
  }

  

 .list-wrap li {
    padding-left: var(--icon-space);
    font-size: 14px;
}

  
.list-wrap li:before {
    content: "\f0da ";
    color: #01c0ed;
    font-size: 16px;
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
  }


/*--------------PAGINA RICERCA --------------------*/
.page-template-template_search_dimp input::-webkit-outer-spin-button,
.page-template-template_search_dimp input::-webkit-inner-spin-button,
.page-template-template_manage_dimp input::-webkit-outer-spin-button,
.page-template-template_manage_dimp input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.page-template-template_manage_dimp input[type=number],
.page-template-template_search_dimp input[type=number] {
    -moz-appearance:textfield;
}


.open_info_modal{
    cursor:pointer;
}
.dimp_filter_container {
    background: #ebf4f9;
    border-radius: 14px;
    padding: 20px;
    margin: 2% 5%;

}

.dimp_results_container, .dimp_page_container.manage_dimp, .dimp_page_container.new_edit_dimp, .dimp_page_container.single_dimp, .dimp_home_container{
    margin: 2% 5%;

}

.bw-text-panel.title--underlined.--full-underlined h4 {
    color: #029af0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}



.dimp_filter_container input:not(input[type="submit"]), .dimp_filter_container select {
    color: #4d4d4d;
    background-color: #fff;
    border: 1px solid rgba(33, 33, 33, .32);
    border-radius: 4px;
    width: 100%;
    padding: 12px;
}

.dimp_filter_container input:active, .dimp_filter_container select.active{
    border-color: var(--bwc-primary);
    outline: none;
    background: #f7f7fa;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.dimp_filter_container form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    align-content: center;
}

.dimp_filter_container form label {
    width: 23.9%;
    margin-bottom: 1%;
    font-size: 14px;
    margin: 8px 8px;
    font-weight: 600;
}

.dimp_filter_container input[type="submit"], .add_request_container a {
    border-color: #20c997;
    color: #ffffff;
    background: #20c997;
    border-radius: 5px;
    font-family: Montserrat;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 20px;
    line-height: 18px;
}

.add_request_container a {
    font-size: 18px;
    padding: 25px 30px;
    line-height: 18px;
}

.text-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    gap: 1%;
}

.loop_dimp_container {
    display: flex;
    width: 32.6%;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 3px 1px 1px #efefef;
    border: 1px solid #efefef;
    cursor: pointer;
    margin-bottom: 20px;
}

.loop_dimp_container:hover{
    background: #ebf4f9;
    box-shadow:1px 3px 1px 1px #029af0;
}

.loop_dimp_title a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.loop_dimp_title span.title {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #029af0;
    width: 100%;
    margin-bottom: 10px;
}

.pagination_container {
    display: block;
    width: 100%;
}


.back_to_dimp_manager_btn a {
    border-color: #343434;
    color: #ffffff;
    background: #343434;
    border-radius: 5px;
    font-size: 14px;
    font-family: Montserrat;
    text-align: center;
    text-transform: uppercase;
    height: 45px;
    padding: 10px 20px;
    line-height: 25px;
    margin-right: 10px;
}



.dimp_filter_container input[type="submit"]:hover, .add_request_container a:hover {
    border-color: #343434;
    color: #ffffff;
    background: #343434;
}


a.dimp_filter_reset {
    text-decoration: underline;
    margin-left: 10px;
}



/*--------------RICHIESTE DIMP---------------*/

.add_request_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.objects_title {
    margin-bottom: 30px;
}

.object_list_header, .single_object{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;

}

.object_list_header {
    background: #4a4a4a;
    border-radius: 8px 8px 0 0;
    padding: 0 10px;
}

.object_list_header div {
    flex-basis: 33%;
    color: #fff;
    border-right: 1px solid #2e2e2e;
    text-transform: uppercase;
    padding: 8px 0px;
}


.object_list .obj_title, .object_list .obj_status, .object_list .obj_actions {
    flex-basis: 33%;
    text-align: left;
    margin-left: 1px;
}

.obj_status {
    font-size: 14px;
    font-weight: 600;
}

.single_object {
    background: #fff;
    padding: 10px;
}

.single_object:nth-child(even) {
    background-color: #ebf4f9;
    border: 1px solid #ebf4f9;
}



.obj_actions {
    display: flex;
    gap: 10px;
}

a.ask_edit {
    background: #01c0ed;
    padding: 5px 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
}

a.ask_delete {
    background: #dc3545;
    padding: 5px 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
}



.page-template-template_manage_dimp .acf-fields > .acf-field {

    border-top-color: transparent;

}



.page-template-template_manage_dimp input[type=checkbox] {

    -webkit-appearance: checkbox;

    -moz-appearance: checkbox;

    appearance: checkbox;

}



.acf-field-6738a6eb0acad input[type=file] {

    display: block;

}



a.back_to_backend {

    background: orange;

    margin-left: 20px;

}

.page-template-template_manage_dimp input[type="checkbox"]{
    display: inherit;
}



/*EDIT REQUEST*/

.request_done {

    font-weight: 600;

    text-align: center;

    font-size: 25px;

    line-height: 30px;

    margin-bottom: 30px;

}



.back_to_dimp_manager_btn {

    display: flex;

    margin-bottom: 20px;

}

.acf-form-fields {

    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

    width: 100%;

}

.acf-field.acf-accordion {

    width: 100%;

    margin-bottom: 15px !important;

    background: transparent;

    border: none;

}

.acf-field.acf-accordion .acf-label.acf-accordion-title, .acf-field.acf-field-message {

    text-align: left;

    background: #01c0ed url(/wp-content/themes/biscuitway/assets/images/hero-bg.jpg) top left / cover;

    padding: 14px !important;

    color: #ffffff;

    margin-bottom: 0px!important;

}

.acf-field.acf-accordion .acf-label.acf-accordion-title label, .acf-field.acf-field-message label {

    font-size: 20px;

    line-height: 20px;

    font-family: Merriweather, sans-serif; 

}



.acf-field.acf-accordion .acf-input.acf-accordion-content .acf-fields {

    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

}



.acf-accordion .acf-accordion-content .acf-fields > .acf-field {

    width: 32.7%;

    display: flex;

    flex-direction: column;

    flex-wrap: nowrap;

    background: #ebf4f9;

    justify-content: flex-start;

    margin: 0.3%;

  }

.acf-field-6738a6bf0acaa .acf-accordion-content .acf-fields > .acf-field {

    width: 49.4%;

}
.acf-field-6738a6bf0acaa .acf-accordion-content .acf-fields > .acf-field.acf-field-68761b1c68437{
    width: 100%;
}



.acf-accordion .acf-accordion-content .acf-fields > .acf-field  .acf-label label {

    font-weight: 600;

    font-size: 14px;

}



.acf-field p.description, .acf-field .acf-label label {

    margin: 0!important;

}

.ui-sortable .acf-fields.-left > .acf-field:before, .ui-sortable .acf-fields .acf-field {

    width: 100%;

}

.ui-sortable .acf-fields.-left > .acf-field > .acf-label {

    width: 100%;

}



ul.ui-sortable.acf-radio-list li label, ul.ui-sortable.acf-checkbox-list li label{

    display: flex;

    align-items: center;

    margin-bottom: 5px;

}

.acf-form-submit {

    display: flex;

    justify-content: flex-end;

    align-content: center;

    padding: 30px 0px;

}

.new_request_container .acf-repeater .acf-actions .acf-button, .acf-button  {

    color: #ffffff;

    background: var(--bs-teal);

    border-radius: 5px;

    font-size: 14px;

    font-family: Montserrat;

    text-align: center;

    text-transform: uppercase;

    padding: 10px 20px;

    line-height: 25px;

    float: none;

    border: none;

}

table.acf-table .acf-field.acf-field-text, table.acf-table .acf-field.acf-field-textarea {

    width: 100% !important;

}

table.acf-table .acf-field.acf-field-text input, table.acf-table .acf-field textarea {

    /*background: #efefef;*/

}

table.acf-table .acf-field.acf-field-6738ccbf70044.acf-field-text input{background: #fff;}



.acf-accordion .acf-accordion-content .acf-fields > .acf-field.acf-field-6875323c98d9d{
    width: 100%;
}
.acf-accordion .acf-accordion-content .acf-fields > .acf-field.acf-field-68761637b1b34{
    width: 66%;
}
.acf-repeater .acf-row.acf-clone {
    display: none !important;
}
.acf_repeater_trash.acf-button{
    background: red;
    color: white;
    display: block;
}
.acf-row-handle.remove{
    display: none !important;
}





/*-----------PAGINE INTERNA---------------*/

.dimp_page_container.single_dimp .list-wrap.d-flex {

    flex-wrap: wrap;

    align-content: center;

    margin-top: 15px;

}

.dimp_page_container.single_dimp .list-wrap .flex-item {

    width: 33%;

    padding: 0 10px 30px;

    margin-bottom: 10px;

    border-bottom: 1px solid #efefef;

}

.box-model--small {

    box-shadow: 0px 3px 1px 1px #efefef;

}

.dimp_page_container.single_dimp .list-wrap .flex-item.list {

    width: 100%;

}

.dimp_page_container.single_dimp .list-wrap .flex-item.list ul li {

    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

    align-content: center;

    align-items: center;

    width: 100%;

    gap: 5px;

}