body {
    font-size: .875rem;
    min-height: 65rem;
    padding-top: 7rem;
}

.print .container,
.print .container-fluid {
    width: auto;
    max-width: 1140px;
}

body.print {
    font-size: 12px;
    min-height: 65rem;
    padding-top: 0rem;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-fluid {
    max-width: 1920px;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

footer {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #eee;
}

nav .container-fluid {
    /*margin-right: 9px;
    margin-left: 15px;*/
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 48px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}



.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.icon-lg {
    font-size: 25px;
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/* custom style */
.bg-blue {
    background-color: #118FF2 !important;
}

.height-header {
    height: 112px;
    border-bottom: 1px solid #dee2e6 !important;
}

.bg-light {
    background-color: #DFE7ED !important;
}

.border-padd {
    border: 1px solid #ccc;
    padding: 20px !important;
}

.menu-right img {
    height: 30px;
}

a.menu-right-text {
    color: #fff;
    font-size: 14px;
    /*font-weight: 500;*/
    text-decoration: none;
    margin-left: 6px;
    border-bottom: 1px #fff solid;
}

a.menu-right-text:hover {
    opacity: 0.5;
}

a.hello-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

a.hello-text:hover {
    opacity: 1;
}

.profile img {
    margin-top: 70px;
    margin-top: 70px;
    background-color: unset !important;
    border-radius: 50%;
    border: 1px solid #dee2e6 !important;
}

.img-raised {
    box-shadow: 0 5px 15px -8px rgba(0, 0, 0, .24), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.line-height-13 {
    line-height: 13px;
}


.profile-header h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.profile-header .dropdown-toggle i {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.profile-header .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
}

.profile-header .dropdown-toggle::after {
    display: none;
}

.profile-header .nav-pills .nav-link.active,
.profile-header .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #118FF2;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.my-mt-4 {
    margin-top: 3rem !important;
}

.my-mt-2 {
    margin-top: 1rem !important;
}

#searchbox i {
    font-size: 20px;
}

.form-input {
    border: 1px solid #00457C;
    border-radius: 0px;
}

.form-danger {
    border: 1px solid #FA021E;
    border-radius: 0px;
    color: #FA021E;
}

.fa-menu-3 {
    font-size: 20px;
    color: #fff;
    /*padding: .5rem!important;*/
}

.fa-menu-4 {
    font-size: 30px;
    color: #fff;
}

/* bouton */
.btn-primary {
    color: #fff;
    background-color: #00457C !important;
    font-size: 14px;
    border-color: #00457C;
}

.btn-primary:hover {
    background-color: #5aa1da;
    border-color: #5aa1da;
}

.btn-outline-primary {
    color: #fff;
    background-color: #00457C;
    font-size: 14px;
    border-color: #00457C !important;
}

.btn-outline-primary:hover {
    background-color: #5aa1da;
    border-color: #215680;
}

.btn-secondary {
    color: #fff;
    background-color: #118ff2;
    border-color: #118ff2;
    font-size: 14px;
}

.btn-secondary:hover {
    background-color: #5aa1da;
    border-color: #5aa1da;
}

.btn-outline-secondary {
    color: #fff;
    background-color: #118ff2;
    font-size: 14px;
    border-color: #118FF2 !important;
}

.btn-outline-secondary:hover {
    background-color: #5aa1da;
    border-color: #118FF2;
}

.btn-light {
    color: #212529;
    background-color: #DFE7ED !important;
    border-color: #DFE7ED;
    font-size: 14px;
}

.btn-light:hover {
    background-color: #cee0ef !important;
    border-color: #f4f5f7;
}

.btn-outline-light {
    color: #212529;
    background-color: #DFE7ED !important;
    border-color: #C9C5C5;
    font-size: 14px;
}

.btn-outline-light:hover {
    background-color: #cee0ef !important;
    border-color: #C9C5C5;
}

.btn-group-lg>.btn,
.btn-lg {
    font-weight: 500;
    padding: .4rem 1rem;
}

.btn-large {
    width: 100%;
    /* height: 35px; */
    font-weight: 500;
    margin: 4px;
    display: grid;
    align-items: center;
}

.group-button a:first-child {
    margin-left: 0;
}

.group-button a:last-child {
    margin-right: 0;
}

.btn-outline-primary {
    color: #00457C;
    background-color: #fff;
    font-size: 14px;
    border-color: #707070;
}

.btn-outline-primary:hover {
    background-color: #eee;
    color: #00457C;
}

.btn-outline-secondary {
    color: #5aa1da;
    background-color: #fff;
    font-size: 14px;
    border-color: #5aa1da;
}

.btn-outline-secondary:hover {
    background-color: #eee;
    color: #5aa1da;
}

a.expandAll,
a.collapseAll {
    color: #F8F7F7;
}

a.expandAll:hover,
a.collapseAll:hover {
    color: #eee;
}

.margin-logo-auto {
    margin: auto 0;
}

/* end bouton */

/* table */
/*.table-bordered td, .table-bordered th {
    border: 1px solid #00457C;
}*/
.outside-boder {
    border: 1px solid #00457C;
}

.table-primary,
.table-primary>td,
.table-primary>th {
    color: #fff !important;
    ;
    background-color: #00457C !important;
    border-color: #00457C !important;
    text-align: center;
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    color: #fff;
    background-color: #4ca6f0;
    border-color: #4ca6f0;
}

.table-info,
.table-info>td,
.table-info>th {
    color: #fff;
    background-color: #0070C0;
}

.align-middle>td,
.align-middle>th,
.align-middle>tr>th,
.align-middle>tr>td {
    vertical-align: middle !important;
}

.bg-info {
    background-color: #0070C0 !important;
}

.table-xs td,
.table-xs th {
    padding: .75rem .2rem;
}

.table-boder-white,
.table-boder-white>td,
.table-boder-white>th {
    border-color: #fff;
}

/* List Group */
.list-group {
    border-radius: 0;
}

.list-group-item-primary {
    color: #fff;
    background-color: #00457C;
}

.list-group-item-secondary {
    color: #fff;
    background-color: #4ca6f0;
}

.list-group-item-light {
    color: #212529;
    background-color: #DFE7ED;
}


.list-group-item.active {
    color: #fff;
    background-color: #4CA6F0;
    border-color: #118FF2;
    font-weight: 500;
    font-size: 16px;
}

/* End list Group */
/* Tab List*/
.tab {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
}

.nav-tabs {
    border-bottom: 2px solid #118ff2;
    background-color: #fff;
    margin-right: 2px;
}

.nav-tabs li {
    margin-bottom: 0px;
    margin-right: 0px;
    margin-right: 2px;
    margin-left: 2px;
}

.nav-tabs li a {
    font-size: 16px;
    color: #808080;
    outline: none;
    margin-right: 0px;
    padding: 20px 18px;
    border-radius: 0;
    text-transform: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    background: #00457c;
    color: #fff;
    border-color: #00457c;


}

.tab-pane#options {
    margin: -20px;
}

.tab-pane#package-content {
    padding: 10px;
}

