/*********************************RESET******************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.cfix:after,
.container:after,
.row:after {
    clear: both;
}

.cfix:before,
.cfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
    content: "";
    display: table;
}

img a {
    border: none;
}

img {
    display: block;
}

a,
button,
a img {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease-out;
}

a:hover,
a:focus,
a:active,
button.btn:focus,
button.btn:hover {
    color: inherit;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
    outline: none;
    transition: all 0.3s ease-out;
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
}

p {
    line-height: 1.6;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

strong {
    font-weight: 700;
}

/*********************************BASE******************************/
body {
    background: #fbfcfd;
    color: #7c7c7c;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    overflow-x: hidden;
}

input,
textarea,
select {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    transition: all 0.3s ease-out;
}

h1,
h2,
h3,
h4,
.f-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
}

.t-br {
    display: block;
}

.cke_editable {
    padding: 0.5em;
}

.cke_editable ul,
.promo ul {
    display: inline-block;
    margin-left: 20px;
    list-style: disc;
    margin-bottom: 10px;
}

.cke_editable ul li,
.promo ul li {
    list-style: disc;
}

.cke_editable blockquote,
.promo blockquote {
    font-style: italic;
    padding-left: 20px;
    display: inline-block;
}

/*.t-sm{ font-weight:500; }
.t-xsm{ font-weight:300; }*/
.center {
    text-align: center;
}

p a {
    text-decoration: underline;
}

p a:hover {
    opacity: 0.6;
    text-decoration: underline;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.underline {
    text-decoration: underline;
}

.hard {
    white-space: nowrap;
}

a:hover {
}

.container {
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    width: 100%;
    padding: 0 30px;
}

.container.narrow {
    max-width: 1240px;
}

.container:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

strong,
.strong {
    font-weight: 700;
}

button,
.btn {
    font-family: "Montserrat", sans-serif;
    border: 0;
}

.btn {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
    background: #005288;
    padding: 12px 30px;
    border: 3px solid #005288;
    border-radius: 8px;
}

.btn-outline {
    background: none;
    color: #005288;
}

.btn:hover,
.btn:focus {
    color: #fff !important;
    background: #00436f;
    border-color: #00436f;
}

.btn-outline:hover,
.btn-outline:focus {
    color: #fff;
    background: #00436f;
    border-color: #00436f;
}

.btn-red {
    background-color: #ec1d23;
    border-color: #ec1d23;
}

.btn-red:hover,
.btn-red:focus {
    background-color: #ca151b;
    border-color: #ca151b;
}

form button.btn:hover,
form button.btn:focus {
    color: #fff;
}

.btn-gray {
    color: #015287;
    margin-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
    background-color: #e7e7e7;
    border-color: #e7e7e7;
}

.btn-gray:hover,
.btn-gray:focus {
    background-color: #015287;
    border-color: #015287;
}

.btn-gray:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-xs {
    padding: 4px 10px;
}

.btn-sm {
    padding: 12px 30px;
}

.btn-md {
    padding: 20px 50px;
    font-size: 16px;
}

.box {
    border-radius: 13px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1679px) {
    .btn-md {
        padding: 20px 30px;
        font-size: 13px;
    }

    .hide-sm {
        display: none;
    }
}

@media (max-width: 1359px) {
}

@media (max-width: 1219px) {
}

@media (max-width: 1019px) {
}

@media (max-width: 879px) {
}

@media (max-width: 619px) {
    body {
        font-size: 14px;
    }

    h1,
    h2,
    h3,
    h4,
    .f-title {
        letter-spacing: normal;
    }

    .btn,
    .btn-lg,
    .btn-md,
    .btn-sm,
    button {
        font-size: 14px;
        padding: 15px 20px;
    }

    .btn-xs {
        padding: 4px 10px;
    }

    input,
    textarea {
        font-size: 14px;
    }
}

/*LAYOUT*/
.wrap {
    display: flex;
    flex-flow: row wrap;
}

.wrap-alt {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row-reverse;
}

.wrap-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

@media (max-width: 1019px) {
    .wrap-alt {
        flex-direction: row;
    }
}

/*FORMS*/
.form-input {
    margin-bottom: 30px;
}

.form-input label {
    display: block;
    color: #005288;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.form-input input,
.form-input select,
.form-input textarea,
.form-control {
    background: #fff;
    color: #7c7c7c;
    width: 100%;
    padding: 15px;
    border: 2px solid #e7e7e7;
    border-radius: 8px;
}

.form-input input:focus,
.form-control:focus {
    border-color: #c4c4c4;
}

.form-input input:disabled,
.form-control:disabled {
    background: #f1f1f1;
}

.form-control {
    margin-bottom: 1em;
}

.selectAccount {
    padding: 10px 15px;
    max-width: 250px;
    margin-bottom: 0;
}

#desktop-view .selectAccount {
    margin-left: 20px;
}

.form-input.in-error input,
.form-input.in-error textarea {
    color: #ec1d23;
    border-color: #ec1d23;
    background: #ffefef;
}

.error-msg {
    color: #ec1d23;
    font-size: 12px;
    padding-top: 5px;
}

.form-input .error-msg {
    display: none;
}

.form-input.in-error .error-msg {
    display: block;
}

.form-input textarea {
    height: 150px;
}

.submit-bottom {
    text-align: center;
}

@media (max-width: 619px) {
    .form-input label {
        font-size: 14px;
    }

    .form-input input,
    .form-input select,
    .form-input textarea {
        font-size: 14px;
        padding: 10px 15px;
    }
}

/*DESKTOP VIEW*/
#main {
    min-height: 100vh;
    width: 100%;
    padding-left: 110px;
}

#top-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 120px;
    padding: 30px 120px 30px 30px;
}

#top-bar .btn {
    margin-left: 20px;
}

#top-bar .profile {
    margin-left: 60px;
    padding-right: 30px;
    position: relative;
}

#top-bar .profile-btn {
    display: flex;
    align-items: center;
    margin-left: 0;
}

#top-bar .profile-btn:hover {
    color: #c4c4c4;
}

