:root{
  --sidebarWidth: 200px;
  --filterWidth: 350px;
  --bgColor: #fff;
  --primoColore: #F5F6F7;
  --secondoColore: #8FBADB;
  --terzoColore: #25a79e;
  --quartoColore: #333;
  --quintoColore: #000;
  --bs-body-font-size: 0.8rem;
}
.btn{--bs-btn-font-size: 0.88rem;}
.dropdown-menu {--bs-dropdown-font-size: 0.88rem;}
.dropdown-header{font-size:85%;}
.form-select{font-size:var(--bs-body-font-size);}
.row{--bs-gutter-x: 1rem;}
html, body {padding:0px;} 
body{
	color:#333;
	background: var(--primoColore);
  font-weight:400;
}
#wrapper{padding-top:55px;}
.hidden{display:none !important;}
.form-group{position:relative;}
.form-control {font-size:var(--bs-body-font-size);}
.form-control-lg {font-size:calc(var(--bs-body-font-size) * 1.2);}
.loader {
  position: fixed !important;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.1);
  z-index: 1200;
  backdrop-filter: blur(5px);
}
a, button{cursor:pointer !important}
.btn{position:relative;font-weight:500}
.btn .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background: red;
  color: white;
}
a{font-weight:500;text-decoration:none;}
.modelTitle{color:var(--quartoColore);font-weight:600;}
.card{display:block;}
.nowrap {white-space:nowrap !important;}

.navbar {background:var(--quintoColore);}
.navbar .nav-link{color:rgba(255,255,255,0.7);transition:all 0.3s ease-in-out;padding:5px 12px !important;font-weight:300}
.navbar .nav-link i{padding-right:3px;}
.navbar .nav-link:hover{color:rgba(255,255,255,1);}

/* MODAL */
.modal-fullscreen{width:95vw;height:90vh;margin:auto;margin-top:2vh;}
.modal-processing{z-index:2000;position:fixed;top:0px;left:0px;width:100%;height:100vh;background:rgba(255,255,255,0.5);}
.modal-header{display:block;padding:10px 15px 5px;background:var(--terzoColore);color:var(--primoColore);}
.modal-header h6{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;}
.modal-header .nav-link{
  --bs-nav-link-color: var(--bs-light);
}
.modal-header .nav-link.active{
  --bs-nav-link-color: var(--bs-warning);
}
.modal-title {white-space:nowrap;text-overflow: ellipsis;overflow:hidden;}
.modal-body {background: var(--primoColore);min-height:50vh;}
.modal-header .close {opacity:0.5;}
.modal-header .close:focus, .close:hover {opacity:0.2;} 