.tab-content {
    color: #5a5c5d;
    padding: 20px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #C5E4FC;
}


.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: #F8F9FA;
    opacity: 0.5;
}

.title-1 {
    color: #fff;
    background-color: #4CA6F0;
    border-color: #118FF2;
    font-weight: 500;
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    font-size: 16px;
    margin-bottom: 25px;
}

.bg-categ {
    font-size: 16px;
    color: #707070;
    font-weight: 500;
    padding: 2rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: .25rem !important;
    text-align: center;
    text-decoration: none;
}

.bg-categ h5 {
    font-size: 16px;
}

a.link-categ .bg-categ:hover {
    background-color: #edf5fb !important;
}

a.link-categ:hover {
    text-decoration: none;
}

.pad-icone-1 {
    padding: 0px 6px;
}

.pad-icone-1:hover {
    opacity: 0.5;
}

.pad-4 {
    padding-right: 17px !important;
}

.pad-icone-2 {
    padding-right: 13px !important;
}

.breadcrumb {
    padding: 0rem 0rem;
    background-color: #fff;
    margin-bottom: 3px;
    font-size: 15px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #6c757d;
    content: ">";
}

.openall .btn-link {
    font-size: 15px;
}

a {
    color: #118ff2;
}

a:hover {
    color: #00457C;
    text-decoration: none;
}

/* Menu Left */
.menu-left .card {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #00457C;
    border-radius: 0;
}

.menu-left>.card:not(:last-of-type) {
    border-bottom: 1px solid #00457C !important;
}

.menu-left .card-header {
    padding: .25rem 1rem;
    margin-bottom: 0;
    cursor: pointer;
    color: #F8F7F7;
    background-color: #00457C;
}

.menu-left .card-header h5 {
    color: #F8F7F7;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.menu-left .card-body {
    padding: 1rem;
}

.blue-btn {
    color: #fff;
    background-color: #118FF2;
    font-size: 14px;
    font-weight: 500;
}

.blue-btn:hover {
    background-color: #5aa1da;
    color: #fff;
}

.menu-left .input-group-sm>.form-control {
    border-radius: 0;
}

.menu-left .input-group-text {
    background-color: #fff;
    border: 0;
    border-radius: 0;
}

.menu-left .input-group>.input-group-prepend>.input-group-text {
    padding: .25rem .2rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}