#top-bar .profile-btn .img {
    width: 45px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#top-bar .profile-btn .img img {
    width: 100%;
}

#top-bar .profile-btn .name {
    padding: 0 20px;
}

#top-bar .profile-btn .arrow img {
    width: 8px;
    transform: rotate(90deg);
}

#top-bar .profile.open .profile-btn .arrow img {
    transform: rotate(270deg);
}

#top-bar .profile .dropdown {
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 100%;
    padding-top: 15px;
}

#top-bar .profile.open .dropdown {
    visibility: visible;
    z-index: 9;
}

#top-bar .profile .dropdown ul {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 500;
    border-radius: 13px;
    transform: translateY(-30px);
    opacity: 0;
    transition: all 0.3s ease-out;
}

#top-bar .profile.open .dropdown ul {
    transform: translateY(0);
    opacity: 1;
}

#top-bar .profile .dropdown ul li + li {
    border-top: 1px solid #e7e7e7;
}

#top-bar .profile .dropdown ul li a {
    display: block;
    padding: 8px 0;
}

#top-bar .profile .dropdown ul li a:hover {
    color: #c4c4c4;
}

@media (max-width: 1679px) {
    #top-bar {
        padding: 30px 30px 30px 54px;
    }
}

#main-content {
    padding: 0 120px 0 50px;
}

#main-content .col-sm {
    width: 350px;
    float: left;
}

#main-content .col-sm .welcome {
    padding: 60px 15px;
    background: #fff;
}

#main-content .col-sm .welcome .txt-1 {
    color: #7c7c7c;
    font-size: 15px;
    text-transform: uppercase;
}

#main-content .col-sm .welcome .txt-2 {
    color: #005288;
    font-size: 25px;
    font-weight: 700;
    margin: 5px 0 0 0;
}

#main-content .col-sm .welcome .txt-2:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #e7e7e7;
    margin: 15px auto;
}

#main-content .col-sm .welcome .txt-3 {
    color: #005288;
    font-size: 14px;
}

#main-content .col-sm .amount {
    padding: 50px 15px;
    background: #0061a1;
}

#main-content .col-sm .amount .txt-1 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
}

#main-content .col-sm .amount .txt-2 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px 0;
}

#main-content .col-sm .amount .txt-3 {
    color: #78b3da;
    font-size: 12px;
    font-weight: 500;
}

#main-content .col-sm .delivery {
    padding: 50px 15px;
    background: #005288;
}

#main-content .col-sm .delivery .txt-1 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

#main-content .col-sm .delivery .txt-2 {
    color: #fff;
    font-size: 35px;
    margin: 8px 0 0 0;
}

#main-content .col-sm .level {
    padding: 30px 15px;
    background: #00436f;
}

#main-content .col-sm .level .progress-ring {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

#main-content .col-sm .level .progress-ring .progress-ring-base {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
}

#main-content .col-sm .level .progress-ring .progress-ring-active {
    position: absolute;
    top: 0;
    left: 0;
}

.progress-ring__circle {
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

#main-content .col-sm .level .progress-ring .percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

#main-content .col-sm .level .txt-1 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0 5px;
}

#main-content .col-sm .level .txt-2 {
    color: #78b3da;
    font-size: 12px;
    font-weight: 500;
}

#main-content .col-sm .box {
    text-align: center;
}

#main-content .col-sm .box + .box,
#main-content .col-sm .box-container + .box,
#main-content .col-sm .box + .box-container {
    margin-top: 15px;
}

#main-content .col-lg {
    width: calc(100% - 350px);
    padding-left: 90px;
    float: left;
}

#main-content .promo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 60px;
    background: #005288;
    background-size: cover;
    margin-bottom: 30px;
}

#main-content .promo .content {
    padding-right: 60px;
}

#main-content .promo .txt-1 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

#main-content .promo .txt-1:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    margin: 15px 0;
}

#main-content .promo .txt-2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

#main-content .promo .txt-2.has-action {
    max-width: 500px;
}

#main-content .promo .action .btn {
    white-space: nowrap;
}

#main-content .main-data .title {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

#main-content .main-data .title h1 {
    color: #005288;
    font-size: 25px;
    font-weight: 700;
}

#main-content .main-data .title h1:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #e7e7e7;
    margin: 15px 0 0;
}

#main-content .outer-table {
    padding: 30px;
    background: #fff;
}

#main-content .outer-table table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

#main-content .outer-table table th {
    color: #005288;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    border-bottom: 3px solid #e7e7e7;
}

#main-content .outer-table table th + th {
    border-left: 3px solid #e7e7e7;
}

#main-content .outer-table table td {
    font-weight: 500;
    padding: 13px 10px;
    border-bottom: 1px solid #e7e7e7;
}

#main-content .outer-table table td + td {
    border-left: 3px solid #e7e7e7;
}

#main-content .outer-table table tr:last-child td {
    border-bottom: none;
}

#main-content .outer-table table td .file {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: #005288;
    padding: 2px 8px;
    border-radius: 4px;
}

#main-content .outer-table table td .plus {
    color: #005288;
    font-weight: 700;
}

#main-content .outer-table table td a:hover {
    color: #005288;
}

#main-content .outer-table .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

#main-content .outer-table .bottom .ctrl-1 .inner {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #e7e7e7;
    padding: 4px 4px 4px 15px;
    border-radius: 8px;
}

#main-content .outer-table .bottom .ctrl-1 select {
    margin-left: 30px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #005288;
    border: none;
    border-radius: 6px;
}

#main-content .outer-table .bottom .ctrl-2 .page {
    cursor: pointer;
    display: inline-block;
    color: #005288;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #e7e7e7;
    padding: 4px 15px;
    border-radius: 6px;
}

#main-content .outer-table .bottom .ctrl-2 .page:hover {
    background: #e7e7e7;
}

#main-content .outer-table .bottom .ctrl-2 .page.active {
    background: #005288;
    border-color: #005288;
    color: #fff;
}

#main-content .col-single {
    padding-left: 70px;
}

