/********** Template CSS **********/
:root {
    /*--primary: #6222CC;*/
    --primary: #277AB3;
    --secondary: #FBA504;
    --light: #F6F4F9;
    --dark: #04000B;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light {
    align-items: stretch;
}
.sticky-top.navbar-light {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3) !important
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    display: flex;
    align-items: center;
    padding: 0;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 0;
    color: var(--primary) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

.sticky-top.navbar-light .navbar-brand {
    padding: 0;
}

.navbar-light .navbar-brand {
    margin: 0 0 0 1rem;
}

.navbar-light .navbar-brand h1,
.navbar-light .navbar-brand h5 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand h5 {
    font-size: 0.9em;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}
.avatar.small {
    width: 60px;
    height: 60px;
}
.navbar-light .avatar {
    border: none;
    margin-right: 7px;
}
.sticky-top.navbar-light .avatar {
    width: 40px;
    height: 40px;
    margin: 7px;
}
.navbar-right a {
    color: #fff;
}
.nav-currenttime {
    align-items: center;
}
.sticky-top .navbar-right a,
.sticky-top .nav-currenttime {
    color: var(--dark);
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
    align-items: stretch;
}

.navbar-nav {
    align-items: stretch;
}

@media (min-width: 992px) {
    .nav-item {
        display: flex;
    }
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;

        background: url(../img/blob-top-left.png),
        url(../img/blob-top-right.png);
        background-position: left 0px top 0px,
        right 0px top 0px;
        background-repeat: no-repeat;
        color: #fff;
        background-color: var(--bs-primary);
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar-light h5 {
        display: none;
    }


    .sticky-top.navbar-light .navbar-brand h1,
    .sticky-top.navbar-light .navbar-brand h5 {
        color: var(--primary);
    }

    .navbar-light .navbar-nav .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        left: -15px;
        opacity: 0;
        visibility: hidden;
        box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.18);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .dropdown-menu-end {
        left: unset !important;
        right: 0 !important;
    }

    .navbar-light .btn {
        color: var(--dark);
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .btn {
        color: var(--dark);
        background: var(--secondary);
    }
}

/*** Hero Header ***/
.hero-header {
    padding: 0 0 60px 0 !important;
    margin-bottom: 2rem;
    background: url(../img/blob-top-left.png),
    url(../img/blob-top-right.png),
    url(../img/blob-bottom-left.png),
    url(../img/blob-bottom-right.png),
    url(../img/blob-center.png),
    url(../img/bg-bottom.png);
    background-position: left 0px top 0px,
    right 0px top 0px,
    left 0px bottom 0px,
    right 0px bottom 0px,
    center center,
    center bottom;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .hero-header {
        margin-bottom: 3rem;
    }
}
@media (min-width: 992px) {
    .navbar-light .navbar-brand {
        padding: 15px 0;
    }
    .hero-header {
        padding: 100px 0 60px 0 !important;
    }
}


.no-hero-header {
    padding-top: 7rem;
}

.uiblock > h3 {
    background: var(--bs-primary) !important;
    color: #fff;
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
}

.section-title span:first-child,
.section-title span:last-child {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    width: 30px;
    height: 2px;
}

.section-title span:last-child {
    margin-right: 0;
    margin-left: 30px;
}

.section-title span:first-child::after,
.section-title span:last-child::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    top: 0;
    right: -20px;
}

.section-title span:last-child::after {
    right: auto;
    left: -20px;
}

.section-title.text-primary span:first-child,
.section-title.text-primary span:last-child,
.section-title.text-primary span:first-child::after,
.section-title.text-primary span:last-child::after {
    background: var(--primary);
}

.section-title.text-secondary span:first-child,
.section-title.text-secondary span:last-child,
.section-title.text-secondary span:first-child::after,
.section-title.text-secondary span:last-child::after {
    background: var(--secondary);
}

.section-title.text-white span:first-child,
.section-title.text-white span:last-child,
.section-title.text-white span:first-child::after,
.section-title.text-white span:last-child::after {
    background: #FFFFFF;
}

h1.text-white a {
    color: #fff;
}