ul.list-left {
    padding: 0 1rem !important;
    margin: 0 !important;
}

ul.list-left li {
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
    color: #707070;
}

ul.list-left li a {
    font-weight: 500;
    color: #707070;
    text-decoration: none;
}

ul.list-left li a:hover {
    color: #00457C;
}

/* pagination */
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
    margin-bottom: 0;
}

.page-item {
    padding: 0 3px;
}

.page-item.disabled .page-link {
    color: #fff;
    pointer-events: none;
    cursor: auto;
    background-color: #BAC4CC;
    border: 0;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000000;
    background-color: #fff;
    border: 0;
    font-size: 12px;
    font-weight: 500;
}

.page-link:hover {
    z-index: 2;
    color: #4CA6F0;
    font-weight: 500;
    text-decoration: none;
    background-color: #f0f3f5;
}

/* list icon */
.list-icon {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
    margin-bottom: 0;
}

.icon-item {
    padding: 0 5px;
}

.icon-item.disabled .page-link {
    color: #fff;
    pointer-events: none;
    cursor: auto;
    background-color: #BAC4CC;
    border: 0;
}

.icon-link {
    position: relative;
    display: block;
    padding: 0;
    margin-left: -1px;
    line-height: 1.25;
    color: #000000;
    border: 0;
    font-size: 24px;
    font-weight: 500;
}

.icon-link:hover {
    z-index: 2;
    color: #4CA6F0;
    font-weight: 500;
    text-decoration: none;
}

/* list product 100% */
.list {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #C9C5C5;
}

.list-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #DFE7ED;
    border-bottom: 1px solid #C9C5C5;
}

.list-title {
    color: #00457C;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.list-title a {
    color: #00457C;
}

.list-title a:hover {
    color: #118ff2;
}

.manuf-title {
    color: #118ff2;
    font-size: 14px;
    font-weight: 500;
}

.list-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    max-width: 445px;
}

.list-body-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.border-right-list {
    border-right: 1px solid #00457C !important;
}

.border-left-list {
    border-left: 1px solid #00457C !important;
}

/* liste specification */
ul.list-spec {
    padding: 0 1rem !important;
    margin: 0 !important;
}

ul.list-spec li {
    line-height: 1.5;
    list-style-type: disc;
    font-size: 14px;
    color: #00457C;
}

ul.list-spec li a {
    color: #00457C;
    text-decoration: none;
}

ul.list-spec li a:hover {
    color: #336994;
}

/* liste specification page product */
ul.list-spec-product {
    padding: 0 1rem !important;
    margin: 0 !important;
}

ul.list-spec-product li {
    line-height: 1.5;
    list-style-type: disc;
    font-size: 14px;
    color: #000000;
    text-transform: capitalize;
}

ul.list-spec-product li a {
    color: #000000;
    text-decoration: none;
}

ul.list-spec-product li a:hover {
    color: #336994;
}

/* other css */
.warehouse-box {
    width: 50px;
    height: 25px;
    border: 1px solid #707070;
    /*color:#336994;*/
    text-align: center;
    padding: 0 3px;
}

.price-box {
    width: 95px;
    height: 25px;
    border: 1px solid #707070;
    /*color:#336994;*/
    text-align: center;
    padding: 0 3px;
}

.price-box-product {
    width: 120px;
    border: 1px solid #707070;
    /* color: #336994; */
    text-align: center;
    padding: 3px 3px 3px;
}

/* fav box categorie */
.fav-box-categ {
    color: #fff;
    padding: .75rem 1.25rem;
    background-color: #118ff2;
    border-bottom: 1px solid #118FF2;
    width: 60px;
    height: 100%;
}

ul.fav-box-list {
    padding: 0;
    margin: 20px 0;
}

ul.fav-box-list li {
    /* line-height: 3; */
    list-style-type: none;
    padding: 10px 0;
}

ul.fav-box-list li a:hover {
    opacity: 0.5;
}

.bg-secondary {
    padding: .40rem 1.25rem;
    margin-bottom: 0;
    background-color: #DFE7ED !important;
    border: 1px solid #C9C5C5;
    font-size: 16px;
}

.product-title {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.product-des-title {
    color: #00457C;
    font-size: 18px;
    font-weight: 500;
}

.text-primary {
    color: #00457C !important;
}

.text-secondary {
    color: #118FF2 !important;
}

.text-success {
    color: #1F7605 !important;
}

.text-danger {
    color: #EB1414 !important;
}

.text-black {
    color: black !important;
}

.text-green {
    color: green !important;
}

.text-purple {
    color: purple !important;
}

.text-blue {
    color: blue !important;
}

.text-yellow {
    color: blue !important;
}

.text-warning {
    color: #F7C337 !important;
}


ul.fav-box-product li {
    padding: 0 10px;
}

ul.fav-box-product li a:hover {
    opacity: 0.5;
}

.dashed-box {
    border: 1px dashed #707070;
    padding: 0 3px;
    height: 48px;
    display: table;
    width: 100%;
}




/* Carousel Wrapper */
#slideProduct .carousel {
    position: relative;
    margin-bottom: 90px;
}