#main-content .col-single .outer-form {
    padding: 60px;
    background: #fff;
    min-height: 60vh;
}

#main-content .col-single .main-data .title {
    padding: 30px 0;
}

#main-content .col-single .main-data .title h1 {
    color: #005288;
    font-size: 25px;
    font-weight: 700;
}

#main-content .col-single .main-data .title h1:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #e7e7e7;
    margin: 15px 0 0;
}

#main-content .outer-form .row {
    margin-left: -30px;
}

#main-content .form-input {
    float: left;
    padding-left: 30px;
}

#main-content .one-col .form-input {
    width: 100%;
}

#main-content .two-col .form-input {
    width: 50%;
}

#main-content .three-col .form-input {
    width: 33.333333%;
}

#main-content .four-col .form-input {
    width: 25%;
}

#main-content .card-col > .card-col {
    width: 50%;
}

#main-content .card-col > .exp-col {
    width: 30%;
}

#main-content .card-col > .cvv-col {
    width: 20%;
}

@media (max-width: 1679px) {
    #main-content {
        padding: 0 30px;
    }

    #main-content {
        padding-left: 30px;
    }

    #main-content .promo {
        padding: 50px 40px;
    }

    #main-content .outer-table table td {
        font-size: 14px;
    }
}

@media (max-width: 1359px) {
    #main-content .col-sm {
        width: 300px;
    }

    #main-content .col-lg {
        width: calc(100% - 300px);
    }

    #main-content .col-sm .welcome .txt-2 {
        font-size: 20px;
    }

    #main-content .col-sm .amount .txt-1 {
        font-size: 40px;
    }

    #main-content .col-sm .delivery .txt-2 {
        font-size: 25px;
    }

    #main-content .four-col .form-input {
        width: 50%;
    }
}

#bottom-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30px 120px 30px 30px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#bottom-bar span {
    margin: 0 15px;
}

#bottom-bar a {
    color: #005288;
}

@media (max-width: 1679px) {
    #bottom-bar {
        padding: 30px;
    }
}

/*sidebar*/
.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    min-height: 600px;
    background: #005288;
    color: #fff;
    padding: 15px;
    transition: all 0.3s ease-out;
}

.sidebar > div {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
}

.sidebar .logo {
    padding: 0 10px 30px;
    border-bottom: 2px solid #00436f;
}

.sidebar .logo > div {
    position: relative;
    max-width: 60px;
    height: 72px;
    overflow: hidden;
    transition: max-width 0.3s ease-out;
}

.sidebar .logo img {
    position: absolute;
    top: 0;
    left: 0;
}

.sidebar .logo img.lg {
    height: 72px;
}

.sidebar .nav {
    padding: 10px 0;
}

.sidebar .nav a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #0d5b8e;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 40px;
    border-radius: 13px;
}

@media screen and (max-height: 758px) {
    .sidebar .nav a {
        height: 65px;
    }
}

.sidebar .nav a.transactions {
    background-image: url(../images/icn-transactions.svg);
    background-position: left 17px center;
}

.sidebar .nav a.utilisation {
    background-image: url(../images/icn-utilisation.svg);
    background-position: left 26px center;
}

.sidebar .nav a.service {
    background-image: url(../images/icn-service.svg);
    background-position: left 22px center;
}

.sidebar .nav a.commentaires {
    background-image: url(../images/icn-commentaires.svg);
    background-size: auto 35px;
    background-position: left 21px center;
}

.sidebar .nav a.users {
    background-image: url(../images/icn-users.svg);
    background-position: 20px center;
}

.sidebar .nav a.accounts {
    background-image: url(../images/icn-accounts.svg);
    background-position: 20px center;
}

.sidebar .nav a.promotions {
    background-image: url(../images/icn-promotions.svg);
    background-position: 20px center;
}

.sidebar .nav a.forms {
    background-image: url(../images/icn-forms.svg);
    background-position: 20px center;
}

.sidebar .nav a.bills {
    background-image: url(../images/icn-money.svg);
    background-position: 29px center;
}

.sidebar .nav a.smsform {
    background-image: url(../images/icn-sms.svg);
    background-position: 27px center;
}

.sidebar .nav a.settings {
    background-image: url(../images/icn-settings.svg);
    background-position: 20px center;
}

.sidebar .nav a + a {
    margin-top: 8px;
}

.sidebar .nav a:hover,
.sidebar .nav a.active {
    background-color: #00436f;
}

.sidebar .nav a div {
    width: 0;
    overflow: hidden;
}

.sidebar .nav a span {
    display: block;
    padding-left: 90px;
    opacity: 0;
    transform: translateX(-120px);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
    white-space: nowrap;
    transition: all 0.6s ease-out;
}

.sidebar .logout {
    position: absolute;
    bottom: 0;
}

.sidebar .logout a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-image: url(../images/icn-logout.svg);
    background-color: #ec1d23;
    background-position: left 24px center;
    background-repeat: no-repeat;
    background-size: auto 35px;
    border-radius: 13px;
}

.sidebar .logout a:hover {
    background-color: #ca151b;
}

.sidebar .logout a div {
    width: 0;
    overflow: hidden;
}

.sidebar .logout a span {
    display: block;
    padding-left: 90px;
    opacity: 0;
    transform: translateX(-120px);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
    white-space: nowrap;
    transition: all 0.6s ease-out;
}

/*#menu-trigger{ display:block; position:absolute; top:30px; right:-95px; height:32px; width:32px; padding:6px 2px 7px 2px; }*/
#menu-trigger {
    display: block;
    position: absolute;
    top: 20px;
    right: -90px;
    padding: 16px 12px 17px 12px;
    border-radius: 50%;
}

#menu-trigger.scroll {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    background: #fff;
}

#menu-trigger img.open {
    display: block;
}

#menu-trigger img.close {
    display: none;
}

#mobile-view .sidebar {
    left: -150%;
}

#mobile-view #menu-trigger {
    right: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    background: #fff;
}

#mobile-view .sidebar .changeAccount {
    width: 0;
    height: 80px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-image: url(../images/icn-users.svg);
    background-size: auto 40px;
    background-color: #0d5b8e;
    border-radius: 13px;
    padding-left: 90px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
    border: none;
}