/*** Feature ***/
.feature-item {
    transition: .5s;
}

.feature-item:hover {
    margin-top: -15px;
    margin-bottom: 15px;
}


/*** About ***/


.progress .progress-bar {
    width: 0px;
    transition: 3s;
}
.progress {
    position: relative;
}
.progress > span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    text-align: center;
    color: #000;
    text-shadow: 0 0 2px #fff;
	font-size: 9px;
}

.progress-bar-success {
    background-color: #7bc77b;
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-bar-danger {
    background-color: #d35d2a;
}
.progress-bar-warning + span,
.progress-bar-danger + span {
    color: #fff;
    text-shadow: none;
}
/*** Fact ***/
.fact {
    margin: 6rem 0;
    background: url(../img/blob-top-left.png),
    url(../img/blob-top-right.png),
    url(../img/blob-bottom-left.png),
    url(../img/blob-bottom-right.png),
    url(../img/blob-center.png);
    background-position: left 0px top 0px,
    right 0px top 0px,
    left 0px bottom 0px,
    right 0px bottom 0px,
    center center;
    background-repeat: no-repeat;
}


/*** Service ***/
.service-item {
    position: relative;
    padding: 45px 30px;
    background: var(--light);
    overflow: hidden;
    transition: .5s;
}

.service-item:hover {
    margin-top: -15px;
    padding-bottom: 60px;
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: url(../img/blob-primary.png) center center no-repeat;
    background-size: contain;
    transition: .5s;
}

.service-item:hover .service-icon {
    color: var(--dark);
    background: url(../img/blob-secondary.png) center center no-repeat;
    background-size: contain;
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF;
}

.service-item a.btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px 40px 0 0;
    transition: .5s;
    z-index: 1;
}

.service-item a.btn:hover {
    color: var(--dark);
    background: var(--secondary);
}

.service-item:hover a.btn {
    bottom: 0;
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(98, 34, 204, .9);
    transition: .5s;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}


/*** Newsletter ***/
.newsletter {
    margin: 6rem 0;
    background: url(../img/blob-top-left.png),
    url(../img/blob-top-right.png),
    url(../img/blob-bottom-left.png),
    url(../img/blob-bottom-right.png),
    url(../img/blob-center.png);
    background-position: left 0px top 0px,
    right 0px top 0px,
    left 0px bottom 0px,
    right 0px bottom 0px,
    center center;
    background-repeat: no-repeat;
}


/*** Testimonial ***/
.testimonial-carousel .testimonial-item {
    padding: 0 30px 30px 30px;
}

.testimonial-carousel .owl-nav {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 60px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}


/*** Team ***/
.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/
.footer {
    border: none;
    margin-top: 6rem;
    padding-top: 60px;
    background: url(../img/bg-top.png),
    url(../img/map.png);
    background-position: center top,
    center center;
    background-repeat: no-repeat;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: var(--secondary);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--secondary);
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.btn-secondary {
    color: #000;
    background-color: #fba504;
    border-color: #fba504;
}

.btn-secondary:hover {
    color: #000;
    background-color: #fcb32a;
    border-color: #fbae1d;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #000;
    background-color: #fcb32a;
    border-color: #fbae1d;
    box-shadow: 0 0 0 0.25rem rgba(213, 140, 3, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #fcb736;
    border-color: #fbae1d;
}

.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(213, 140, 3, 0.5);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
    color: #000;
    background-color: #fba504;
    border-color: #fba504;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.text-light {
    color: #f6f4f9 !important;
}

.text-right {
    text-align: right;
}

.pull-right {
    float: right !important;
}

.col-left .uiblock, .col-right .uiblock {
    background: #F6F4F9;
    border-radius: 10px;
    padding: 0 10px 10px 10px;
}

.col-left .uiblock h3, .col-right .uiblock h3 {
    background: #F6F4F9 !important;
    color: var(--primary);
    border-bottom: 0;
    text-shadow: none;
    font-weight: 500;
    font-size: 1.25rem;
    border-radius: 10px 10px 0 0;
    margin: 0 -7px;
}

