

body{font-size: 11px!important;}

.disabled a,
a.disabled {
    pointer-events: none;
}

a:hover {
    color: #15848F;
}

a {
    color: #1798A5;
}

.side-nav li a:not(.button) {
    color: #15848F;
}

.side-nav li a:not(.button):hover {
    color: #15848F;
}

header {
    background-color: #d34045;
    color: #333;
    /*font-size: 30px;*/
    height: 100px;
    line-height: 64px;
    padding: 16px 0px;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
}

header .header-title {
    padding-left:80px
}

legend {
    color:#15848F;
}

/* .row {
    max-width: 80rem;
}*/

.actions.columns {
    margin-top:1rem;
    border-left: 5px solid #15848F;
    padding-left: 15px;
    padding: 32px 20px;
}

.actions.columns h3 {
    color:#15848F;
}

.related table {
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.index table thead {
    height: 3.5rem;
}

.header-help {
    float: right;
    margin-right:2rem;
    margin-top: -80px;
    font-size:16px;
}

.header-help span {
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    padding: 0.25rem 0.5rem 0.375rem;
    font-size: 0.8rem;
    background-color: #0097a7;
    color: #FFF;
    border-radius: 1000px;
}

.header-help a {
    color: #fff;
}

ul.pagination li a {
    color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination li.active a {
    background-color: #DCE47E;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}
ul.pagination .disabled:hover a {
    background: none;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
    color: rgba(0, 0 ,0 , 0.54);
}

.desc:after {
    content: " \2193";
}
.asc:after {
    content: " \2191";
}

.form .error-message {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    color: rgba(0, 0, 0, 0.54);
}

.required > label {
    font-weight: bold;
}
.required > label:after {
    content: ' *';
    color: #C3232D;
}

select[multiple] {
    min-height:100px;
    background: none;
}
input[type=checkbox],
input[type=radio] {
    margin-right: 0.5em;
}

.date select,
.time select,
.datetime select {
    display: inline;
    width: auto;
    margin-right: 10px;
}

.error label,
.error label.error {
    color: #C3232D;
}

.view h2 {
    color: #6F6F6F;
}

.view .columns.strings {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
}

.view .numbers {
    background-color: #B7E3EC;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
}

.view .columns.dates {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color:#DCE47E;
    color: #fff;
}

.view .columns.booleans {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color: #8D6E65;
    color: #fff;
}

.view .strings p {
    border-bottom: 1px solid #eee;
}
.view .numbers .subheader, .view .dates .subheader {
    color:#747474;
}
.view .booleans .subheader {
    color: #E9E9E9
}

.view .texts .columns {
    margin-top:1.2rem;
    border-bottom: 1px solid #eee;
}

/** Notices and Errors **/
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
    display: block;
    clear: both;
    background-repeat: repeat-x;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.cake-debug,
.notice,
p.notice {
    color: #000000;
    background: #ffcc00;
}

.cake-error,
p.error {
    color: #fff;
    background: #C3232D;
}

pre {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin: 15px 0px;
    color: rgba(0, 0 ,0 , 0.74);
    padding:5px;
}

.cake-error .cake-stack-trace {
    margin-top:10px;
}

.cake-stack-trace code {
    background: inherit;
    border:0;
}

.cake-code-dump .code-highlight {
    display: block;
    background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
    color:#fff;
    text-decoration: underline;
}

.checks {
    padding:30px;
    color: #626262;
    background-color: #B7E3EC;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-bottom: 2em;
}

.checks h4 {
    margin-bottom: 1.5rem;
}

.checks hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.checks .success,
.checks .problem {
    margin-left: 10px;
}
.checks .success:before,
.checks .problem:before {
    line-height: 0px;
    font-size: 28px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
}

.checks .success:before {
    content: "✓";
    color: green;
    margin-right: 9px;
}

.checks .problem:before {
    content: "✘";
    color: red;
    margin-right: 9px;
}

.top-bar.expanded .title-area {
    background: #01545b;
}

.top-bar.expanded, .top-bar,.top-bar-section ul li,.top-bar-section li:not(.has-form) a:not(.button) {
    background: #e57b0d;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #308e97;
    background: #308e97;
}

.side-nav li.heading {
    color: #1798A5;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.4375rem 0.875rem;
}

#actions-sidebar {
    background: #fafafa;
}

.index table {
    margin-top: 0rem;
    border: 0;
    width: 100%;
    table-layout: fixed;
}
/*
table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: none;
    table-layout: fixed;
    width: 100%;
}

table thead {
    background: none;
}

table tr {
    border-bottom: 1px solid #ebebec;
}

table thead tr {
    border-bottom: 1px solid #1798A5;
}

table tr th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    text-align: left;
    border-bottom: 2px solid #1798A5;
}

table tr:nth-of-type(even) {
    background: none;
}
*/
fieldset {
    border: none;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

fieldset legend {
    border-bottom: 2px solid #1798A5;
    width: 100%;
    line-height: 2rem;
}

.form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: none;
}

.form button:hover, .form button:focus {
    opacity:0.8;
    background:#f5620c;
    box-shadow: none;
}

button {
    background:#f5620c;
    color:#fff;
}

div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}


.vertical-table th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    border: none;
    text-align: left;
}