/*sidebar open*/
.sidebar.open {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.sidebar.open .logo > div {
    max-width: 300px;
}

.sidebar.open .nav a {
    width: 380px;
}

.sidebar.open .nav a div {
    width: 100%;
}

.sidebar.open .nav a span {
    opacity: 1;
    transform: translateX(0);
}

.sidebar.open .logout a {
    width: 380px;
}

.sidebar.open .logout a div {
    width: 100%;
}

.sidebar.open .logout a span {
    opacity: 1;
    transform: translateX(0);
}

.sidebar.open #menu-trigger img.close {
    display: block;
}

.sidebar.open #menu-trigger img.open {
    display: none;
}

#mobile-view .sidebar.open {
    left: -0px;
    width: 100%;
}

#mobile-view .sidebar.open .nav a,
#mobile-view .sidebar.open .logout a,
#mobile-view .sidebar .logout,
#mobile-view .sidebar.open .changeAccount {
    width: 100%;
}

#mobile-view .nav nav {
    margin-bottom: 15px;
}

@media (max-width: 570px) {
    #mobile-view .sidebar .nav a,
    #mobile-view .sidebar.open .changeAccount {
        height: 45px;
        background-size: auto 30px;
    }

    #mobile-view .sidebar.open .logout a {
        height: 45px;
        background-size: auto 30px;
    }
}

/*MOBILE VIEW*/
#top-bar-mobile {
    padding: 15px;
    background: #005288;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top-bar-mobile .group-right {
    display: flex;
    align-items: center;
}

#top-bar-mobile .button-sidebar {
    background: #fff;
    border: none;
    margin-left: 1em;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    padding: 0.65em;
}

#top-bar-mobile .button-sidebar img {
    width: 100%;
}

#top-bar-mobile .logo img {
    width: 150px;
}

#top-bar-mobile .profile {
    position: relative;
}

#top-bar-mobile .profile-btn {
    display: flex;
    align-items: center;
    margin-left: 0;
}

#top-bar-mobile .profile-btn:hover {
    color: #c4c4c4;
}

#top-bar-mobile .profile-btn .img {
    width: 35px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#top-bar-mobile .profile-btn .img img {
    width: 100%;
}

#top-bar-mobile .profile .dropdown {
    visibility: hidden;
    position: absolute;
    width: 200px;
    top: 100%;
    right: -10px;
    padding-top: 15px;
}

#top-bar-mobile .profile.open .dropdown {
    visibility: visible;
}

#top-bar-mobile .profile .dropdown ul {
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 500;
    border-radius: 13px;
    transform: translateY(-30px);
    opacity: 0;
    transition: all 0.3s ease-out;
}

#top-bar-mobile .profile.open .dropdown ul {
    transform: translateY(0);
    opacity: 1;
}

#top-bar-mobile .profile .dropdown ul li + li {
    border-top: 1px solid #e7e7e7;
}

#top-bar-mobile .profile .dropdown ul li a {
    display: block;
    padding: 8px 0;
}

#top-bar-mobile .profile .dropdown ul li a:hover {
    color: #c4c4c4;
}

#summary-mobile {
    text-align: center;
    padding: 30px 15px;
    border-bottom: 2px solid #e7e7e7;
}

#summary-mobile .welcome {
    padding: 60px 15px;
    background: #fff;
}

#summary-mobile .welcome .txt-1 {
    color: #7c7c7c;
    font-size: 15px;
    text-transform: uppercase;
}

#summary-mobile .welcome .txt-2 {
    color: #005288;
    font-size: 25px;
    font-weight: 700;
    margin: 5px 0 0 0;
}

#summary-mobile .welcome .txt-2:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #e7e7e7;
    margin: 15px auto;
}

#summary-mobile .welcome .txt-3 {
    color: #005288;
    font-size: 14px;
}

#summary-mobile .btns {
    margin: 15px 0 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#summary-mobile .btns .btn {
    display: block;
    width: calc(50vw - 20px);
    padding: 30px 15px;
}

#summary-mobile .btns.no-margin {
    margin: 0;
}

#summary-mobile .amount {
    padding: 50px 15px;
    background: #0061a1;
}

#summary-mobile .amount .txt-1 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
}

#summary-mobile .amount .txt-2 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px 0;
}

#summary-mobile .amount .txt-3 {
    color: #78b3da;
    font-size: 12px;
    font-weight: 500;
}

#summary-mobile .delivery {
    padding: 50px 15px;
    background: #005288;
}

#summary-mobile .delivery .txt-1 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

#summary-mobile .delivery .txt-2 {
    color: #fff;
    font-size: 35px;
    margin: 8px 0 0 0;
}

#summary-mobile .box + .box,
#summary-mobile .box-container + .box,
#summary-mobile .box + .box-container {
    margin-top: 15px;
}

@media (max-width: 619px) {
    #summary-mobile .btns.no-margin .btn {
        padding: 20px 15px;
    }
}

#promo-mobile {
    padding: 30px 15px;
    border-bottom: 2px solid #e7e7e7;
}

#promo-mobile .promo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 60px;
    background: #005288;
    background-size: cover;
}

#promo-mobile .promo .content {
    padding-right: 60px;
}

#promo-mobile .promo .txt-1 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

#promo-mobile .promo .txt-1:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    margin: 15px 0;
}

#promo-mobile .promo .txt-2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

@media (max-width: 879px) {
    #promo-mobile .promo {
        display: block;
        padding: 50px 30px;
        background-position: left center;
    }

    #promo-mobile .promo .content {
        width: 100%;
        padding: 0 0 30px 0;
    }

    #promo-mobile .promo .txt-2 {
        font-size: 20px;
    }
}

.listing-mobile {
    padding: 30px 15px;
}

.listing-mobile .main-data .title {
    padding: 0 0 30px 0;
}

.listing-mobile .main-data .title h1 {
    color: #005288;
    font-size: 20px;
    font-weight: 700;
}