#slideProduct .carousel-inner {
    margin-bottom: 50px;
}

#slideProduct .carousel-item {
    text-align: center;
}

#slideProduct .carousel-inner img {
    width: 100%;
    height: 100%
}

#slideProduct .carousel-indicators {
    position: static;
    margin-top: 20px;
}

#slideProduct .carousel-indicators>li {
    width: 100px;
}

#slideProduct .carousel-indicators li img {
    display: block;
    opacity: 0.7;
    padding: 2px;
    border: 1px solid #C9C5C5 !important;
}

#slideProduct .carousel-indicators li.active img {
    opacity: 1;
}

#slideProduct .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-main-image {
    min-height: 500px;
}

.img-silde-thumb {
    max-width: 450px;
    text-align: center;
    object-fit: contain;
    max-height: 157px;
}

.img-silde-main {
    max-width: 650px;
    text-align: center;
    object-fit: contain;
    max-height: 481px;
}

#slideProduct .carousel-slide-next,
#slideProduct .carousel-slide-prev {
    position: absolute;
    /*top: 0;
    bottom: 0;*/
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #595C5F;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    font-size: 30px;
    font-weight: 500;
}

#slideProduct .carousel-slide-next:hover,
#slideProduct .carousel-slide-prev:hover {
    color: #dcdee0;
}

#slideProduct .carousel-slide-prev {
    left: 0;
}

#slideProduct .carousel-slide-next {
    right: 0;
}

.dashed-border-right {
    border-right: 1px dashed #ccc;
}

.dashed-border-bottom {
    border-bottom: 1px dashed #ccc;
}

/* alerts */
.alert-primary {
    color: #fff;
    background-color: #00457C;
    border-color: #00457C;
}

.alert-secondary {
    color: #fff;
    background-color: #4CA6F0;
    border-color: #118FF2;
}

.alert-primary .alert-link {
    color: #4ca6f0;
}

@media (max-width: 991.98px) {
    .btn-large {
        font-size: 12px;
    }

    .border-right-list {
        border-right: 0px !important;
    }

    .border-left-list {
        border-left: 0px !important;
    }

    .fav-box-categ {
        color: #fff;
        padding: .75rem 1.25rem;
        background-color: #118ff2;
        border-bottom: 1px solid #118FF2;
        width: 100%;
        height: 100%;
    }

    ul.fav-box-list {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center !important;
    }

    ul.fav-box-list li {
        /* line-height: 3; */
        list-style-type: none;
        padding: 0 10px;
    }

    ul.fav-box-list li a:hover {
        opacity: 0.5;
    }
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }

    .btn-large {
        font-size: 10px;
    }
}

@media (max-width: 575.98px) {
    .border-right-list {
        border-right: 0px !important;
    }

    .border-left-list {
        border-left: 0px !important;
    }

    .fav-box-categ {
        color: #fff;
        padding: .75rem 1.25rem;
        background-color: #118ff2;
        border-bottom: 1px solid #118FF2;
        width: 100%;
        height: 100%;
    }

    ul.fav-box-list {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center !important;
    }

    ul.fav-box-list li {
        /* line-height: 3; */
        list-style-type: none;
        padding: 0 10px;
    }

    ul.fav-box-list li a:hover {
        opacity: 0.5;
    }
}

@media only screen and (max-width: 480px) {
    .nav-tabs>li {
        width: 100%;
    }
}

@media print {

    .container,
    .container-fluid {
        width: auto;
        max-width: 1140px;
    }

    body {
        font-size: .875rem;
        min-height: 65rem;
        padding-top: 0rem;
    }

    .table .thead-dark th {
        color: #fff;
        background-color: #343a40 !important;
        border-color: #454d55;
        -webkit-print-color-adjust: exact;
    }

    .table-striped th,
    .table-striped td {
        background-color: rgba(0, 0, 0, .05) !important;
        -webkit-print-color-adjust: exact;
    }
}