.vertical-table {
    vertical-align: middle;
}

.vertical-table td {
    text-align: right;
}

.content {
    padding: 2rem;
}

/* Use 'one true layout' methods to get equal height columns */
.container {
    overflow: hidden;
    min-height: 92%; /* full height almost always */
}

/* Force equal height by overflowing */
.content,
#actions-sidebar {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
@media(max-width: 640px) {
    #actions-sidebar {
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
}

.content h3 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
}

.content h4 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #be140b;
}

.content .related h4 {
    color: #4d8f97;
    padding-bottom: 0.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 0px;
}

table td {
    vertical-align: top;
    word-break: break-all;
}

.main-nav{
    margin-top: 100px;   
    position: fixed;
    z-index: 999;
    background: #524f4f44;
    width: 92%;
    left:4%;
    top: 0px;
   
    }
.main{padding-top:50px;}
.notaattiva{opacity: 1!important;}

.accordion>.card .card-header{background-color: #feb24252;margin-bottom: 0px;}
.card-body{
    padding: 0.6rem 1rem;
    border-bottom:1px solid rgba(0,0,0,.125);
}
.card-body .text-red{
    color:red;
    
}
 /*select{min-height: 3rem;}*/
    .screen-reader-text {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .search-form {
        width: 20%;
        float: left;
        padding-right: 20px;
        margin-top: 15px;
    }
    .search-term {
        width: 100%;
        margin: 0 0 5px 0;
    }
    .search-terms {
        display: table;
        margin: 0 0 10px 0;
    }
    .search-filters {
        overflow: hidden;
        margin: 0 0 10px 0;
        background: #eee;
        padding: 10px;
    }
    .search-filters-title {
        font-weight: 700;
        font-size: 1.2em;
        margin: 0 0 10px 0;
    }
    .filter-group {
        margin: 0 0 10px 0;
        clear:both;
    }
    .cloned-filters {
        display: none; 
    }
    .search-results {
        width: 80%;
        float: right;
        padding-bottom: 100px; /* just scrolling space */
    }


    /*@media (max-width: 1000px) {
        body {
            width: 90%;
        }
    }*/

    @media (max-width: 1024px) {
        body,
        .search-form,
        .search-results {
            width: 100%;
        }
        .search-form {
            padding: 0;
        }
        .search-terms {
            display: table;
            width: 100%;
            margin: 0;
        }
        .search-terms > div {
            display: table-row; 
        }
        .search-terms > div > span {
            display: table-cell;
        }
        .search-term-wrap {
            padding-right: 10px;
        }
        .search-button {
            width: 100%;
        }
        .search-filters-title {
            color: #ff5000;
            text-decoration: underline;
            cursor: pointer;
            margin: 0;
        }
        .search-filters.pinned {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: rgba(0, 0, 0, 0.2);
        }
        .filter-group {
            display: none;
        }
        .filter-explanation {
            display: none;  
        }

        .filters-open .filter-group,
        .filters-open .filter-explanation {
            display: block; 
        }
        .filters-open .search-filters-title {
            margin: 0 0 10px 0;
        }
    }
    
    .has-feedback .form-control-feedback{
        position: absolute;
        top: 15px;
    }
    
    .search-results table th{text-align: center;}
    
    @media (min-width: 1440px){
        .container {
            max-width: 1340px;
        }
    }
    @media (min-width: 1600px){
        .container {
            max-width: 1440px;
        }
    }
    
    .table-striped>tbody>tr.riganota:nth-child(even)>td{
        background-color: #f9f9f9;
    }
    .table-striped>tbody>tr.riganota:nth-child(odd)>td{
        background-color: #ffffff;
    }
    tr.riganota>td{border-top: 1px solid #fff!important;}
    tr.riganota>td div.card-body {
        padding: 0.3rem;
        border:none;
        background-color: #fefefb!important;
    }
    
    tr.inevidenza{background-color: #ff7919!important; }
    tr.inevidenza>td{background-color: transparent!important; }
    
    tr.checkpayment{background-color: #fdf961!important; }
    tr.checkpayment>td{background-color: transparent!important; }
    
    .checkbox{padding-left:0px!important;}
    .checkbox label{display: inline-block!important;    border: none!important;}
    .checkbox input[type=checkbox]{box-shadow: none;margin-left:0px!important;width:30px!important;}
    
        #tbl td{word-break: break-word;}
    .testatabolla tbody tr:nth-of-type(odd) {
    background-color: rgb(254, 254, 172)!important;
}
tr.righetestata  td {
    background-color:#ffffdf!important;
}

tr.testatabolla  th {
    background-color:#eeeeee!important;
}

tr.righebolla{
    width: 98%;
    margin: 1%;
}

tr.expired td{
    background-color:#ff3c5e!important;
    color:white;
}


tr.toexpire td{
    background-color:pink!important;
    
}


tr.green  td {
    background-color:#ccf9cc!important;
}

.legenda {
  float: left;
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
}

.squareexpired {
  background: #ff3c5e;
}

.squarepink {
  background: pink;
}

.squareyellow{
    background: #fefeac;
}
.squarelightyellow{
    background: #fdf961;
}
.squaregreen{
    background: #a6ffa5;
}

@media (min-width: 1600px){
.container {
    max-width: 1480px!important;
}
}
@media (min-width: 1920px){
.container {
    max-width: 1760px!important;
}
}
    
.custom-radios div {
	 display: inline-block;
}
 .custom-radios input[type="radio"] {
	 display: none;
}
 .custom-radios input[type="radio"] + label {
	 color: #999;
	 font-family: Arial, sans-serif;
	 font-size: 8px;
}
 .custom-radios input[type="radio"] + label span {
	 display: inline-block;
	 width: 24px;
	 height: 24px;
	 margin: 0px 4px 0px 0;
	 vertical-align: middle;
	 cursor: pointer;
	 border-radius: 50%;
	 border: 2px solid #fff;
	 box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	 background-repeat: no-repeat;
	 background-position: center;
	 text-align: center;
	 line-height: 30px;
}
 .custom-radios input[type="radio"] + label span img {
	 opacity: 0;
	 transition: all 0.3s ease;
}
 .custom-radios input[type="radio"]#pagato-0 + label span {
	 background-color: #2ecc71;
}
 .custom-radios input[type="radio"]#pagato-1 + label span {
	 background-color: #e74c3c;
}
 .custom-radios input[type="radio"]:checked + label span img {
	 opacity: 1;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 1px solid #aaa!important;
}
   /*file upload*/
.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 85px 85px 35%;
    text-align: center !important;
    min-height:240px;
    margin: 0 0px;
    width: 100% !important;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
.files{ position:relative}
.files:after {  pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
/*end file upload*/
/*claims*/
      /* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 49.5%;
  margin-left: -3px;
}

/* Container around content */
.tcontainer {
  padding: 5px 15px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.tcontainer::after {
 content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -8px;
    background-color: white;
    border: 8px solid #3ec013;
    top: 20px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.tleft {
  left: 0;
}

/* Place the container to the right */
.tright {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.tleft::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 12px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.tright::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 12px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.tright::after {
  left: -16px;
}

/* The actual content */
.tcontent {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  margin:0px 5px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .tcontainer {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .tcontainer::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .tleft::after, .tright::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .tright {
    left: 0%;
  }
}
.storiaclaim{
        background-color: #737e97;
    border-radius: 8px;
    padding: 10px 0px;
}
.storiaclaim h3{color:#fff;}
#viewdetails{background-color: #737e97; border-radius: 8px; padding:10px 0px;}
.claimheads:hover{cursor: pointer;}
.uploadfiles{padding-left: 10px;}
 .uploadfiles li{list-style-type: none;margin-left:2px;}
 .uploadfiles li img{width:24px;margin-right:5px}
 
 ul.elencoprezzi{
     padding-left:10px;
     display: grid;
 }
  ul.elencoprezzi li div{    margin-bottom: 5px;
    padding-top: 5px;}
 ul.elencoprezzi li{
   list-style-type: none;
    max-width: 440px;

    
    display: table-row;
 }
 ul.elencoprezzi li:last-child{border-top: 2px solid grey;
     
 }
 .claimsection{padding:25px; font-size:1.6em; font-weight: 700;text-align: center;border:1px solid #ccc;border-radius: 2px}
 .areaoperativa{font-size:0.8em;}
 .areaoperativa button{width: 108px}

/*end of claims*/
    /*semafori*/          

    .semaforo input,.semaforo-h input{
        display:none;
    }

    .semaforo label,.semaforo-h label{margin:0px; padding:0px;}
    .semaforo .button-s, .semaforo-h .button-s  {
        display: block;
        position: relative;
        width: 16px;
        height: 16px;
        margin: 1px;
        cursor: pointer;
    }

    .semaforo .button-s span,.semaforo-h .button-s span {
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        padding: 0;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 100%;
        background: #eeeeee;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        transition: ease .3s;
    }

    .semaforo-h{
        padding: 8px 30px;
        max-width: 122px;
    }
    .semaforo{
        padding: 0px 6px;
        max-width: 35px;
    }
    .semaforo-h .semaforo .button-s span:hover,.semaforo .button-s span:hover {
        padding: 2px;
    }

    .semaforo-h .orange .button-s span{
        background: #ed0000;opacity:0.3;
        border: 1px solid #fff;
    }

    .semaforo .orange .button-s span {
        background: #FF1712;opacity:0.4;
        border: 1px solid #fff;
    }
    
    .semaforo .amber .button-s span {
        background: #ff880d;opacity:0.4;
        border: 1px solid #fff;
    }
    .semaforo-h .amber .button-s span  {
        background: #ffc800;opacity:0.3;
        border: 1px solid #fff;
    }

    .semaforo-h .green .button-s span{
        background: #17e517;opacity:0.3;
        border: 1px solid #fff;
    }
    .semaforo .green .button-s span {
        background: #009900;opacity:0.4;
        border: 1px solid #fff;
    }

    input:checked + div + div>span{
        opacity:1!important;
    }
    .semaforo .layer-s,.semaforo-h .layer-s  {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: transparent;
        /*transition: ease .3s;*/
        z-index: -1;
    }
    
             .livello_1{padding-left:20px}
         .livello_2{padding-left:40px}
         .livello_3{padding-left:60px}
         .livello_4{padding-left:80px}
          .btn{font-size: inherit;}
          .hide{display: none;}
          select{min-height: 1rem;}
          .table-fabbisogni>thead>tr>th {
            vertical-align: bottom;
            border-bottom: 2px solid #ddd;
            background-color: #f5e07c;
          }
          .righeordinecliente .card-body{padding: 0;}
          .righeordinecliente  .card{background-color: inherit;}
          tr.testatabolla,tr.testatabolla>th{background-color: #c7c7c7!important;}
          tr.fabbisognihead{color: #020202;background-color: #ffc107!important;}
          tr.fabbisognifirst{ color: #020202; background-color: #f9f9f9!important;}
          tr.righeordinecliente,tr.righeordinecliente>td,tr.fabbisogni,tr.fabbisogni>td{ background-color: #fff!important;}
                
 
        .home{margin-top:100px;}

        #ordinic{min-width: 115px;}

    
              @media (min-width: 800px){
            .container {
                max-width: 760px!important;
            }
          }
          @media (min-width: 1024px){
            .container {
                max-width: 980px!important;
            }
          }
          @media (min-width: 1280px){
            .container {
                max-width: 1260px!important;
            }
          }
          @media (min-width: 1480px){
            .container {
                max-width: 1400px!important;
            }
          }
          @media (min-width: 1600px){
            .container {
                max-width: 1560px!important;
            }
          }
            @media (min-width: 1920px){
                .container {
                    max-width: 1800px!important;
                }
            }