.listing-mobile .main-data .title h1:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #e7e7e7;
    margin: 15px 0 0;
}

.listing-mobile .item .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listing-mobile .item {
    text-align: center;
}

.listing-mobile .item .top {
    font-size: 13px;
    position: relative;
}

.listing-mobile .item .checkbox {
    padding: 1em;
    width: 44px;
    overflow: hidden;
}

.listing-mobile .item .center-date {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e7e7e7;
    color: #7c7c7c;
    font-weight: 700;
    padding: 0.75em 1.5em;
    top: 0;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

.listing-mobile .item .type {
    background: #e7e7e7;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 15px;
    border-radius: 13px 0 13px 0;
}

.listing-mobile .item .status {
    background: #707070;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 15px;
    border-radius: 13px 0 13px 0;
}

.listing-mobile .item .status.danger {
    background: #e9363c;
}

.listing-mobile .item .group-tips {
    display: flex;
}

.listing-mobile .item .group-tips .type {
    border-radius: 13px 0 0 0;
}

.listing-mobile .item .group-tips .status {
    border-radius: 0 0 13px 0;
}

.listing-mobile .item .date {
    font-weight: 500;
    padding: 8px 15px;
}

.listing-mobile .item .amount {
    color: #005288;
    font-size: 30px;
    font-weight: 700;
    padding: 20px 0;
}

.listing-mobile .item .number {
    color: #707070;
    font-size: 24px;
    font-weight: 700;
    padding: 12px 0 20px 0;
}

.listing-mobile .item .content {
    color: #005288;
    padding: 20px 0;
    font-size: 20px;
}
.listing-mobile .item .division-name {
    font-size: 12px;
}

.listing-mobile .item .bottom a {
    display: block;
    color: #fff;
    background: #005288;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 0 0 13px 13px;
}

.listing-mobile .item + .item {
    margin-top: 20px;
}

.listing-mobile .ctrl-listing {
    padding-top: 30px;
}

.listing-mobile .ctrl-listing .ctrl-1 {
    margin-top: 15px;
}

.listing-mobile .ctrl-listing .ctrl-1 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #e7e7e7;
    padding: 4px 4px 4px 15px;
    border-radius: 8px;
}

.listing-mobile .ctrl-listing .ctrl-1 select {
    margin-left: 30px;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #005288;
    border: none;
    border-radius: 6px;
}

.listing-mobile .ctrl-listing .ctrl-2 {
    text-align: center;
}

.listing-mobile .ctrl-listing .ctrl-2 .page {
    cursor: pointer;
    display: inline-block;
    color: #005288;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #e7e7e7;
    padding: 10px 20px;
    border-radius: 6px;
}

.listing-mobile .ctrl-listing .ctrl-2 .page:hover {
    background: #e7e7e7;
}

.listing-mobile .ctrl-listing .ctrl-2 .page.active {
    background: #005288;
    border-color: #005288;
    color: #fff;
}

.form {
    padding: 30px 15px;
}

.form .outer-form {
    padding: 50px 30px;
    background: #fff;
    min-height: 60vh;
}

.form .title {
    padding: 0 0 30px 0;
}

.form .title h1 {
    color: #005288;
    font-size: 20px;
    font-weight: 700;
}

.form .title h1:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #e7e7e7;
    margin: 15px 0 0;
}

.form .outer-form .row {
    margin-left: -30px;
}

.form .form-input {
    float: left;
    padding-left: 30px;
}

.form .one-col .form-input {
    width: 100%;
}

.form .two-col .form-input {
    width: 50%;
}

.form .three-col .form-input {
    width: 33.333333%;
}

.form .four-col .form-input {
    width: 25%;
}

.form .submit-bottom {
    text-align: center;
}

@media (max-width: 879px) {
    .form .four-col .form-input {
        width: 50%;
    }
}

@media (max-width: 619px) {
    .form .two-col .form-input {
        width: 100%;
    }

    .form .three-col .form-input {
        width: 100%;
    }

    .form .four-col .form-input {
        width: 100%;
    }

    .form .submit-bottom .btn {
        width: 100%;
    }
}

#bottom-bar-mobile {
    padding: 30px 15px 120px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

#bottom-bar-mobile a {
    color: #005288;
    margin-top: 5px;
    display: inline-block;
}

@media (max-width: 619px) {
    #bottom-bar-mobile {
        font-size: 11px;
    }
}

#bottom-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #005288;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#bottom-menu .nav nav {
    padding: 15px;
    display: flex;
    justify-content: center;
}

#bottom-menu .nav a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 23vw;
    height: 60px;
    background-color: #0d5b8e;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 35px;
    border-radius: 13px;
    margin: 0 5px;
}

#bottom-menu .nav a.transactions {
    background-image: url(../images/icn-transactions.svg);
}

#bottom-menu .nav a.utilisation {
    background-image: url(../images/icn-utilisation.svg);
}

#bottom-menu .nav a.service {
    background-image: url(../images/icn-service.svg);
}

#bottom-menu .nav a.commentaires {
    background-image: url(../images/icn-commentaires.svg);
    background-size: auto 30px;
}

#bottom-menu .nav a.users {
    background-image: url(../images/icn-users.svg);
}

#bottom-menu .nav a.promotions {
    background-image: url(../images/icn-promotions.svg);
}

#bottom-menu .nav a.smsform {
    background-image: url(../images/icn-sms.svg);
}

#bottom-menu .nav a:hover,
#bottom-menu .nav a.active {
    background-color: #00436f;
}

#bottom-menu .nav a > div {
    display: none;
}

/*Conditions VIEW*/
#normal-view {
    background: #005288;
    padding: 0 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#normal-view .outer {
    max-width: 1400px;
    margin: 0 auto;
}

#normal-view .outer-form {
    padding: 30px;
    background: #fff;
    margin-bottom: 50px;
}

#normal-view .logo {
    text-align: center;
    padding-bottom: 30px;
}

#normal-view .logo img {
    max-width: 200px;
    margin: 0 auto;
}

#normal-view h1 {
    margin-bottom: 1em;
}