.loader {
    border: 5px solid #f3f3f3;
    /* Light grey */
    border-top: 5px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.error {
    color: red;
    margin: 15px;
}

/* new css V2 */
a.close_icon {
    position: absolute;
    top: -10px;
    right: 2px;
    width: 24px;
    height: 24px;
    font-size: 1.5rem;
    opacity: 1 !important;
    background-color: #fff !important;
    display: flex;
    color: #a7a6a6;
}

a.close_icon i:hover {
    opacity: 0.7 !important;
}

.my-mt-3 {
    margin-top: 1.5rem !important;
}

a.fav_icon {
    position: absolute;
    top: 5px;
    right: 22px;
    width: 24px;
    height: 24px;
    font-size: 1.5rem;
    opacity: 1 !important;
    display: flex;
    color: #a7a6a6;
}

a.fav_icon i:hover {
    opacity: 0.7 !important;
}

/* new css V2.3 */
.list-title-bold {
    color: #00457C;
    font-size: 22px;
    font-weight: 500;
}

.intro-text {
    /*background-color: #EFF1F4!important;
  text-align:center;*/
    font-size: 16px;
    padding: 30px 0;
    color: #00457C;
}

.label-form {
    font-weight: bold;
    font-size: 16px;
    color: #00457C;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
}

.label-form-small {
    font-size: 16px;
    color: #00457C;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #00457C;
}

.custom-file-control:lang(fr)::before {
    content: "PARCOURIR";
}

.custom-file-control:lang(en)::before {
    content: "BROWSE";
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: #118FF2;
    border: 1px solid #00457C;
}

.custom-file-control:lang(fr):empty::after {
    content: "S\e9lectionner un fichier...";
}

.custom-file-control:lang(en):empty::after {
    content: "Choose file...";
}

.btn-submit-form {
    color: #fff;
    background-color: #00457C;
    font-size: 18px;
    border-color: #00457C;
    width: 200px;
    font-weight: 500;
    margin: 4px;
    display: grid;
    align-items: center;
}

.btn-submit-form:hover {
    background-color: #5aa1da;
    border-color: #5aa1da;
    color: #fff;
}

.btn-save-form {
    color: #00457C;
    background-color: #fff;
    font-size: 18px;
    border-color: #00457C;
    width: 200px;
    margin: 4px;
    display: grid;
    align-items: center;
}

.btn-save-form:hover {
    background-color: #5aa1da;
    border-color: #5aa1da;
    color: #fff;
}

div.disabled {
    pointer-events: none;
    /* for "disabled" effect */
    opacity: 0.5;
    background: #CCC;
}

.disabled {
    pointer-events: none;
    /* for "disabled" effect */
    opacity: 0.5;
    background: #CCC;
}

.category-menu {
    width: 300px !important;
    background-color: #00457C !important;
    height: 35px !important;
    margin-top: 4px !important;
    color: white !important;
    align-items: center !important;
    font-weight: 500 !important;
}



.search-manual-info {
    color: #00457C;
    padding-top: 3px;
    padding-right: 7px;
}

.search-manual {
    color: #000000;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    /*width: 634px;*/
    height: 25px;
}

.key-word-location {
    color: #00457C;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.key-word-location-labels {
    padding-right: 3px !important;
}

.key-word-location-inputs {
    padding-right: 5px !important;
}

.search-form {
    /*width: 864px;*/
    font-size: 14px;
    /*height: 150px;*/
}

.search-form input {
    font-size: 12px;
    height: 30px;
    line-height: 1;

}

.search-form select {
    font-size: 12px;
    height: 30px;
    line-height: 1;
}

.search-form button {
    font-size: 14px;
    height: 30px;
}

.search-form-main-row {
    /*width: 656px;*/
}

.search-form-row {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.help_button {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    outline: none;
    color: white;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0 0 15px #971b18;
}

.help_button img:hover {
    opacity: 0.5;
}


.table-spec {
    border-collapse: separate;
    border-spacing: 3px 0;
}

.table-spec-th {
    background-color: #00457C;
    color: #fff;
    vertical-align: top;
    border: 1px solid #00457C;
    padding: 0.75rem !important;
}

.table-spec-td {
    background-color: #F8F9FA;
    color: #00457C;
    vertical-align: top;
    border: 1px solid #00457C;
    padding: 1.5rem !important;
}

.btn-out-blue {
    color: #0070C0;
    background-color: #f8f9fa;
    font-size: 16px;
    border-color: #4CA6F0 !important;
    padding: 0.15rem 1rem;
}

.btn-out-blue2 {
    color: #fff;
    background-color: #0070C0;
    font-size: 14px;
    border-color: #0070C0 !important;
    padding: 0.15rem 1rem;
    font-weight: bold;
}

.price-table {
    background-color: #fff;
    color: #595C5F;
    vertical-align: top;
    font-size: 14px;
    margin: 38px 18px;
}

/* css modifi� */
/* liste specification page product */
ul.list-spec-product {
    padding: 0 1rem !important;
    margin: 0 !important;
}

ul.list-spec-product li {
    line-height: 1.5;
    list-style-type: disc;
    font-size: 14px;
    color: #00457C;
    text-transform: capitalize;
}

ul.list-spec-product li a {
    color: #00457C;
    text-decoration: none;
}

ul.list-spec-product li a:hover {
    color: #336994;
}


.inventory-filter-labels {
    color: #0070C0;
    margin: 0 10px 0 5px;
}

.inventory-filter {
    margin-left: 15px;
}

.supplier-table {
    background-color: #F8F9FA;
    color: #000000;
    vertical-align: top;
    font-size: 14px;
}

.opacity-supplier {
    /*opacity: 0.5;*/
    color: #c2c2c2;
}

.opacity-supplier img {
    opacity: 0.3;
}

.light-blue-bg {
    background-color: #0070C0 !important;
}

.circle-green {
    color: green;
}

.circle-yellow {
    color: yellow
}

.circle-blue {
    color: blue
}

.circle-purple {
    color: purple
}

.circle-orange {
    color: orange
}

.circle-black {
    color: black;
}

.message-bar {
    position: fixed;
    width: 100%;
    z-index: 1000000;
    left: 9%;
    width: 80%;
    top: 0px;
}

.description-box {
    //border: 1px solid #00457C;
    border-radius: 0px;
    min-height: 100px;
    //padding: 10px;
}

.menu-item {
    margin-left: 10px;
    margin-right: 10px;
}

#main-content {
    min-height: auto !important;
    margin-left: 1vw;
    margin-right: 1vw;
}

.price-box-av {
    border-radius: 0.25rem;
    color: #191919;
    font-size: 14px;
    display: block;
    padding: 0.39rem 0.65rem;
    background-color: #fff;
    border: 1px solid #808080;
    width: 130px;
}

.list-availablity {
    -ms-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: inline-flex;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
    color: #191919;
    font-size: 14px;
}

.list-availablity>.list-availablity-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    color: #595C5F;
    font-weight: bold;
    width: 65px;
}

