body,
html {
    height: 100vh !important;
    width: auto !important;
}

#container{
    justify-content: space-around!important;
}

.new_navbar {
    background-color: rgb(16 51 82);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.new_navbar a {
    float: left;
    display: flex;
    flex-direction: column;
    color: #f2f2f2;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    font-size: 13px;
}

 .new_navbar .navbar-collapse {
     text-align: center;
 }

.preloader {
    background: #0e366427!important;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

.status-mes {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -37px 0 0 -35px;
    text-align: center;
}

.primary-color {
    /* color: #364044!important; */
    /* color: rgba(101, 179, 46, 1) !important; */
    color: #0e3664!important;
}
.border-primary-color {
    border-color: #0e3664!important;
}

.ticket-message-dot {
    list-style-type: disc !important;
}

.primary-color-dark {
    /* color: #0E3664!important; */
    /* color: rgb(23, 41, 10) !important; */
    color: #0a284b!important;
}

.bg-primary-color {
    /* background-color: #1C495C!important; */
    /* background-color: rgb(101, 179, 46) !important; */
    /* background-color: #049D04 !important; */
    background-color: #0e3664!important;
}

.bg-primary-color-op30 {
    background-color: #5783ea33 !important;
}

.bg-primary-color-dark {
    /* background-color: #0E3664!important; */
    /* background-color: rgba(101, 179, 46, 1) !important; */
    background-color: rgba(14, 54, 100, 1)!important;
}

.bg-primary-color-opacity10 {
    background-color: #1c495c0c!important;
}

.gradient-primary-color-dark {
    background-image: rgba(14, 54, 100, 1)!important;
}

.sm-bg-slight-white {
    background-color: rgba(255, 255, 255, 0.40);
}

.accent-color {
    /* color: #0BFB0B !important; */
    color: #049D04 !important;
}

.accent-color-dark {
    color: #048104 !important;
}

.bg-accent-color {
    /* background-color: #0BFB0B !important; */
    background-color: #049D04 !important;
}

.bg-accent-color-dark {
    background-color: #048104 !important;
}

.sm-grey-color {
    background-color: #EAEAEA;
}

.rgba-white-slight {
    background-color: #F6F6F6 !important;
}

.opacity-0 {
    opacity: 0;
}

.opacity-10 {
    opacity: 0.1;
}

.opacity-20 {
    opacity: 0.2;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-70 {
    opacity: 0.7;
}

.opacity-80 {
    opacity: 0.8;
}

.opacity-90 {
    opacity: 0.9;
}

.opacity-100 {
    opacity: 1;
}

.facebook-color {
    background-color: #3B5998;
}

.twitter-color {
    background-color: #3B5998;
}

.google-color {
    background-color: #3B5998;
}


/* @media only screen and (min-width: 577px) and (max-width: 768px){
  .m-second-content-empty-height{
    height: 120% !important;
  }
} */

@media (min-width: 576px) and (max-width: 991px) {
    .m-second-content-empty-height {
        height: 68% !important;
    }
}

@media (max-width: 360px) {
    .m-second-content-empty-height {
        height: 100% !important;
    }
}

@media (min-width: 361px) and (max-width: 375px) {
    .m-second-content-empty-height {
        height: 40% !important;
    }
}


/* @media only screen and (max-width: 576px) and (max-height: 640px){
  .m-second-content-empty-height{
    height: 150% !important;
  }
}
@media only screen and (max-width: 576px) and (min-height: 641px) and (max-height: 1024px){
  .m-second-content-empty-height{
    height: 110% !important;
  }
} */

@media (min-width: 992px) {
    .m-third-content-empty-height {
        height: 40% !important;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .m-third-content-empty-height {
        height: 40% !important;
    }
}

@media (max-width: 575px) {
    .m-third-content-empty-height {
        height: 70% !important;
    }
}

.bg-smart-manager {
    background-color: rgba(221, 221, 221, 0.8);
    /* Full height */
    height: 100% !important;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .bg-smart-manager {
        background-color: rgba(221, 221, 221, 0.8);
        /* Full height */
        height: 75% !important;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bg-smart-manager {
        background-color: rgba(221, 221, 221, 0.8);
        /* Full height */
        height: 50% !important;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 575px) {
    .bg-smart-manager {
        background-color: rgba(221, 221, 221, 0.8);
        /* Full height */
        height: 75% !important;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .bg-smart-manager {
        background-color: rgba(221, 221, 221, 0.8);
        /* Full height */
        height: 50% !important;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}


/* @media only screen and (max-width: 576px) and (max-height: 640px){
  .m-third-content-empty-height{
    height: 70% !important;
  }
}
@media only screen and (max-width: 576px) and (min-height: 641px) and (max-height: 1024px){
  .m-third-content-empty-height{
    height: 50% !important;
  }
} */

.img-smart-manager {
    position: absolute;
    top: 50%;
}


/* .bg-second-content-mobile{
  background-image: url('wave_deco.png'), linear-gradient(140deg, rgba(17,45,57,1) 0%, rgba(14,54,100,1) 100%);
  
  height: 20%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.linear-gradient-page {
    background: rgba(14, 54, 100, 1)!important;
}

.sc-navbar {
    /* background-color: white; */
    /* background-color: #112D39; */
    /* opacity: 0.9; */
    /* background: linear-gradient(140deg, rgba(17, 45, 57, 1) 0%, rgba(14, 54, 100, 1) 100%); */
    /* background-color: #65b32e !important; */
    background-image: linear-gradient(140deg, rgba(17, 45, 57, 1) 0%, rgba(14, 54, 100, 1) 100%) !important
}

.rounded-button {
    border-radius: 150px 150px 150px 150px !important;
}

.sm-divider {
    border-top: 2px solid rgba(14, 54, 100, 1)!important;
}

.sc-menu-hover:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.button-overlay {
    text-decoration: none !important;
    transition: 0.5s !important;
    -webkit-transition: 0.5s !important;
}

.button-overlay:hover {
    text-decoration: none !important;
    /* background-color: rgba(11, 251, 11, 0.8) !important; */
    background-color: rgba(14, 54, 100, 1)!important;
    transition: 0.5s !important;
    -webkit-transition: 0.5s !important;
}

.main-block-height {
    height: 76% !important;
}


/* .bottom-block-height{
    background: linear-gradient(140deg, rgba(17,45,57,1) 0%, rgba(14,54,100,1) 100%);
  } */

.bg-marging {
    margin-top: 3.36em;
}


/* .card-content{
  margin-top: -10px !important;
} */

.avatar_profil {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.avatar_profil-tablet {
    position: relative;
    top: -120px;
}

.comment-association-text-style {
    font-size: 0.8rem;
}

.icon-service-size {
    width: 200px;
    height: 200px;
}

.icon-service-mobile-size {
    width: 100px;
    height: 100px;
}

.team-profil-description {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1500;
}

.circle-social-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    /* background-color: #112D39 !important; */
    /* background-color: rgba(101, 179, 46, 1) !important; */
    background-color: rgba(14, 54, 100, 1)!important;
    padding: auto auto !important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.circle-social-icon:hover {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background-color: #364044 !important;
    padding: 0 auto !important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.circle-filter-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    /* background-color: #112D39 !important; */
    background-color: rgb(255, 255, 255) !important;
    padding: auto auto !important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.circle-filter-icon:hover {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background-color: rgb(226, 223, 223) !important;
    padding: 0 auto !important;
    transition: 0.5s !important;
    -webkit-transition: 0.5s !important;
}

.circle-filter-icon-mobile {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    /* background-color: #112D39 !important; */
    background-color: rgb(255, 255, 255) !important;
    padding: auto auto !important;
    transition: 0.5s !important;
    -webkit-transition: 0.5s !important;
}

.no-deco {
    text-decoration: none !important;
}

.link-text {
    color: white !important;
    opacity: 1 !important;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.link-text:hover {
    color: white !important;
    opacity: 0.6 !important;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.link-text:hover {
    color: white;
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


/* .dropdown-content li > a, .dropdown-content li > span{
  color: #364044!important;
} */

div.form-outline>textarea {
    border: 1px solid #bdbdbb !important;
    color: #495057 !important;
    background-color: #fff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2 rgba(13, 110, 253, 25);
}

.div.form-outline>textarea.form-control {
    background-color: #495057 !important;
}

div.form-outline>textarea:focus {
    border: 2px solid #1266f1 !important;
    color: #495057 !important;
    background-color: #fff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2 rgba(13, 110, 253, 25);
}

.round-button-menu {
    width: 33.531px !important;
    height: 33.531px !important;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.20);
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.round-button-menu:hover {
    width: 33.531pxpx !important;
    height: 33.531pxpx !important;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.70);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.form-select:focus {
    border-color: #0d6efd !important;
}

.toast-sm {
    position: absolute !important;
    top: 40% !important;
    left: 0 !important;
}

.small-card {
    width: 55%;
    height: 55%;
}

.big-card {
    width: 70%;
    height: 70%
}

.border-primary {
    /* border-color: #112D39!important; */
    /* background-color: rgba(101, 179, 46, 1) !important; */
    background-image: rgb(234, 242, 237)!important;
    background-image: rgba(14, 54, 100, 1)!important;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.icon-size {
    font-size: 1.2rem !important;
}

@media (max-width: 360px) {
    .product-empty-height {
        height: 65%;
    }
}

@media (min-width: 361px) and (max-width: 375px) {
    .product-empty-height {
        height: 25%;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .product-empty-height {
        height: 20%;
    }
}

@media (min-width: 992px) {
    .product-empty-height {
        height: 10%;
    }
}

.form-control~.form-trans {
    -webkit-transform: translateY(-1rem) translateY(.1rem) scale(.8) !important;
    transform: translateY(-1rem) translateY(.1rem) scale(.8) !important;
    background-color: #ffffff !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    z-index: 1000;
}

.form-control:focus~.txt {
    -webkit-transform: translateY(-1rem) translateY(.1rem) scale(.8) !important;
    transform: translateY(-1rem) translateY(.1rem) scale(.8) !important;
    background-color: #ffffff !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.border-accent-btn {
    border: 2px solid rgba(14, 54, 100, 1)!important;
}

.circle-collapse-btn {
    width: 40px !important;
    height: 40px !important;
    /* color: #112D39; */
    color: rgba(14, 54, 100, 1)!important;
    border-radius: 50% !important;
    background-color: #ffffff;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.bg-module-color {
    background-color: #E9E9E9!important;
    display: none;
}

@media (max-width: 575px) {
    .documentaion-main-circle {
        width: 50px !important;
        height: 50px !important;
        border-radius: 50%;
        background-color: #0E3664 !important;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .documentaion-main-circle {
        width: 60px !important;
        height: 60px !important;
        border-radius: 50%;
        background-color: #0E3664 !important;
    }
}

@media (min-width: 992px) {
    .documentaion-main-circle {
        width: 80px !important;
        height: 80px !important;
        border-radius: 50%;
        background-color: #0E3664 !important;
    }
}

@media (max-width: 575px) {
    /* .linked-module{
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #707070;
    } */
}

@media (min-width: 576px) and (max-width: 991px) {
    .linked-module {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 1px solid #707070;
    }
}

@media (min-width: 992px) {
    .linked-module {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid #707070;
    }
}

.documentation-page {
    padding: 20px 0 60px;
}

.table {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 1rem !important;
    background-color: transparent !important;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.cart_prdct_table tbody tr td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    vertical-align: middle;
}

.cart_prdct_table thead tr th {
    background: #fff;
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
    color: #000;
    font-weight: 700;
    line-height: 54px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.cart_prdct_table thead tr th.cpt_img {
    min-width: 300px !important;
    width: 300px !important;
    border-left: 1px solid #ddd;
}

.cart_prdct_table thead tr th.cpt_q,
.cart_prdct_table thead tr th.cpt_module_desc {
    min-width: 130px;
    /* border: 2px solid red; */
}

.cart_prdct_table thead tr th.cpt_module_name .cart_prdct_table thead tr th.module_desc {
    min-width: 250px;
}

.cart_prdct_table thead tr th.cpt_func,
.cart_prdct_table thead tr th.cpt_module_lm {
    min-width: 160px;
}

.cart_prdct_table thead tr th.cpt_pn {
    min-width: 160px;
}

.cart_prdct_table thead tr th.cpt_desc {
    min-width: 120px;
}

.cart_prdct_table thead tr th.cpt_sub_func {
    min-width: 200px;
}

.cart_prdct_table thead tr th.cpt_module_func,
.cart_prdct_table thead tr th.cpt_module_view {
    min-width: 166px;
    width: 166px;
}

.cart_prdct_table .cp_img {
    display: inline-block;
    padding: 10px 25px;
}

.cart_prdct_table tbody tr td:first-child {
    border-left: 1px solid #ddd;
}


/* html,
body,
header,
.view {
  height: 100%;
} */

.view {
    height: 100%;
}

@media (max-width: 740px) {
    html,
    body,
    header,
    .view {
        height: 650px;
    }
}

@media (max-width: 799px) {
    html,
    body,
    header,
    .view {
        height: 1000px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .view {
        height: 600px;
    }
}

.bo {
    border: 5px solid red !important;
}

.bo2 {
    border: 5px solid green;
}

.b-input {
    border: 1px solid #bdbdbd !important;
}

@media (min-width: 992px) {
    .profil-container {
        margin-top: -80px;
        margin-left: 180px;
        width: 60px !important;
        height: 60px !important;
        border-radius: 50%;
        background-color: rgba(14, 54, 100, 1)!important;
        cursor: pointer;
    }
}

.status-circle-open {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background-color: rgba(14, 54, 100, 1)!important;
}

.status-circle-inprogress {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background-color: #e5e90d!important;
}

.status-circle-blocked {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background-color: #e90d0d!important;
}

.status-circle-readyfortest {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background-color: #39e90d!important;
}

.status-circle-closed {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background-color: #464646!important;
}

.repport-highlight {
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.repport-highlight:hover {
    /* background-color: #112d3915!important; */
    background-color: rgba(101, 179, 46, 1) !important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.btn-report-hover {
    color: rgba(14, 54, 100, 1)!important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.btn-report-hover:hover {
    color: #fff !important;
    background-color: rgba(14, 54, 100, 1)!important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.word-wrapp {
    word-wrap: word-break;
}

.text-justify {
    text-align: justify !important;
    text-justify: inter-word !important;
}

div.dropdown-menu .event-page {
    width: 250px !important;
    margin-right: 150px;
    margin-top: 15px;
    border: 2px solide red !important;
}

div.dropdown-menu .event-page-fr {
    width: 250px !important;
    margin-right: 150px;
    margin-top: 15px;
}


/* .event-page {
    width: 160px !important;
    margin-right: 150px;
    margin-top: 15px;
    border: 2px solide red !important;
} */

.toast-d {
    position: absolute !important;
    left: 73% !important;
    top: 60px !important;
    /* min-height: 200px; */
    z-index: 1000;
}

.toast-d-error {
    position: absolute !important;
    left: 73% !important;
    top: 60px !important;
    /* min-height: 600px !important; */
    z-index: 1000;
}

@media (max-width: 576px) {
    .toast-d {
        position: absolute !important;
        left: 3% !important;
        top: 55px !important;
        /* min-height: 200px; */
        z-index: 1000;
    }
    .toast-d-error {
        position: absolute !important;
        left: 3% !important;
        top: 55px !important;
        /* min-height: 200px; */
        z-index: 1000;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .toast-d {
        position: absolute !important;
        left: 50% !important;
        top: 55px !important;
        /* min-height: 200px; */
        z-index: 1000;
    }
    .toast-d-error {
        position: absolute !important;
        left: 50% !important;
        top: 55px !important;
        /* min-height: 200px; */
        z-index: 1000;
    }
}

.wi {
    width: 800px !important;
}

@media (max-width: 575px) {
    .bg-home-p {
        background-image: url('../images/gradient.png');
        /* Full height */
        height: 100%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .bg-home-p {
        background-image: url('../images/gradient.png');
        /* Full height */
        height: 100%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (min-width: 992px) {
    .bg-home-p {
        background-image: url('../images/gradient.png');
        /* Full height */
        height: 100%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 575px) {
    .bg-home-p-ad {
        background-image: url('../images/pattern.png');
        /* Full height */
        height: 50%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .bg-home-p-ad {
        background-image: url('../images/pattern.png');
        /* Full height */
        height: 50%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (min-width: 992px) {
    .bg-home-p-ad {
        background-image: url('../images/pattern.png');
        /* Full height */
        height: 25%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

#scrolling {
    /* Carousel Frame */
    overflow: hidden;
}

ul.item-swipe {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

li.item-swipe {
    float: left;
}

.search-c {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* background-color: #0E3664!important; */
    /* background-color: rgba(101, 179, 46, 1) !important; */
    background-color: rgba(14, 54, 100, 1)!important;
}


/*.search-c:hover {
     width: 40px;
    height: 40px;
    border-radius: 50%; 
     background-color: #144e94!important; 
     background-color: rgba(101, 179, 46, 1) !important; 
}*/

.search-c-ad-left {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    /* background-color: #0E3664!important; */
    /* background-color: rgba(101, 179, 46, 1) !important; */
    background-color: rgba(14, 54, 100, 1)!important;
}

.search-c-ad-right {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    /* background-color: #0E3664!important; */
    /* background-color: rgba(101, 179, 46, 1) !important; */
    background-color: rgba(14, 54, 100, 1)!important;
}

.search-c-ad-left:hover {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    /* background-color: #144e94!important; */
    background-color: rgba(14, 54, 100, 1)!important;
}

.search-c-ad-right:hover {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    /* background-color: #144e94!important; */
    background-color: rgba(14, 54, 100, 1)!important;
}

.bg-s-primary-dark-color {
    /* background-color: #049D04; */
    background-color: rgba(14, 54, 100, 1)!important;
}

.search-result-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #f0f0f0 !important;
    opacity: 1 !important;
    /* Firefox */
}

.search-result-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #f0f0f0 !important;
}

.search-result-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #f0f0f0 !important;
}

.area-input-filter::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgb(26, 26, 26) !important;
}

.area-input-filter::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(26, 26, 26) !important;
}

.area-input-filter:-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(26, 26, 26) !important;
}

.area-input-filter:-moz-placeholder {
    /* Firefox 18- */
    color: rgb(26, 26, 26) !important;
}

.newsletter::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.274) !important;
}

.newsletter::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.274) !important;
}

.newsletter:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.274) !important;
}

.newsletter:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.274) !important;
}

.btn-search {
    background-color: transparent !important;
    opacity: 0.6;
}

.form-control:focus {
    -webkit-box-shadow: none !important;
    border-color: none !important;
    box-shadow: none !important;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 0rem !important;
}

.list-group-item {
    padding: 0.25rem 1.25rem !important;
}

.pagination {
    border-radius: 0 !important;
    display: inline-block !important;
    margin: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    border-color: 2px solid red !important;
}

.pagination ul {
    display: inline-block;
}

.pagination ul li {
    display: block;
    /* float: left; */
}

.pagination ul li a {
    color: #303030;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.pagination ul li a i {
    color: #909090;
    font-size: 20px;
}

.pagination ul li+li {
    margin-left: 8px;
}

.pagination ul li a.active {
    /* border-color: #33d286;
    background-color: #33d286; */
    border-color: linear-gradient(140deg, rgba(17, 45, 57, 1) 0%, rgba(14, 54, 100, 1) 100%) !important;
    background-color: linear-gradient(140deg, rgba(17, 45, 57, 1) 0%, rgba(14, 54, 100, 1) 100%) !important;
    color: #fff;
    box-shadow: 4px 3px 5px rgba(0, 0, 0, 0.07) !important;
}

#page-navi {
    /* width: 50%; */
    /* margin: 40px auto; */
    margin-bottom: 10px !important;
    padding: 0px !important;
    overflow: hidden !important;
}

#page-navi li {
    list-style: none;
    display: inline;
}

#page-navi ul li a {
    /* float: left; */
    display: inline-block;
    font-size: 12px;
    text-align: center;
    /* padding: 8px 10px; */
    padding: 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    /* margin-right: 10px; */
    /* border: 1px solid #ccc; */
    text-decoration: none;
    background: #fff;
    -webkit-transition: background 200ms linear;
    transition: background 200ms linear;
    border-radius: 3px;
    color: #000;
}

#page-navi li:last-child a {
    margin-right: 0px;
}

#page-navi li a.current
/* #page-navi li a.disable */


/* #page-navi li a:hover { */

{
    /* background: tomato; */
    /* border-color: #33d286; */
    /* border-color: rgba(101, 179, 46, 1); */
    border-color: #0e3664!important;
    ;
    color: #fff;
    /* background-color: #33d286; */
    /* background-color: rgba(101, 179, 46, 1); */
    background-color: #0e3664!important;
    border-radius: 50%;
    box-shadow: 4px 3px 5px rgba(0, 0, 0, 0.07);
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto;
}

.card-img-top {
    width: 100% !important;
    height: 15vw !important;
    object-fit: cover !important;
}

.cref {
    color: #202124 !important;
    -webkit-transition: color 200ms linear;
    transition: color 200ms linear;
}

.cref:hover {
    /* color: rgba(101, 179, 46, 1) !important; */
    color: #FCFCFC !important;
    background-color: rgba(14, 54, 100, 1)!important;
    -webkit-transition: color 200ms linear;
    transition: color 200ms linear;
}

.show-all {
    /* background-color: rgb(98, 172, 45) !important; */
    background-color: #0e3664!important;
    -webkit-transition: color 200ms linear;
    transition: color 200ms linear;
}

.show-all:hover {
    color: #fff !important;
    /* background-color: rgb(75, 133, 34) !important; */
    background-color: rgba(14, 54, 100, 1)!important;
    -webkit-transition: color 200ms linear;
    transition: color 200ms linear;
}

.arrow-up {
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
}

.view {
    position: relative !important;
    overflow: hidden !important;
    cursor: default !important;
}

.abso {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 100;
}

.abso2 {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 500;
}

.bor {
    border: 0;
}

.single_product {
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgb(73, 68, 68);
    transition: .5s;
    word-wrap: break-word;
}

.new_badge {
    display: inline-block;
    /* background: #33d286; */
    /* background: rgba(101, 179, 46, 1); */
    background-color: rgba(14, 54, 100, 1)!important;
    color: #fff;
    padding: 3px 12px;
    font-size: 14px;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 2px;
}
.notif_badge {
    display: inline-block;
    color: #fff;
    background-color: rgb(248, 11, 11)!important;
    padding: 3px 12px;
    font-size: 14px;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 2px;
}

.category-image {
    overflow: hidden;
    position: relative;
}

.box-content {
    width: 100%;
    padding: 17px 10px;
    background: #fff;
    position: absolute;
    bottom: -300px;
    left: 0;
    z-index: 1;
    transition: all 0.8s ease 0s;
    /* transition: opacity 0.5s, bottom 0.5s; */
    overflow-y: auto !important;
    opacity: 0;
    /* background: rgba(51, 210, 134, .9); */
}

.btn-hover {
    /* background-color: rgb(98, 172, 45) !important; */
    background-color: rgba(14, 54, 100, 1)!important;
    transition: all 0.8s ease 0s;
}

.btn-hover:hover {
    /* background-color: rgb(98, 172, 45) !important; */
    background-color: rgba(14, 54, 100, 1)!important;
    transition: all 0.8s ease 0s;
}

.card-img-top {
    height: 30vh !important;
}

.dots-class {
    /* border: 1px solid rgb(98, 172, 45); */
    border: 1px solid rgba(14, 54, 100, 1)!important;
}


/*.list-group-item.active {
    background-color: rgb(98, 172, 45) !important;
}*/

.inactif-arrow-btn {
    background-color: hsla(198, 53%, 24%, 0.384) !important;
}

.actif-arrow-btn {
    /* background-color: rgb(120, 192, 68) !important; */
    background-color: rgba(14, 54, 100, 1)!important;
}


/* .prev-btn>div.search-c {
    background-color: rgba(157, 243, 95, 0.384) !important;
} */


/* .filter-block {
    position: absolute;
    z-index: 500;
    top: -270px;
    left: 0;
    transition: 0.8 !important;
    -webkit-transition: 0.8s !important;
} */

.border-green {
    border: 1px solid rgba(14, 54, 100, 1)!important;
}

.fa-filters-size {
    font-size: 20px !important;
}

.nav-pills .nav-link {
    padding: 15px 25px !important;
}


/* li.filter-active>a.active,
li.filter-active>a.nav-link {
    color: #fff !important;
    background-color: #78c044 !important;
} */


.show {
    display: block;
}

.filter-multi-select>.viewbar {
    border: none!important;
    border-bottom: 1px #9e9e9e solid !important;
    border-radius: 0;
}

.s-version {
    opacity: 0.7;
    color: #fff;
    transition: .5s;
}

.s-version:hover {
    opacity: 1;
    color: #fff;
    transition: .5s;
}

.s-bar {
    height: 38px !important;
}

.s-bar-h {
    height: 25px !important;
}

input[type=text].s-search-field {
    height: 1.5rem !important;
}

.form-control {
    min-height: 0 !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    border-radius: 0 !important;
    /* border-bottom: 1px solid #aaa !important; */
    border-bottom: 1px solid #ced4da !important;
    /* height: 28px !important; */
    height: 3rem !important;
}

.add_search {
    padding-bottom: 1.2rem !important;
    border-bottom-color: #ced4da!important;
    /* border: 2px red solid !important; */
}

.branchActivity>span.select2-container {
    border-bottom-color: #ced4da!important;
    height: 0px !important;
    border: 2px red solid !important;
}


/* .btn-sm {
    line-height: 0px !important;
} */


/* .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 15px !important;
} */

.choice {
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #aaa !important;
}

.icon-country {
    width: 15px !important;
    height: 10px !important;
    vertical-align: top
}


/* -------- Footer Css -------- */

.footer_area {
    padding: 60px 0 20px;
    position: relative;
    color: #fff;
    z-index: 100;
    /* background: #222; */
    background: #0e3664!important;
    word-break: break-all;
    word-wrap: break-word;
}

.single_ftr form {
    margin-top: 8px;
}

.single_ftr p {
    margin-bottom: 10px;
}

.sf_title {
    /* color: #33d286; */
    color: rgba(101, 179, 46, 1);
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.ftr_logo {
    float: left;
    padding: 15px 46px 0 0;
}

.ftr_logo a img {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.ftr_logo a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}

.newsletter_form form {
    position: relative;
    display: block;
}

.newsletter_form {
    margin-top: 0px;
    overflow: hidden;
}

.single_ftr p {
    display: inline-block;
}

.newsletter_form .form-control {
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 8px 20px;
    width: 100%;
    position: relative;
    background: transparent;
    color: #fff;
    border-radius: 0;
}

.newsletter_form button {
    border: inherit;
    border-radius: 0;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    box-shadow: none;
    border: 1px solid transparent;
    transition: 0.5s;
    letter-spacing: 0.5px;
    position: absolute;
    right: 0px;
    top: 0;
    padding: 12px 17px;
    transition: .5s;
}

.newsletter_form button:hover,
.newsletter_form button:hover {
    background: transparent;
    /* color: #33d286; */
    color: rgba(101, 179, 46, 1);
    opacity: .9;
}

.newsletter_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1
}

.newsletter_form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1
}

.newsletter_form :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: 1
}

.newsletter_form :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1
}


/* .form-control{
} */

.form-control:focus {
    /* border-color: #33d286; */
    border-color: rgba(101, 179, 46, 1);
}

.single_ftr li {
    padding-bottom: 7px;
    color: #fff;
}

.single_ftr a {
    color: #fff;
}

.single_ftr a:hover {
    /* color: #33d286; */
    color: rgba(101, 179, 46, 1);
}

.ftr_social_icon li {
    display: inline-block;
    text-align: center;
    padding: 4px;
}

.ftr_social_icon ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 40px;
    line-height: 32px;
    padding: 4px 8px;
    width: 40px;
    transition: .5s;
}

.ftr_social_icon ul li a:hover {
    /* background: #33d286;
    border-color: #33d286; */
    background: rgba(101, 179, 46, 1);
    border-color: rgba(101, 179, 46, 1);
    color: #fff;
}

.ftr_btm_area {
    background: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dotted #888;
    margin-top: 28px;
    z-index: 100;
    position: relative;
}

.copyright_text {
    margin: 6px 0;
}

.payment_mthd_icon li {
    /* display: inline; */
    margin-left: 10px;
    font-size: 30px;
    color: #fff;
}

.input-field {
    margin-top: 0rem !important;
}

.btn-sm.f {
    padding: 0.40rem 1rem 0.1rem !important;
}

#address::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999 !important;
}

#address::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999 !important;
}

#address:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999 !important;
}

#address:-moz-placeholder {
    /* Firefox 18- */
    color: #999999 !important;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

#loader {
    z-index: 1001;
    /* anything higher than z-index: 1000 of .loader-section */
}

h1 {
    color: #EEEEEE;
}


/* Loaded */

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader {
    opacity: 0;
}

.loaded #loader-wrapper {
    visibility: hidden;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/* .loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
} */

.loaded #loader-wrapper {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

.box-category .list-category {
    background: #fff;
    text-align: left;
    padding: 5px 10px;
    position: absolute;
    left: 8px;
    top: 26px;
    box-shadow: 0 0 5px #f1f1f1;
    z-index: 100;
}

.box-country .list-country {
    background: #fff;
    text-align: left;
    padding: 5px 10px;
    position: absolute;
    left: 870px;
    top: 26px;
    box-shadow: 0 0 5px #f1f1f1;
    z-index: 100;
}

.btn-cate {
    margin-top: 20px;
}

.positif-feedback {
    color: rgba(101, 179, 46, 1) !important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.negative-feedback {
    color: rgb(209, 33, 71) !important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.feedback-s {
    font-size: 0.8rem !important;
}

.s-link {
    color: #262626 !important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.s-link:hover {
    color: rgba(101, 179, 46, 1) !important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.login_page_area {
    padding: 20px 0;
}

.lb-data .lb-number {
    display: none !important;
}

.circle-deco {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background-color: #E8E8E8 !important;
}

.ic_mail {
    font-size: 0.8rem !important;
}

.filter-ic {
    font-size: 1rem !important;
}

.filter-ic-profil {
    font-size: .9rem !important;
}

.card-img-top1 {
    height: 18vw !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.border-after::after {
    content: "";
    border-right: 3px red solid;
}

.note-success {
    background-color: rgb(253, 253, 253) !important;
}

.info-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.text-visit {
    font-size: 1.5rem;
    color: #474747;
}

.text-visit-color {
    color: #474747;
}

.text-feedback {
    font-size: 1rem;
    color: rgba(14, 54, 100, 1)!important;
}

.circle-badge {
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    top: 10px !important;
    left: 135px !important;
    background-color: red;
    z-index: 9999;
    font-size: 0.8rem !important;
}

.circle-badge-home {
    width: 20px !important;
    height: 20px !important;
    background-color: red;
    z-index: 9999;
    font-size: 0.8rem !important;
    border-radius: 50%;
}


/* .circle-badge-home-mobile {
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    top: 10px !important;
    left: 78% !important;
    background-color: red;
    z-index: 2000;
    font-size: 0.8rem !important;
} */

.circle-badge-fr {
    position: absolute !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    top: 10px !important;
    left: 160px !important;
    background-color: red !important;
    z-index: 9999 !important;
    font-size: 0.8rem !important;
}

@media only screen and (max-width: 575px) {
    .circle-badge-search {
        position: absolute !important;
        width: 20px !important;
        height: 20px !important;
        border-radius: 50% !important;
        top: 10px !important;
        left: 79% !important;
        background-color: red !important;
        z-index: 9999 !important;
        font-size: 0.8rem !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    .circle-badge-search {
        position: absolute !important;
        width: 20px !important;
        height: 20px !important;
        border-radius: 50% !important;
        top: 10px !important;
        left: 90% !important;
        background-color: red !important;
        z-index: 9999 !important;
        font-size: 0.8rem !important;
    }
}

@media only screen and (min-width: 769px) {
    .circle-badge-search {
        position: absolute !important;
        width: 20px !important;
        height: 20px !important;
        border-radius: 50% !important;
        top: 10px !important;
        left: 86% !important;
        background-color: red !important;
        z-index: 9999 !important;
        font-size: 0.8rem !important;
    }
}

.d-container {
    width: 20rem !important;
}

.small-text {
    font-size: 0.8rem !important;
}

.breakAll {
    /* word-break: break-all !important; */
    overflow-wrap: break-word !important;
    white-space: break-spaces !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: 1.5em;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    border-color: rgba(14, 54, 100, 1)!important;
}

.page-item.active .page-link {
    background-color: rgba(14, 54, 100, 1)!important;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

tr.roun {
    border-radius: 3rem !important;
    border: 1px solid red !important;
}

.form-control.form_buyer {
    display: block !important;
    width: 100% !important;
    /*padding: .375rem .75rem !important;*/
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="file"],
textarea,
select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 1px;
    outline: medium none;
    transition: all 0.2s ease 0s;
    padding: 10px 15px;
    min-width: 40px;
    border-bottom-color: #ced4da;
}


/* input[type="radio"],
input[type="checkbox"] {
    min-width: auto;
} */

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.form-control-lg {
    min-height: calc(1.3rem + 1rem + 2px) !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-left: 2px !important;
    font-size: 1.25rem !important;
    border-radius: .3rem !important;
    margin-right: 0.8rem !important;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #4f4f4f;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%234f4f4f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #bdbdbd;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none !important;
    border-bottom: 1px solid #bdbdbd !important;
}

.input-area,
.input-area textarea,
.input-area select {
    background: #fff none repeat scroll 0 0 !important;
    /* border: 1px solid #ddd !important; */
    color: #909090 !important;
    text-align: left !important;
    width: 100% !important;
}

.input-area input:focus,
.input-area textarea:focus {
    border: 1px solid rgba(14, 54, 100, 1)!important;
}

div.buyer>span.select2-container--default {
    /* border: 1px solid #ced4da !important; */
    border-radius: 0 !important;
    /* border-bottom: 1px solid #9e9e9e !important; */
    height: 3rem !important;
}

div.buyer>span.select2-container--default {
    padding-right: 0rem !important;
}

.acc_btn {
    background-color: rgba(14, 54, 100, 1)!important;
    color: #fff !important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.acc_btn:hover {
    background-color: rgba(14, 54, 100, 1)!important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.quick-search {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.quick-search.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.demo {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.demo.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.search-action {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.search-action.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.sucusale {
    cursor: pointer !important;
}

.filter_ic {
    font-size: 1rem !important;
}

.dropdown-content li {
    min-height: 0 !important;
}

span.badge {
    float: none !important;
}

#dropdownmenu.dropdownmenu-login-en {
    width: 135px !important;
    left: 0px !important;
    top: 48px !important;
}

#dropdownsearch.dropdownmenu-notif-fr {
    width: 135px !important;
    left: -247.625px !important;
    top: 48px !important;
}

#dropdownmenu {
    width: 135px !important;
    left: 102px !important;
    top: 43px !important;
}

#dropdownmenu.dropdownmenu-fr {
    width: 150px !important;
    left: -18px !important;
    top: 46px !important;
}

.point {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
}

.transition {
    transition: 0.5s !important;
    -webkit-transition: 0.5s !important;
}


/* 
.form-check-input {
    left: 30px !important;
} */

.quick-search {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.quick-search .slick-initialized {
    visibility: visible;
    opacity: 1;
}

.demo {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.demo .slick-initialized {
    visibility: visible;
    opacity: 1;
}

.scrollable-dropdown {
    /*height: 400% !important; */
    overflow-y: auto !important;
}

.scrollable-dropdown-partnership {
    height: 500% !important;
    overflow-y: auto !important;
}

.color-notif {
    background-color: #eee !important;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.color-notif:hover {
    background-color: rgb(254, 254, 254) !important;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}


/*.hiddenfile {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.change-img {
    overflow: hidden !important;
    position: relative !important;
}*/

#myProfilPicture {
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 100px;
    z-index: 2;
    opacity: 0.0;
    /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)";
    /* IE 8 */
    -khtml-opacity: 0.0;
    /* Safari 1.x */
    -moz-opacity: 0.0;
    /* FF lt 1.5, Netscape */
}

@media (max-width: 576px) {
    .card-img-top1 {
        width: 100% !important;
        height: 80vw !important;
        object-fit: cover !important;
    }
}

@media (min-width: 577px) {
    .card-img-top1 {
        width: 100% !important;
        height: 30vw !important;
        object-fit: cover !important;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .size-input {
        height: 3.8rem !important;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .size-input-fr {
        height: 2.8rem !important;
    }
}

@media (min-width: 992px) {
    .size-input {
        height: 2.6rem !important;
    }
}

.check_solution_bg {
    background-color: hsla(212, 72%, 13%, 0.3)!important;
}