#normal-view p {
    margin-bottom: 1em;
}

@media (max-width: 619px) {
    #normal-view .outer {
        width: 100%;
    }
}

/*LOGIN VIEW*/
.auth-no {
    background: #005288;
}

#login-view {
    background: #005288;
    padding: 0 15px;
    height: 100vh;
    min-height: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#login-view .outer {
    width: 400px;
    max-width: 400px;
    margin: 0 auto;
}

#login-view .outer-form {
    padding: 30px;
    background: #fff;
}

#login-view .logo {
    text-align: center;
    padding-bottom: 30px;
}

#login-view .logo img {
    max-width: 200px;
    margin: 0 auto;
}

#login-view .submit-bottom .btn {
    width: 100%;
}

#bottom-bar-login {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 15px 0;
}

@media (max-width: 619px) {
    #login-view {
        height: auto;
        padding: 15px;
    }

    #login-view .outer {
        width: 100%;
    }

    #bottom-bar-login {
        font-size: 11px;
        position: relative;
    }
}

.form-input.form-checkbox .error-msg {
    width: 100%;
}

.form-input input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-right: 1em;
}

.checkbox-label,
.form-input .checkbox-label {
    display: inline;
    font-size: 14px;
    color: #7c7c7c;
    text-transform: none;
}

.checkbox-label > a,
.form-input .checkbox-label > a {
    color: #005288;
    text-decoration: underline;
}

.login-text {
    font-size: 14px;
    margin-bottom: 1em;
}

.external-link {
    cursor: pointer;
    display: inline-block;
    margin-top: 1em;
    margin-right: 1em;
    border: none;
    background: transparent;
    color: #7c7c7c;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.external-link > img {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 0.5em;
}

.modal {
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    z-index: 1072;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.modal .modal-dialog .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    border-radius: 8px;
    padding: 90px 90px 45px;
    text-align: center;
}

.modal .modal-dialog .modal-content .modal-title {
    color: #231f20;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-bottom: 40px;
    position: relative;
    line-height: 1;
}

.modal .modal-dialog .modal-content .modal-title:after {
    content: "";
    display: block;
    width: 200px;
    height: 2px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ee3024;
}

.modal .modal-dialog .modal-content .modal-body {
    color: #7c7c7c;
    font-size: 15px;
    margin-bottom: 35px;
}

.modal .modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal .modal-footer > button:not(:last-child) {
    margin-right: 20px;
}

@media (min-width: 768px) {
    .modal .modal-dialog .modal-content {
        max-width: 615px;
    }
}