.list-availablity-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    color: #595C5F;
}

.list-availablity-item {
    position: relative;
    display: block;
    padding: 0.39rem 0.65rem;
    background-color: #fff;
    border: 1px solid #808080;
}

.list-availablity>.list-availablity-item+.list-availablity-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-availablity>.list-availablity-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
    width: 150px;
    text-align: left;
}

.list-availablity-item+.list-availablity-item {
    border-top-width: 0;
}

.list-availablity-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.details-table .fa {
    font-size: 20px;
    color: #808080;
}

.details-table td,
.details-table th {
    vertical-align: middle;
}

.icon-blue {
    color: #1177BD !important;
}

.icon-green {
    color: #2E7D32 !important;
}

.icon-orange {
    color: #EF6C1F !important;
}

.icon-grey {
    color: #808080 !important;
}

ul.fav-box-list {
    padding: 0;
    margin: 0;
}

.margin-checkbox-css {
    margin: 0px 15px;
}

/* Ribbon promo */
.rubbon_horizontal {
    width: 100%;
    position: absolute;
    top: 8px;
    left: 4px;
}

.rubbon_pointer {
    width: 85px;
    height: 40px;
    position: absolute;
    background: #F7B82B;
    left: 0;
    color: #141414;
    text-align: left;
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
}

.rubbon_pointer:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.bg_promo_yellow {
    background-color: #F7B82B;
    color: #141414;
}

.bg_promo_red {
    background-color: #C62828;
    color: #FFFFFF;
}

.bg_promo_mauve {
    background-color: #AA26FB;
    color: #FFFFFF;
}

.price-summary {
    min-height: 210px;
}

.history-icon {
    color: #118FF2 !important;
}


.fotorama__nav fotorama__nav--thumbs fotorama__shadows--left {
    width: 200px !important;
}

.fotorama__nav fotorama__nav--thumbs fotorama__shadows--right {
    width: 200px !important;
}

.fav-icon-category-menu:hover {
    color: #000 !important;
}

.main-filter-container {
    margin-top: 0px !important;
}

