.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.pl-0, .px-0 {
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.form-group {
    margin-bottom: 0.6rem;
}
label {
    margin-bottom: 0;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}
.tarif-summary-title h3 {
    font-weight: 600;
    font-size: 24px;
    text-decoration: underline;
}
.tarif-summary-title h4 {
    font-weight: 600;
    font-size: 20px;
    text-decoration: underline;
}
.tarif-summary-title h5 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
    text-decoration: underline;
}
.tarif-summary-title {
    text-align: center;
    margin-top: 20px;
}

.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.iq-card.iq-card-block.iq-card-stretch.iq-card-height {
    transform: scale(1.0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.iq-card-block.iq-card-height {
    height: calc(100% - 30px);
}
.iq-card-block.iq-card-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.iq-card-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.iq-card {
    background: #ffffff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 30px;
    border: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(175 175 175 / 28%);
    box-shadow: 0px 0px 5px 0px rgb(175 175 175 / 28%);
}
.iq-card-body {
    padding: 20px 15px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.iq-bg-warning {
    background: #f5d1b9 !important;
    color: #ffb177 !important;
}
.rounded {
    border-radius: 25px!important;
}
.iq-card-icon {
    height: 120px;
    width: 120px;
    padding-right: 20px;
    display: inline-block;
    line-height: 170px;
    text-align: right;
    position: absolute;
    left: -60px;
    top: -60px;
    font-size: 30px;
    border-radius: 50%;
    box-shadow: inset 0 0 10px rgb(0 0 0 / 32%);
}
.bg-warning, .badge-warning {
    color: #ffffff;
    background: rgba(252, 158, 91, 1);
    background: -moz-linear-gradient(left, rgba(252, 158, 91, 1) 0%, rgba(255, 182, 126, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252, 158, 91, 1)), color-stop(100%, rgba(255, 182, 126, 1)));
    background: -webkit-linear-gradient(left, rgba(252, 158, 91, 1) 0%, rgba(255, 182, 126, 1) 100%);
    background: -o-linear-gradient(left, rgba(252, 158, 91, 1) 0%, rgba(255, 182, 126, 1) 100%);
    background: -ms-linear-gradient(left, rgba(252, 158, 91, 1) 0%, rgba(255, 182, 126, 1) 100%);
    background: linear-gradient(to right, rgba(252, 158, 91, 1) 0%, rgba(255, 182, 126, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc9e5b', endColorstr='#ffb67e', GradientType=1);
}
.text-right {
    text-align: right!important;
}
.iq-card .iq-card-body .text-right h2 {
    font-weight: 700;
    font-size: 2.300em;
    margin: 0px;
    line-height: 1.5;
    color: #3f414d;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.iq-card .iq-card-body .text-right h5 {
    height: 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 18px;
    color: #3f414d;
    width: 160px;
}
.iq-card.iq-card-block.iq-card-stretch.iq-card-height:hover {
    -webkit-box-shadow: 0px 0px 3px 1px rgb(122 122 122 / 86%);
    -o-box-shadow: 0px 0px 3px 1px rgb(122 122 122 / 86%);
    -moz-box-shadow: 0px 0px 3px 1px rgb(122 122 122 / 86%);
    box-shadow: 0px 0px 3px 1px rgb(122 122 122 / 86%);
    transform: scale(1.1);
}
.iq-bg-warning {
    background: #f5d1b9 !important;
    color: #ffb177 !important;
}
.iq-bg-primary {
    background: #aaedf5 !important;
    color: #089bab !important;
}
.bg-primary, .badge-primary {
    color: #ffffff;
    background: rgba(8, 155, 171, 1);
    background: -moz-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(8, 155, 171, 1)), color-stop(100%, rgba(13, 181, 200, 1)));
    background: -webkit-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
    background: -o-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
    background: -ms-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
    background: linear-gradient(to right, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#089bab', endColorstr='#0db5c8', GradientType=1);
}
.iq-bg-danger {
    background: #ffdfdf !important;
    color: #e64141 !important;
}
.bg-danger, .badge-danger {
    color: #ffffff;
    background: rgba(216, 74, 69, 1);
    background: -moz-linear-gradient(left, rgba(216, 74, 69, 1) 0%, rgba(242, 99, 97, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(216, 74, 69, 1)), color-stop(100%, rgba(242, 99, 97, 1)));
    background: -webkit-linear-gradient(left, rgba(216, 74, 69, 1) 0%, rgba(242, 99, 97, 1) 100%);
    background: -o-linear-gradient(left, rgba(216, 74, 69, 1) 0%, rgba(242, 99, 97, 1) 100%);
    background: -ms-linear-gradient(left, rgba(216, 74, 69, 1) 0%, rgba(242, 99, 97, 1) 100%);
    background: linear-gradient(to right, rgba(216, 74, 69, 1) 0%, rgba(242, 99, 97, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d84a45', endColorstr='#f26361', GradientType=1);
}
.iq-bg-info {
    background: #b5edfb !important;
    color: #00d0ff !important;
}
.bg-info, .badge-info {
    color: #ffffff;
    background: rgba(4 105 128);
    background: -moz-linear-gradient(left, rgba(4 105 128) 0%, rgba(47 174 199) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 209, 255, 1)), color-stop(100%, rgba(97, 226, 252, 1)));
    background: -webkit-linear-gradient(left, rgba(4 105 128) 0%, rgba(47 174 199) 100%);
    background: -o-linear-gradient(left, rgba(4 105 128) 0%, rgba(47 174 199) 100%);
    background: -ms-linear-gradient(left, rgba(4 105 128) 0%, rgba(47 174 199) 100%);
    background: linear-gradient(to right, rgba(4 105 128) 0%, rgba(47 174 199) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02d1ff', endColorstr='#61e2fc', GradientType=1);
}
.iq-bg-dark {
    background: #b6c1c1 !important;
    color: #374948 !important;
}
.bg-dark, .badge-dark {
    background: rgba(55, 73, 73, 1);
    background: -moz-linear-gradient(left, rgba(55, 73, 73, 1) 0%, rgba(69, 93, 93, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(55, 73, 73, 1)), color-stop(100%, rgba(69, 93, 93, 1)));
    background: -webkit-linear-gradient(left, rgba(55, 73, 73, 1) 0%, rgba(69, 93, 93, 1) 100%);
    background: -o-linear-gradient(left, rgba(55, 73, 73, 1) 0%, rgba(69, 93, 93, 1) 100%);
    background: -ms-linear-gradient(left, rgba(55, 73, 73, 1) 0%, rgba(69, 93, 93, 1) 100%);
    background: linear-gradient(to right, rgba(55, 73, 73, 1) 0%, rgba(69, 93, 93, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#374949', endColorstr='#455d5d', GradientType=1);
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.pt-50px {
    padding-top: 50px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
table.table.table-bordered th {
    background: #2e3e4e;
    color: #fff;
    line-height: normal;
    border: 1px solid #f1f2f3;
    vertical-align: inherit;
    padding-left: 10px;
}
.filterCustom {
    border: 1px solid #e4e6e8;
    border-radius: 0;
    padding: 10px 15px 0;
    margin-bottom: 15px;
}
table.dataTable tbody th, table.dataTable tbody td {
    vertical-align: middle;
}
.mt-10px {
    margin-top: 10px;
}
.m-0-auto {
    margin: 0 auto;
}
#container {
  height: 400px;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
button#chartBtn {
    border: none;
    font-size: 18px;
    border-radius: 4px;
    background: #2e3e4e;
    color: #fff;
}