/* Utilisation */
.box-usage-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.box-usage {
    display: flex;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.box-usage .inner {
    padding: 20px 15px 20px 15px;
    background: #005288;
    width: 100%;
}

.box-usage .txt {
    margin-bottom: 10px;
}

.box-usage .txt > label {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.box-usage .txt > span {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 768px) {
    .box-usage {
        width: 100%;
    }
}

.box-equipment {
    margin-bottom: 10px;
}

.box-equipment .box {
    padding-top: 20px;
    padding-bottom: 20px;
}

.box-equipment .txt {
    margin-bottom: 10px;
}

.equipments-widget .ctrl-2 .page {
    cursor: pointer;
    display: inline-block;
    color: #005288;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #e7e7e7;
    padding: 4px 15px;
    border-radius: 6px;
}

.equipments-widget .ctrl-2 .page:hover {
    background: #e7e7e7;
}

.equipments-widget .ctrl-2 .page.active {
    background: #005288;
    border-color: #005288;
    color: #fff;
}

.no-left {
    float: none !important;
    padding-left: 0 !important;
}

.pal {
    font-size: 14px;
    margin-bottom: 5px;
}

.pal.mj {
    font-weight: 700;
}

/* Loading forms*/

.form-loading {
    position: relative;
    opacity: 0.5;
}

.form-loading .form-loader {
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-loaded .form-loader {
    display: none;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #231f20;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #231f20 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.title {
    padding: 0 0 30px 0;
}

.title.ptop-0 {
    padding: 0 0 30px 0 !important;
}

.title h3 {
    color: #005288;
    font-size: 20px;
    font-weight: 700;
}

.title h3:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #e7e7e7;
    margin: 15px 0 0;
}

/* Loading pour le bouton */
.ld-ball,
.ld-ring,
.ld-hourglass,
.ld-loader,
.ld-cross,
.ld-square,
.ld-pie,
.ld-spinner {
    width: 1em;
    height: 1em;
    position: relative;
    color: inherit;
    display: inline-block;
    box-sizing: content-box;
}

.ld-ball:after,
.ld-ring:after,
.ld-hourglass:after,
.ld-loader:after,
.ld-cross:after,
.ld-square:after,
.ld-pie:after,
.ld-spinner:after {
    content: " ";
    display: block;
    width: 2em;
    height: 2em;
    box-sizing: border-box;
    transform-origin: 0 0;
    transform: translateZ(0) scale(0.5);
    backface-visibility: hidden;
}

.ld-ring:after {
    border-radius: 50%;
    border: 0.3em solid currentColor;
    border-left-color: transparent;
}

@keyframes ld-spin {
    0% {
        animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ld.ld-spin {
    animation: ld-spin 1s infinite linear;
}

.ld-ext-right,
.ld-ext-left,
.ld-ext-bottom,
.ld-ext-top,
.ld-over,
.ld-over-inverse,
.ld-over-full,
.ld-over-full-inverse {
    position: relative;
    transition: all 0.3s;
    transition-timing-function: ease-in;
}

.ld-ext-right > .ld,
.ld-ext-left > .ld,
.ld-ext-bottom > .ld,
.ld-ext-top > .ld,
.ld-over > .ld,
.ld-over-inverse > .ld,
.ld-over-full > .ld,
.ld-over-full-inverse > .ld {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    margin: -0.5em;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
    transition-timing-function: ease-in;
}

.ld-ext-right > .ld > *,
.ld-ext-left > .ld > *,
.ld-ext-bottom > .ld > *,
.ld-ext-top > .ld > *,
.ld-over > .ld > *,
.ld-over-inverse > .ld > *,
.ld-over-full > .ld > *,
.ld-over-full-inverse > .ld > * {
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-0.5em, -0.5em);
}

.ld-ext-right.running > .ld,
.ld-ext-left.running > .ld,
.ld-ext-bottom.running > .ld,
.ld-ext-top.running > .ld,
.ld-over.running > .ld,
.ld-over-inverse.running > .ld,
.ld-over-full.running > .ld,
.ld-over-full-inverse.running > .ld {
    opacity: 1;
    z-index: auto;
    visibility: visible;
}

.ld-ext-right.running {
    padding-right: 2.5em !important;
}

.ld-ext-right > .ld {
    top: 50%;
    left: auto;
    right: 1.25em;
}

.ld-ext-left.running {
    padding-left: 2.5em !important;
}

.ld-ext-left > .ld {
    top: 50%;
    right: auto;
    left: 1.25em;
}

.ld-ext-bottom.running {
    padding-bottom: 2.5em !important;
}

.ld-ext-bottom > .ld {
    top: auto;
    left: 50%;
    bottom: 1.25em;
}

.ld-ext-top.running {
    padding-top: 2.5em !important;
}

.ld-ext-top > .ld {
    bottom: auto;
    left: 50%;
    top: 1.25em;
}

.ld-over:before,
.ld-over-inverse:before,
.ld-over-full:before,
.ld-over-full-inverse:before {
    content: " ";
    display: block;
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    transition-timing-function: ease-in;
    background: rgba(240, 240, 240, 0.8);
}

.ld-over.running > .ld,
.ld-over-inverse.running > .ld,
.ld-over-full.running > .ld,
.ld-over-full-inverse.running > .ld {
    z-index: 4001;
}

.ld-over.running:before,
.ld-over-inverse.running:before,
.ld-over-full.running:before,
.ld-over-full-inverse.running:before {
    opacity: 1;
    z-index: 4000;
    display: block;
}

.ld-over-full.running > .ld,
.ld-over-full-inverse.running > .ld,
.ld-over-full.running:before,
.ld-over-full-inverse.running:before {
    position: fixed;
}

.ld-over-full > .ld {
    color: rgba(0, 0, 0, 0.8);
}

.ld-over-full:before,
.ld-over-full-inverse:before {
    background: rgba(255, 255, 255, 0.8);
}

.ld-over-inverse > .ld {
    color: rgba(255, 255, 255, 0.8);
}

.ld-over-inverse:before {
    background: rgba(0, 0, 0, 0.6);
}

.ld-over-full-inverse > .ld {
    color: rgba(255, 255, 255, 0.8);
}

.ld-over-full-inverse:before {
    background: rgba(0, 0, 0, 0.6);
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #005288;
}

::selection {
    color: #fff;
    background: #005288;
}

.promo-img {
    max-width: 100%;
    margin: auto;
}

.document-box h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.document-box ul {
    list-style: disc !important;
    padding-left: 40px;
}

.document-box ul li {
    list-style: disc !important;
    margin-bottom: 1em;
    line-height: 1.6;
}

.box.amount.hasTerms {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.box.terms {
    margin-top: 0 !important;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #015289;
    color: #56a8e0;
    padding: 20px 15px;
}

.box.terms .txt-1 {
    color: #78b3da;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.box.terms .txt-2 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px 0;
    line-height: 1.3;
}

.terms.with-red-button {
    border-radius: 0 !important;
}

.box.red-button {
    margin-top: 0 !important;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: #ec1d23;
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 25px;
    justify-content: space-between;
    width: 100%;
}

.box.red-button > .group-1 {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.box.red-button > .arrow {
    width: 24px;
    text-align: right;
}

.downloadReportButton {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 4px solid #015289;
    display: block;
    width: 100%;
    padding: 20px 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #015289;
    border-radius: 13px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.downloadReportButton svg {
    color: #fff;
    width: 18px;
    height: 18px;
}

.downloadReportButton .icon {
    background: #015289;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.downloadReportButton:hover,
.downloadReportButton:focus {
    color: #fff;
    background: #015289;
}

.box-usage-graphic {
    background: #005288;
    border-radius: 13px;
    color: #fff;
    margin-bottom: 2em;
}

.box-usage-graphic .top-part {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 16px;
}

.box-usage-graphic .top-part .txt {
    width: 50%;
    padding: 15px 22px;
}

.box-usage-graphic .top-part .txt.first {
    border-right: 2px solid #00436f;
}

.box-usage-graphic .top-part label {
    color: #78b3da;
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.graph-btn {
    background-color: #0061a1;
    display: block;
    border-radius: 0 0 13px 13px;
    display: flex;
    align-items: center;
    padding: 12px 25px;
    transition: opacity 0.2s ease-in-out;
}

.graph-btn:hover {
    opacity: 0.6;
}

.graph-btn .text {
    font-size: 12px;
    font-weight: 700;
    max-width: 140px;
    margin-left: 15px;
    text-transform: uppercase;
}

.graph-btn .arrow {
    margin-right: 0;
    margin-left: auto;
}

@media (max-width: 425px) {
    .box-usage-graphic .top-part {
        display: block;
        padding: 15px 10px;
    }

    .box-usage-graphic .top-part .txt {
        width: 100%;
    }

    .box-usage-graphic .top-part .txt.first {
        border-right: 0px solid #00436f;
        border-bottom: 2px solid #00436f;
        padding: 15px 5px;
    }
}

.back-btn {
    color: #888a88;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-flex;
    gap: 1em;
    border-radius: 13px;
    background: #e7e7e7;
    padding: 17px 24px;
    transition: opacity 0.2s ease-in-out;
}

.back-btn:hover {
    opacity: 0.6;
}

@media (max-width: 758px) {
    .back-btn {
        margin: 1em;
    }
}

#payment-page .blue-card {
    background: #005288;
    border-radius: 13px;
    min-height: 200px;
    font-size: 20px;
    text-align: center;
    padding: 1em;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #78b3da;
    margin-bottom: 2em;
}

#payment-page .blue-card .inner {
    margin: auto;
}

#payment-page .blue-card .value {
    color: #ffffff;
    font-size: 50px;
    margin-top: 0.1em;
}

.elavon {
    display: inline-flex;
    gap: 0.5em;
    align-items: flex-end;
}

.elavon .text {
    margin-bottom: -2px;
    color: #a7a7a7;
    font-size: 14px;
}

@media (max-width: 1100px) {
    #payment-page .col-sm {
        width: 100% !important;
        float: none !important;
    }

    #payment-page .col-lg {
        width: 100% !important;
        padding-left: 0 !important;
        float: none !important;
    }
}

@media (max-width: 650px) {
    #payment-page .form-input {
        width: 100% !important;
    }

    #payment-page .exp-col.form-input,
    #payment-page .cvv-col.form-input {
        width: 50% !important;
    }
}

@media (max-width: 450px) {
    #payment-page .exp-col.form-input,
    #payment-page .cvv-col.form-input {
        width: 100% !important;
    }
}