.filter-collapsible-container {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.filter-controls {
    padding-left: 4px !important;
    padding-right: 4px !important;
    margin-bottom: 10px;
}

.reset-filters {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    margin-left: 25px;
}

.main-filter-container-header {
    background-color: #00213C !important;
    height: 34px;
}

.filter-title {
    float: left;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.filter-toggle {
    float: right;
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
}

.selected-filters-count {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #00213B;
}

.selected-filters {
    background: #FEFEFE;
    border: 1px solid #00213B;
    border-radius: 3px;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 20px;
    padding-left: 17px;
    margin-bottom: 12px;
    height: 100%;
}

.filter-name {
    color: #495057;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}

.grey {
    color: grey !important;
    padding-left: 10px;
}

.filter-box {
    margin-left: 10px;
    margin-bottom: 10px !important;
    height: 24px;
    display: initial;
    padding: 0px 12px 3px 11px;
}

.pager {
    margin-top: 0px !important;
}

.circle-green {
    color: green;
}

#slideProduct .carousel {
    position: relative;
    margin-bottom: 20px;
}

.carousel-control-next,
.carousel-control-prev {
    font-size: 30px;
    color: #595C5F6E !important;
}

#controlCarousel .carousel-inner {
    padding: 0 40px;
}

#controlCarousel .carousel-item img {
    max-width: 120px;
    text-align: center;
}

#controlCarousel .carousel-item img {
    cursor: pointer;
}

.filter-category-card-body {
    padding: 0px !important;
}


/* Chrome, Safari, Edge, Opera */
input.hide_arrow_number::-webkit-outer-spin-button,
input.hide_arrow_number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number].hide_arrow_number {
    -moz-appearance: textfield;
}

#specification table tr td:first-child {
    width: 30%;
}

.tooltip-inner {
    max-width: 1000px !important;
    //define whatever width you want
}

.filter-button {
    /*align content center*/
    display: flex;
    justify-content: center;
    padding-bottom: 7px;
}

.charlie-blue {
    color: #118FF2;
}

.pointer {
    cursor: pointer;
}

.align-center {
    margin: auto;
    width: 100%;
    padding: 10px;
}

.copy {
    cursor: pointer;
}

.quantity-code {
    font-size: 10px;
}

.product-videos {
    height: 50vh;
    width: 50%;
    object-fit: fill;
}

.product-main-img-search {
    max-height: 150px;
    width: auto;
}
}


.image-container {
    position: relative;
    display: inline-block;
    /* Adjust as needed */
}

.main-image {
    margin-top: 10px;
    height: 40px;
    border: 1px solid #676767;
}

.overlay-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
}

.country-of-origin {
    height: 40px;
    border: 1px solid #676767;
}

.product-orginis-manufacturer {
    float: right;
    /*bottom: 0;
    left: 75%;
    position: absolute;*/
}

.product-orginis {
    float: right;
    bottom: 0;
    position: absolute;
    left: 100%;
}

.product-orginis-details {
    float: left;
}

.product-orginis-detail {
    float: right;
}

.image-container {
    position: relative;
    display: inline-block;
    /* Adjust as needed */
}

.manuf-logo-img {
    width: 80px;
    float: right;
}

.search-results {
    margin-top: 20px;
}

.product-item {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    background-color: #fff;
}

.product-item h3 {
    color: #00457C;
    margin-bottom: 10px;
    font-size: 18px;
}

.product-item p {
    margin: 5px 0;
    color: #666;
    font-size: 14px;
}

.no-results {
    text-align: center;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 4px;
    color: #666;
}

.search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    display: none;
}

.search-suggestion-item {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.search-suggestion-item:hover {
    background-color: #f5f5f5;
}

.search-suggestion-item:last-child {
    border-bottom: none;
}

.search-form-main-row {
    position: relative;
}

html,
body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

body>#root {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
}

.search-product-image {
    width: 70px;
    height: 70px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    flex-shrink: 0;
    /* prevents shrinking */
    margin-left: 0;
    /* no extra left margin */
}

.hidden-image {
    visibility: hidden;
    /* keeps space if no image */
}

.product-info {
    display: flex;
    flex-direction: column;
    /* stack product-line vertically */
    flex-grow: 1;
    /* take remaining horizontal space */
    min-width: 0;
    /* important to allow shrinking/truncation */
}

.product-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.category {
    color: gray;
    font-size: 0.9rem;
    white-space: nowrap;
    /* optional: keep on one line */
    overflow: hidden;
    text-overflow: ellipsis;
}

.mfr {
    font-size: 0.9rem;
    text-align: right;
    white-space: nowrap;
    /* optional */
    overflow: hidden;
    text-overflow: ellipsis;
}

.results-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    font-weight: bold;
    margin: 20px 0;
}

.results-divider::before,
.results-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: red;
    margin: 0 10px;
}

.invisible-element {
    visibility: hidden;
}

.mini-img {
    width: 28px;
    /* control image size */
    height: 28px;
    /* keep it small */
    object-fit: contain;
}

.cursor-pointer {
    cursor: pointer;
}

/* Make the button look like a link */
.link-button {
    all: unset;
    /* reset button default styles */
    color: #007bff;
    /* same colour as your links */
    cursor: pointer;
    text-decoration: underline;
}

.link-button:hover {
    text-decoration: none;
    /* optional hover effect like <a> */
}