.btn-minus {
    border-radius: 6px 0 0 6px;
}

.btn-plus {
    border-radius: 0 6px 6px 0;
}

a[name], *[id] {
    scroll-margin-top: 6em;
}

h4 {
    color: var(--secondary);
    padding: 10px 0 5px 0;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

    /*background-image: linear-gradient(90deg,#0069b0 0%,#007abe 20%,#8e559f 40%,#ee5d84 80%,#f2868f 100%);*/
    background-image: linear-gradient(90deg, #65490E 0%, var(--secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.uiblock h4 {
    margin-left: 10px;
}
/*
h4:before {
    position: relative;
    top: 1px;
    right:4px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    content: "\e080";
}
*/
h5 {
    color: var(--primary);
}

.big-numbers .innerlte  h3 {
    color: #f5f5f5;
}

.input-group .dropdown-menu.autocomplete {
    top:100%;
}
.btn-light.active {
    background-color: #dddddd;
}

.chat {
    padding: 0;
}
.breadcrumb-item {
    color: #ddd;
}

.progress.progress-tours {
    width:100px;
    display: inline-flex;
    color: #000;
}

.nav-action .img-partie {
    padding: 10px 0;
    background-repeat: no-repeat;
}
.nav-action hr {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    width: 90px;
}

.timeline {
    margin-top: 2rem;
    border-radius: 12px;
    position: relative;
    list-style: none;
    padding: 0;
}
.timeline li {
    list-style: none;
    padding: 0;
    padding-bottom: 1.5rem;
    border-left: 1px solid var(--primary);
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}
.timeline li:last-child{
     border: 0px;
     padding-bottom: 0;
 }
.timeline li:before {
     content: '';
     width: 15px;
     height: 15px;
     background: white;
     border: 1px solid var(--primary);
     /*box-shadow: 3px 3px 0px #bab5f8;*/
     border-radius: 50%;
     position: absolute;
     left: -8px;
 }
.timeline h4 {
    color: #2a2839;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-top: 0;
}
.timeline p {
    color: #4f4f4f;
    font-family: sans-serif;
    line-height: 1.5;
    margin-top:0.4rem;
    font-size: .9rem;
}

.container-xxl-full-width > .container {
    max-width: unset;
}

.avatar-container {
    display: inline;
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;

     */
}
.avatar-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #2d73a3;
    border-radius: 8px;
    padding: 8px 16px 8px 8px;
    margin-bottom: 8px;
    margin-right: 8px;
    vertical-align: top;
}
a.avatar-box:hover {
    background: rgba(255, 255, 255, 0.3);
}
.avatar-box > img {
    width: 20px;
    height: 20px;
}
.avatar-login {
    color: #fff;
    font-size: 0.8em;
    font-weight: normal;
    margin-left: 8px;
}
.avatar-box .badge {
    position: absolute;
    right: 3px;
    top: 3px;
    background: red;
}
.modal-backdrop {
    background: #00000099;
}

@media (min-width: 576px) and (max-width: 768px) {
    .container, .container-sm {
        max-width: unset;
    }
}

/*****/

.content-data {
    max-width: 850px;
    margin: 0 1.2rem 2em;
}

.sim-card {
    background: #f0f7fd;
    border-radius: 10px;
    transition: .5s;
    margin-bottom: 1.2rem;
}

.sim-card:hover {
    box-shadow: 0 2px 11px 0 rgb(0 0 0 / 14%);
}

.sim-card-header {
    padding: 1.2rem 1.5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    color: var(--primary);
}
.sim-card-with-img > .sim-card-header {
    text-align: center;
    padding: 19px 0 0;
}

.sim-card-header i {
    display: inline-block;
    margin-inline-end: 5px;
}

.sim-card-body {
    padding: 1.2rem .5rem 1rem;
    text-align: center;
}
.sim-card-header + .sim-card-body {
    padding: 0.6rem .5rem 1rem;
}