:root {
    --form-control-color: #015388;
    --form-control-disabled: #959495;
}

.form-checkbox {
    font-family: system-ui, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
}

.form-checkbox > input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    -moz-appearance: none;
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 3px;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

.form-checkbox > input[type="checkbox"]::before {
    content: "";
    width: 11px;
    height: 11px;
    -webkit-clip-path: polygon(
        14% 44%,
        0 65%,
        50% 100%,
        100% 16%,
        80% 0%,
        43% 62%
    );
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 0.5em 0.5em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: CanvasText;
}

.form-checkbox > input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.form-checkbox > input[type="checkbox"]:disabled {
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    cursor: not-allowed;
}

.btn-download {
    background: #025388;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px !important;
    padding: 0.35em 1.5em;
    border-radius: 5px;
    display: inline-flex;
    gap: 0.5em;
    align-items: center;
}

.btn-download > svg {
    width: 13px;
}

.btn-download > svg .b {
    transition: fill 0.2s ease-out;
}

.btn-download:hover,
.btn-download:focus,
.btn-download:hover > svg .b,
.btn-download:focus > svg .b {
    color: #fff !important;
    fill: #fff !important;
}

.filters-advanced {
    display: flex;
    align-items: center;
    gap: 2em;
    flex-wrap: wrap;
}

.filters-advanced label {
    color: #0061a1;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.filters-advanced > div {
    border-right: 2px solid #e7e7e7;
    padding-right: 2em;
    margin-bottom: 2em;
}

.filters-advanced .form-control {
    padding: 10px 15px;
    margin-bottom: 0;
}

.filters-advanced .date-range .dates {
    display: flex;
    align-items: center;
    gap: 1em;
}

.filters-advanced .date-range .dates > svg {
    width: 17px;
    height: 11px;
}

.filters-advanced .from,
.filters-advanced .to {
    position: relative;
}

.filters-advanced .from svg path,
.filters-advanced .to svg path {
    fill: none;
    stroke: #025388;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3.02px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url("/images/icn-calendar.svg") no-repeat;
    width: 19px;
    height: 19px;
    border-width: thin;
}

.filters-advanced .select-filter {
    flex: 1;
    min-width: 200px;
}

.filters-advanced .text-filter .search-form {
    position: relative;
}

.filters-advanced .text-filter .search-form > input[type="text"] {
    padding-right: 42px;
}

.filters-advanced .text-filter .search-form > svg {
    width: 19px;
    height: 19px;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
}

.filters-advanced .reset-filters-btn {
    background-color: #025388;
    color: #fff;
    width: 102px;
    display: flex;
    cursor: pointer;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 19px;
    margin-bottom: 2em;
}

.filters-advanced .reset-filters-btn svg {
    display: block;
    margin-bottom: 6px;
    width: 21px;
    height: 21px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1219px) and (max-width: 1539px) {
    .filters-advanced > div {
        margin-bottom: 0;
    }

    .filters-advanced .date-range {
        width: 100%;
        border-right: 0;
        padding-right: 0;
    }

    .filters-advanced .from,
    .filters-advanced .to {
        flex: 1;
    }

    .filters-advanced .text-filter {
        flex: 1;
    }
}

@media (max-width: 1219px) {
    .filters-advanced {
        display: block;
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
    }

    .filters-advanced:after {
        content: "";
        display: block;
        height: 2px;
        width: 100px;
        position: absolute;
        bottom: 10px;
        left: 0;
        background: #e7e7e7;
    }

    .filters-advanced .select-filter,
    .filters-advanced .date-range {
        width: 100%;
        border-right: 0;
        padding-right: 0;
    }

    .filters-advanced .from,
    .filters-advanced .to {
        flex: 1;
    }

    .filters-advanced .text-filter {
        flex: 1;
        border-right: 0;
        padding-right: 0;
    }

    .filters-advanced .reset-filters-btn {
        width: auto;
    }

    .filters-advanced .reset-filters-btn > div {
        display: flex;
        gap: 1em;
        align-items: center;
    }
}

@media (max-width: 424px) {
    .filters-advanced .date-range .dates {
        display: block;
    }

    .filters-advanced .date-range .dates > svg {
        transform: rotate(90deg);
        margin: 1em auto;
        display: block;
    }
}

.alert {
    font-size: 12px;
    margin-bottom: 15px;
    padding: 15px;
    border: 2px solid transparent;
    border-radius: 8px;
}

.alert-info {
    color: #005288;
    background: #0052882c;
    border-color: #005288;
}

.alert-warning {
    font-size: 14px;
    color: rgb(17, 17, 17);
    background: rgb(255, 220, 0);
    border-color: rgb(255, 220, 0);
}

.approval-checkbox {
    text-transform: none !important;
    color: #7c7c7c !important;
    line-height: 1.5;
}

.approval-checkbox input[type="checkbox"] {
    margin-right: 0.5em;
}

.form-checkbox > input[type="checkbox"]:disabled {
    color: #ddd;
}

.red {
    color: #ec1d23;
}