.bullet-list li {
    list-style: none;
    /* remove default bullet */
    position: relative;
    padding-left: 1.5rem;
}

.bullet-list li::before {
    content: "•";
    /* the bullet */
    position: absolute;
    left: 0;
    color: #156082;
    /* your custom color */
    font-weight: bold;
}

.spinner {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.line-through {
    text-decoration: line-through;
}

.md-font-size {
    font-size: 19px;
}

.fav-box-list2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.fav-box-list2.flex-end {
    justify-content: flex-end;
}

.fav-box-list2.horizontal {
    flex-direction: row;
}

.fav-box-list2.vertical {
    flex-direction: column;
}

.product-price-input {
    width: 80px;
    padding: 0;
    border: none;
    background: transparent;
    outline: none;
    font: inherit;
    text-align: right;
    color: inherit;
    appearance: textfield;
    /* removes spin buttons in Chrome */
}

/* Remove spinner arrows in Firefox */
.product-price-input::-webkit-outer-spin-button,
.product-price-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mini-img-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.custom-checkbox2 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 9px;
}

.price-diff {
    font-size: 11px;
    margin-top: 2px;
    margin-left: 4px;
    font-weight: 500;
}

.price-diff.positive {
    color: green;
}

.price-diff.negative {
    color: red;
}

.controls-container.horizontal-space-between {
    display: flex;
    justify-content: space-between;
    /* push items to left & right */
    align-items: center;
    /* vertically center items */
    width: 100%;
}

.actions-left {
    display: flex;
    align-items: center;
}

.actions-right {
    display: flex;
    align-items: center;
}

.item-container {
    display: flex;
    align-items: center;
    gap: 16px;
    /* space between left div and ul */
}

.fav-box-list2.horizontal {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
    /* space between <li> items inside the ul */
}

.pl-8 {
    padding-left: 8px;
}

.inlineflex {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.d-flex {
    display: flex;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;
}

.disabled-textfield .ms-TextField-field {
    background-color: #e0e0e0 !important;
    /* grey background */
    cursor: not-allowed;
    opacity: 0.8;
}

.text-normal {
    width: unset !important;
}

/* ----- HEADER STYLES ----- */
.bg-blue {
    background-color: #004b87;
    color: white;
}

.height-header {
    min-height: 80px;
}

.header-container {
    max-height: 100px;
    margin-left: 30px;
}

.profile-img {
    width: 130px;
}

.message-bar {
    margin-bottom: 10px;
}

.hello-text {
    color: white;
    margin-right: 15px;
}

.menu-right-text {
    color: white;
    margin-left: 15px;
    text-decoration: none;
}

.menu-right-text:hover {
    text-decoration: underline;
}

.pad-icone-1 {
    padding: 0 10px;
}

.fa-menu-3 {
    font-size: 1.3rem;
}

/* ----- MAIN LAYOUT ----- */
.main-layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.search-form {
    background-color: white;
    border-radius: 8px;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.dealer-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.margin-logo-auto img {
    max-width: 100%;
}

footer a {
    color: white;
}

footer a:hover {
    text-decoration: underline;
}

.logo-container img {
    width: 220px;
}

/* ----- SEARCH BAR (from part 3) ----- */
.bx--search {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.bx--search--lg {
    height: 2.75rem;
}

.bx--search-input {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #f1f3f5;
    border: none;
    color: #1a1a1a;
    height: 100%;
    padding: 0 2.5rem;
    text-overflow: ellipsis;
    width: 100%;
    transition: all 200ms ease;
    border-radius: 0.375rem;
}

.bx--search-input:hover,
.bx--search-input:focus {
    background-color: #e9ecef;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

.bx--search-input::placeholder {
    color: #868e96;
}

.bx--search-button {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.bx--search-magnifier-icon {
    fill: #868e96;
    width: 1rem;
    height: 1rem;
}

.bx--search-clear {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 0;
    transition: opacity 200ms ease;
}

.bx--search-clear svg {
    fill: #868e96;
}

.bx--search-input:not(:placeholder-shown)~.bx--search-clear {
    opacity: 1;
}

.search-suggestions {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e9ecef;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
    list-style: none;
    margin: 0;
}

/* ----- CUSTOM CHECKBOX ----- */
.custom-checkbox {
    display: none;
}

.custom-checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-icon-wrapper {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.checkbox-icon-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

/* ----- EXTRA CSS ----- */
.is-expanded {
    border: 0;
    border-color: transparent;
}

.ms-Callout {
    margin: 15px;
}

.font-weight-bold {
    font-weight: 700 !important;
}

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

.centered-element {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.flag {
    border: 1px solid #D1E3ED;
}

.text-secondary2 {
    color: #118FF2 !important;
}