.gd-col-start-1 {grid-column-start: 1;}
.gd-col-start-2 {grid-column-start: 2;}
.gd-col-start-3 {grid-column-start: 3;}
.gd-col-start-4 {grid-column-start: 4;}
.gd-col-start-5 {grid-column-start: 5;}
.gd-col-start-6 {grid-column-start: 6;}
.gd-col-start-7 {grid-column-start: 7;}
.gd-col-start-8 {grid-column-start: 8;}
.gd-col-start-9 {grid-column-start: 9;}
.gd-col-start-10 {grid-column-start: 10;}
.gd-col-start-11 {grid-column-start: 11;}
.gd-col-start-12 {grid-column-start: 12;}
.gd-col-end-1 {grid-column-end: 2;}
.gd-col-end-2 {grid-column-end: 3;}
.gd-col-end-3 {grid-column-end: 4;}
.gd-col-end-4 {grid-column-end: 5;}
.gd-col-end-5 {grid-column-end: 6;}
.gd-col-end-6 {grid-column-end: 7;}
.gd-col-end-7 {grid-column-end: 8;}
.gd-col-end-8 {grid-column-end: 9;}
.gd-col-end-9 {grid-column-end: 10;}
.gd-col-end-10 {grid-column-end: 11;}
.gd-col-end-11 {grid-column-end: 12;}
.gd-col-end-12 {grid-column-end: 13;}

.gd-row-start-1 {grid-row-start: 1;}
.gd-row-start-2 {grid-row-start: 2;}
.gd-row-start-3 {grid-row-start: 3;}
.gd-row-start-4 {grid-row-start: 4;}
.gd-row-start-5 {grid-row-start: 5;}
.gd-row-start-6 {grid-row-start: 6;}
.gd-row-start-7 {grid-row-start: 7;}
.gd-row-start-8 {grid-row-start: 8;}
.gd-row-start-9 {grid-row-start: 9;}
.gd-row-start-10 {grid-row-start: 10;}
.gd-row-start-11 {grid-row-start: 11;}
.gd-row-start-12 {grid-row-start: 12;}
.gd-row-end-1 {grid-row-end: 2;}
.gd-row-end-2 {grid-row-end: 3;}
.gd-row-end-3 {grid-row-end: 4;}
.gd-row-end-4 {grid-row-end: 5;}
.gd-row-end-5 {grid-row-end: 6;}
.gd-row-end-6 {grid-row-end: 7;}
.gd-row-end-7 {grid-row-end: 8;}
.gd-row-end-8 {grid-row-end: 9;}
.gd-row-end-9 {grid-row-end: 10;}
.gd-row-end-10 {grid-row-end: 11;}
.gd-row-end-11 {grid-row-end: 12;}
.gd-row-end-12 {grid-row-end: 13;}

@media (min-width: 576px) {
    .content-data {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 1.2rem;
    }
    .sim-card {
        margin-bottom: 0;
    }
    .sim-card-with-img {
        /*grid-row: 1 / 4;*/
    }
}

.sim-card-body table {
    width: 100%;
    border-collapse: collapse;
}

.sim-card-body table td {
    line-height: 1.4em;
    font-size: 0.9em;
    padding: 2px 4px;
}

.sim-card-body table .label {
    text-align: right;
    width: 70%;
}

.sim-card-body table td:last-child {
    text-align: left;
}

.sim-card-body .label.label-total {
    font-weight: bold;
}

.sim-card-body .data {
    text-align: right;
    white-space: nowrap;
}
.sim-card-body .unit {
    width: 24px; /* 16img sim + 2*4px padding */
}
.sim-card-body .updown {
    width: 28px; /* 20img moral + 2*4px padding */
}
.table-unit-total {
    width: 100%;
}
.table-unit-total thead th {
    text-align: right;
    color: var(--primary);
    padding-bottom: 0.6rem;
}
.table-unit-total .data {
    width: calc(20% - 34px); /* (100% - (70% + 20px + 20px + 28px)) / 2 */
}
.sim-card-body table.table-unit-total td:first-child {
    width: 60%;
}

.sim-card-body .data.data-total {
    font-weight: bold;
}

.sim-card-body .data-down i {
    color: darkred;
}
.sim-card-body .data-up i {
    color: darkgreen;
}

/******/