/* FINE MODAL*/
.loader .panel {width:250px;margin:0px auto;margin-top:0px;text-align:center;background:#ffc107;padding:15px 25px;}


/* FIELDS */  
.select2-container--default .select2-selection--single {border:1px solid #ced4da;height:38px;padding-top:3px;}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {font-size:1rem;width:32px;line-height:32px;height:32px;}
.form-floating .select2-container--bootstrap-5 .select2-selection {min-height:59px;padding: 1rem 0.75rem;}
.form-floating .select2-container--bootstrap-5 .select2-selection>.select2-selection__rendered {margin-top: 0.6rem;}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{z-index:1;}
.select2-container--bootstrap-5 .select2-selection {border-radius:0.375rem;font-size:var(--bs-body-font-size)}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{font-size:var(--bs-body-font-size)}
.select2-results__group p{margin:0px;padding:0px 0.75rem}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option{padding:0px 0.75rem}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {font-size:var(--bs-body-font-size)}
.form-control:focus,.form-select:focus{box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25) inset;}

/* FIELDS INLINE */
.inline-input {padding-left:130px;position:relative;border:1px solid #ccc;background:#fafafa;margin-bottom: -1px !important;}
.inline-input label {position:absolute !important;top:0px;left:0px;width:130px;padding:10px;font-weight:500;line-height:0.9;color:#000;text-align:right;font-size:90%;color:#555;}
.inline-input  * {border-bottom:0px;border-top:0px;border-right:0px;border-radius:0px;}
.inline-input .checkbox {background:#fff;border-left:1px solid #ccc;height:35px;}
.inline-input .checkbox label{left:0px;width:130px !important;padding-left:0px !important;font-weight:500 !important;}
.inline-input .checkbox label::before{left:142px;top:5px;}
.inline-input .checkbox label::after{left:142px;top:5px; }
.inline-input .select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25) inset;border:none;}
.inline-input .select2-container--bootstrap-5 .select2-selection {border-radius:0px;border:none;border-left:1px solid #ccc;}
/* CHECKBOX */
.checkbox > *{cursor:pointer;}
.checkbox label {display: inline-block;position: relative;padding-left: 20px;}
.checkbox label::before {content: "";display: inline-block;position: absolute;width: 25px;height: 25px;top: 0;left: -15px;margin: 0px;border: 1px solid #ccc;border-radius: 2px;background-color: #fff;transition: border 0.15s ease-in-out, color 0.15s ease-in-out;transition: all border 0.15s ease-in-out, color 0.15s ease-in-out ease-out;}
.checkbox label::after {display: inline-block;position: absolute;width: 25px;height: 25px;line-height: 25px;left: -15px;top: 0px;margin: 0px;padding-top: 1px;font-size: 17px;text-align: center;color: #555555;}
.checkbox input[type="checkbox"] {opacity: 0;}
.checkbox input[type="checkbox"]:checked + label::after {font-family: 'FontAwesome';content: "\f00c";}
.checkbox input[type="checkbox"]:disabled + label {opacity: 0.65;}
.checkbox input[type="checkbox"]:disabled + label::before {background-color: #eeeeee;cursor: not-allowed;}
.form-group .checkbox label,.form-group .radio label {font-weight: 400;width: 100%;text-transform: none;padding-left: 5px;}


/* DataTables */
.datatable-container{position:relative;clear:both;height:calc(100vh - 70px);transition: all 0.3s;}
.datatable-div{position:absolute;top:45px;left:0;right:0;bottom:0;}
table.dataTable{table-layout:fixed;}
.dt-scroll-head {background:#ccc;}
.dataTable>:not(caption)>*>*{border-right-width:1px;}
.table>thead>tr>th {color:var(--primoColore);background:var(--quartoColore) !important;font-weight:500;text-align:left !important;}
.dtfc-top-blocker {background:var(--quintoColore) !important}
td.tdWithBtn{padding:3px !important;text-align:center;}
td.tdOptions{vertical-align: middle;overflow:visible !important;}
table.dataTable tbody tr>.dtfc-fixed-left .dropdown, table.dataTable tbody tr>.dtfc-fixed-right .dropdown {z-index:300;}
.tableModal .dataTables_filter, .dt-buttons {display:block;position: absolute;top: -40px;right: 15px;}
table.dataTable {margin-top:0px !important;}
div.dts tbody th, div.dts tbody td {overflow:hidden;text-overflow:ellipsis;}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.dataTables_scrollBody .dataTable > thead {visibility:collapse;}
.select-info{float:right;display:block;}
.select-item:nth-child(2),.select-item:nth-child(3){display:none !important;}
div.dataTables_wrapper div.dataTables_info {color:#000;font-size:93%;padding:5px 20px;overflow:hidden;text-overflow:ellipsis;}
.table-striped>tbody>tr:nth-of-type(odd)>*{color:inherit;}
.dt-info{padding:5px 10px !important;font-size:85%}
div.dt-processing{position: fixed;
  top: 20px;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  background: #ffc107;
  padding: 15px 25px;
  border-radius: 0px;
  z-index:1100;
}
div.dt-processing > div:last-child{display:none;}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 9px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
table.dataTable>tbody>tr.selected>*,table.dataTable.table-hover>tbody>tr.selected:hover>*{box-shadow: inset 0 0 0 9999px #dbf3ee !important;color:#000 !important;}
#filters1 .form-control{background:#fff;}
#filters1 .select-type {
  width: 35px;font-size:13px !important;padding:0px;
}

.dt-hasChild .expandTr i{transform: rotate(90deg);}
tr.dt-hasChild + tr > td {padding:0px;}

/* sorting */
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:before{bottom:auto;top:10px;}
table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:after{top:20px;}

/* grouping */
.dtrg-group > th {}
.dtrg-group-title{font-size: var(--bs-body-font-size);}
colgroup + tr.dtrg-level-0 + tr td {padding-left:1rem;}
colgroup + tr.dtrg-level-1 + tr td {padding-left:2rem;}
table.dataTable tr.dtrg-group th {background-color: rgba(255, 200, 0, 0.5);}
table.dataTable tr.dtrg-group.dtrg-level-1 th {background-color: rgba(255, 200, 0, 0.3);}
table.dataTable tr.dtrg-group.dtrg-level-2 th {background-color: rgba(255, 200, 0, 0.2);}
table.dataTable tr.dtrg-group.dtrg-level-3 th {background-color: rgba(255, 200, 0, 0.1);}
table.dataTable tr.dtrg-group.dtrg-level-4 th {background-color: rgba(255, 200, 0, 0.05);}
table.dataTable tr.dtrg-group.dtrg-level-5 th{background-color: rgba(255, 200, 0, 0.05);}
col{width:auto !important;}
/* DataTables */

/*DIV TABLE MODAL */
.tableModal {position:absolute;left:var(--sidebarWidth);top:50px;right:0px;bottom:0px;}

/* Filtri */
.filters{position:fixed;top:0px;width:var(--filterWidth);max-width:100%;background:#fff;height:100vh;right:-350px;z-index:1031;transition:0.6s ease all;box-shadow:none;}
.filters.open{right:0px;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.3)}
.filters-header {padding:15px 15px 0px;height:56px;background:var(--quintoColore);}
.filters-header .nav-link{border-radius:0px;}
.filters-header .nav-link.active, .filters-header .show>.nav-link {background-color: inherit;border-bottom:2px solid}
.filters-header a {color:#fff;}
.filters-body {padding:10px 15px;width:100%;height:90vh;overflow:scroll;}
/* Filtri */

@media only screen and (max-width: 767px) {
  /* Gestione responsive */
  body.toggled .panel-dt{left:var(--sidebarWidth);}
  body .sidebar{left:calc(var(--sidebarWidth) * -1);}
  body.toggled .sidebar{left:0px;}

  #wrapper.open{padding-right:1.5rem;}
  .datatable-div{top:75px;}
  .hide-responsive{display:none;}
	
  /* TABELLE */
  /*.panel-dt{position: absolute !important;left: 0px;right: 0px;bottom: 0px;}*/
  .select-info{float:none;display:block;}
  div.dt-buttons{width:auto;text-align:left;}
  div.dtsp-columns-3{max-width:100%;min-width:100%;}
  .tdGrouped{width:calc(100vw - 2rem);border-bottom: 1px solid #555}


  /* FINE TABELLE */
}

.daterangepicker .drp-calendar.right {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}

.daterangepicker .drp-calendar.right tbody {
    display: none !important;
}

.daterangepicker .drp-calendar.right thead > tr:nth-child(2) {
    display: none !important;
}

.daterangepicker .drp-calendar.right th.month {
    display: none !important;
}

.daterangepicker .drp-calendar.right .calendar-table {
    background: transparent !important;
}

.daterangepicker .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
    float: none !important;
}

.daterangepicker .drp-calendar.right .daterangepicker_input {
    position: absolute !important;
}
.huebee.is-static-open {text-align:right;}

.error{font-weight:400;font-size:11px;color:#c00;}

.list-group-flusso{border:0px;border-bottom:1px solid #ddd;border-radius:0px;padding:15px 10px;margin:0px;}
.list-group-flusso:nth-child(2n) {background:#eee;}
.table-flusso > thead > tr > th {white-space:nowrap !important;}
.table-flusso > tbody > tr > td {padding:0px;}

.col-xs-17{width:14.285714%;}
.agenda-giorno{height:100px;margin:0px;border:1px solid #ddd;padding:5px;}
.agenda-giorno-grey{border:0px;}
.cursor-pointer{cursor:pointer;}
.btn-fil.btn-success{color: #fff;background-color: #222;border-color: #222;}
.btn-fil.btn-success:hover,.btn-fil.btn-success:active,.btn-fil.btn-success:visited,.btn-fil.btn-success:focus,.btn-fil.btn-success:active:focus{color: #fff;background-color: #222;}

/* DROPZONE */
.dropzone {padding: 0;background: transparent;border: 2px dashed #999;padding-top: 20px;}
.dropzone .dz-preview {margin:0px;margin-bottom:7px;background:transparent;width:100%;min-height:1px;}
.dropzone .dz-preview.dz-file-preview .dz-image {background:none;height:0px;}
.dropzone .dz-preview .dz-details {text-align:left;padding:5px 0px;position:relative;opacity:1 !important;}
.dropzone .dz-preview .dz-image {width:auto;height:0px;}
.dropzone .dz-preview .dz-details .dz-size {font-size:inherit;}
.dropzone .dz-preview .dz-details .dz-size {margin-bottom:0px;float:right;}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {background-color:inherit;padding:0px;}
.dropzone .dz-preview .dz-progress{position:relative;left:auto;top:auto;width:100%;margin:0px !important;border-radius:0px;height:3px;background:#ddd; }


/* NESTABLE */
.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }

.dd-handle:hover { color: #2ea8e5; background: #fff; }

.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                      -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                         -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                              linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
            box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

/**
 * Nestable
 */
 .dd { position: relative; display: block; margin: 0; padding: 0; list-style: none; }

 .dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
 .dd-list .dd-list { padding-left: 30px; }
 .dd-collapsed .dd-list { display: none; }
 
 .dd-item,
 .dd-empty,
 .dd-placeholder { display: block; position: relative; margin: 0; padding: 0;}
 
 .dd-handle { display: block; height: 30px; margin: 5px 0; padding: 5px 10px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
     background: #fafafa;
  }
 
 .dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
 .dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
 .dd-item > button[data-action="collapse"]:before { content: '-'; }
 
 .dd-placeholder,
 .dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
 .dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;}
 .dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
 .dd-dragel > .dd-item .dd-handle { margin-top: 0; }
 
 /**
  * Nestable Extras
  */
 
 .nestable-lists { display: block; clear: both; padding: 30px 0; width: 100%; border: 0; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd; }
 
 #nestable-menu { padding: 0; margin: 20px 0; }
 
 #nestable-output,
 #nestable2-output { width: 100%; height: 7em; font-size: 0.75em; line-height: 1.333333em; font-family: Consolas, monospace; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box; }
 
 #nestable2 .dd-handle {
     color: #fff;
     border: 1px solid #999;
     background: #bbb;
     background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
     background:    -moz-linear-gradient(top, #bbb 0%, #999 100%);
     background:         linear-gradient(top, #bbb 0%, #999 100%);
 }
 #nestable2 .dd-item > button:before { color: #fff; }
 
 .dd-hover > .dd-handle { background: #2ea8e5 !important; }
 
 /**
  * Nestable Draggable Handles
  */
 
 .dd-content {
   display: block; 
   margin: 5px 0; 
   padding: 5px 10px 5px 40px; 
   color: #333; 
   text-decoration: none; 
   border: 1px solid #ccc;
   background: #fafafa;
 }
 
 .dd-dragel > .dd3-item > .dd3-content { margin: 0; }
 
 .dd-item > button { margin-left: 30px; }
 
 .dd-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden;
     border: 1px solid #aaa;
     background: #ddd;
     background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
     background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
     background:         linear-gradient(top, #ddd 0%, #bbb 100%);
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
 }
 .dd-handle:before { content: '≡'; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; font-weight: normal; }
 .dd-handle:hover { background: #ddd; }
  
 .sticky-table {width: 100%;overflow: scroll;padding: 0 !important;margin-bottom:30px;}
 .sticky-table table {margin-bottom: 0;width: 100%;max-width: 100%;border-spacing: 0;padding: 0 !important;border-collapse: collapse;}
 .sticky-table table tr.sticky-row th, .sticky-table table tr.sticky-row td {background-color: #fff;border-top: 0;position: relative;outline: 1px solid #ddd;z-index: 5;}
 .sticky-table table td.sticky-cell, .sticky-table table th.sticky-cell {background-color: #fff;position: relative;z-index: 10;white-space:nowrap;}
 .sticky-table table tr.sticky-row td.sticky-cell, .sticky-table table tr.sticky-row th.sticky-cell {z-index: 15;}
 .gantt-td {height:40px;width:40px;position:relative;}
 .gantt-th {width:40px;}
.gantt-attivita {position:absolute;left:0px;top:10px;width:42px;height:15px;}

.diba_row_level_0{background:#fff;}
.diba_row_level_1{background:#f5f5f5;}
.diba_row_level_2{background:#ececec;}
.diba_row_level_3{background:#e0e0e0;}
.diba_row_level_4{background:#dcdcdc;}
.diba_row_level_5{background:#d0d0d0;}

.rotate90 {transform: rotate(90deg);}

/* NOTE */
.folder-element{margin:0px 0px 5px;padding:5px 0px;}
.folder-element a{display:block;color:inherit;position:relative;padding-left:30px;}
.folder-element i{position:absolute;left:0px;top:3px;}
a.collapsed i:before{content:'\f054';}
.datepicker thead th {background-color: inherit;}
.noteSubmenu{margin-left:15px;margin-bottom:20px}
.submenuTitle{font-weight:600;font-size:110%}
.riga_nota{padding:10px 0px;border-bottom:1px solid #ccc;}

/* NOTA DETAIL */
.form-control.notaTitle{font-size:130%;color:#000;resize:none;border:0px !important;outline:none;box-shadow:none;padding:0px;width:400px;}
.form-control.notaText{resize:none;border:0px !important;outline:none;box-shadow:none;padding:0px;}
.chat{background: url('../img/chat_bg.png') repeat;background-size: 70%;padding:15px 30px 5px;margin:0px -30px}
.form-control[disabled], fieldset[disabled] {background:transparent !important;}

.megaFoto{position: fixed;
  top: 30%;
  left: 30%;
  margin-left: -10%;
  margin-top: -10%;
  height: 70vh;
  max-height:auto;
}