/** Liens des pages */
a {
  color: #205d85;
  text-decoration: none;
  background-color: transparent;
}

/** Code block */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/** Center image */
.center {
    padding-top: 15px;
    display: flex;
    justify-content: center;
    filter: drop-shadow(0px 4px 4px rgb(0, 0, 0));
}

/** Info client */
.info .product-info {
    font-size: 15px;
    color: #FFFFFF;
}

.info {
    text-align: center;
    color: #E3E3E3;
}

/** Couleur du pushmenu */
.navbar-nav .nav-item .nav-link {
    color: #ffffff;
}

/** Bouton support */
.btn-support {
    width: auto;

    font-weight: bold;
    background: #205D85;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

/** Bouton créer */
.btn-create {
    margin-left: 25px;
    width: auto;
    color: #fff;

    font-weight: bold;
    background: #205D85;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.drop-create {
    margin-top: 12px;
    margin-left: 25px;
    background-color: #205d85;
    color: #fff !important;
    border-radius: 10px;
}

.drop-create a {
    background-color: #205d85;
    color: #fff !important
}

.drop-create>a:hover {
    background: rgba(44, 133, 190);
    color: #f6f6f6;
}

/** Bouton shopping */
.btn-shopping,
.btn-tickets,
.btn-messages {
    color: #fff;
    background: #205D85;
    padding: 5px !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
}

.btn-factures {
    color: #fff;
    background: #205D85;
    padding: 5px 8px 5px 9px !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
}

.btn-listes,
.btn-envois {
    color: #fff;
    background: #205D85;
    padding: 5px 8px 5px 7px !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
}

/** Tableaux dashboard */
.cercle1 {
    height: 10px;
    width: 10px;

    margin: auto;
    background-color: orange;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}

.cercle2 {
    height: 10px;
    width: 10px;

    margin: auto;
    background-color: green;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}

.cercle3 {
    height: 10px;
    width: 10px;

    margin: auto;
    background-color: red;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}

.box .card-header {
    font-weight: bold;
    background-color: #d2d6de;
}

h4 {
    display: inline;
    vertical-align: middle;
}

/** Espace entre contact/box/graphique */
.box {
    margin-top: 60px;
}

/** Chargement de données */
.spinner {
    /* Size */
    height: 1rem;
    width: 1rem;

    /* Create a curve at the top */
    border: 4px solid rgb(179, 179, 179);
    border-top-color: #ffffff00;
    border-radius: 50%;

    animation: spinner 800ms linear infinite;
}

/** Badge statistique des envois */
.product-title .badge {
    padding: 5px 5px;
}

@keyframes spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/** Footer */
.copyright {
    display: flex;
    justify-content: center;
}

/** Dropdown notifications */
.dropdown-menu-lg .dropdown-item {
    padding: 0.5rem 1rem;
    white-space: break-spaces;
    
}

/** Titre de la page */
.content-header h1 {
    padding-left: .5rem;
}

.main-sidebar {
    color: #2C85BE;
}

/** Bouton sidebar top*/
.main-header .nav>li>a:hover,
.btn-create:hover,
.btn-shopping:hover,
.btn-tickets:hover,
.btn-factures:hover,
.btn-listes:hover,
.btn-messages:hover,
.btn-envois:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}

.main-header .navbar .nav>li>a:hover,
.main-header .navbar .nav>li>a:active,
.main-header .navbar .nav>li>a:focus,
.main-header .navbar .nav .open>a,
.main-header .navbar .nav .open>a:hover,
.main-header .navbar .nav .open>a:focus,
.main-header .navbar .nav>.active>a {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}

.main-header .navbar .sidebar-toggle {
    color: #ffffff;
}

.main-header .navbar .sidebar-toggle:hover {
    color: #f6f6f6;
    background: rgba(0, 0, 0, 0.1);
}

.main-header .navbar .sidebar-toggle {
    color: #fff;
}

.main-header .navbar .sidebar-toggle:hover {
    background-color: #2C85BE;
}

@media (max-width: 767px) {
    .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .main-header .navbar .dropdown-menu li a {
        color: #fff;
    }

    .main-header .navbar .dropdown-menu li a:hover {
        background: #2C85BE;
    }
}

.main-sidebar .logo {
    background-color: #205D85 !important;
    border-bottom: 0 solid transparent !important;
}

.main-sidebar .logo:hover {
    background-color: #2C85BE !important;
}

.main-sidebar li.user-header {
    background-color: #2C85BE;
}

.content-header {
    background: transparent;
}

/* .wrapper,
.main-sidebar,
.left-side {
    background-color: #222d32;
} */
.user-panel>.info,
.user-panel>.info>a {
    color: #fff;
}

.sidebar-menu>li.header {
    color: #4b646f;
    background: #1a2226;
}

.sidebar-menu>li>a {
    border-left: 3px solid transparent;
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
    color: #ffffff;
    background: #1e282c;
    border-left-color: #2C85BE;
}

.sidebar-menu>li>.treeview-menu {
    margin: 0 1px;
    background: #2c3b41;
}

.sidebar a {
    color: #b8c7ce;
}

.sidebar a:hover {
    text-decoration: none;
}

.treeview-menu>li>a {
    color: #8aa4af;
}

.treeview-menu>li.active>a,
.treeview-menu>li>a:hover {
    color: #ffffff;
}

.sidebar-form {
    border-radius: 3px;
    border: 1px solid #374850;
    margin: 10px 10px;
}

.sidebar-form input[type="text"],
.sidebar-form .btn {
    box-shadow: none;
    background-color: #374850;
    border: 1px solid transparent;
    height: 35px;
}

.sidebar-form input[type="text"] {
    color: #666;
    border-radius: 2px 0 0 2px;
}

.sidebar-form input[type="text"]:focus,
.sidebar-form input[type="text"]:focus+.input-group-btn .btn {
    background-color: #fff;
    color: #666;
}

.sidebar-form input[type="text"]:focus+.input-group-btn .btn {
    border-left-color: #fff;
}

.sidebar-form .btn {
    color: #999;
    border-radius: 0 2px 2px 0;
}

@-webkit-keyframes gogoloader {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
        border-color: rgba(141, 136, 183, 1);
    }

    50% {
        border-color: #2C85BE;
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        border-color: rgba(141, 136, 183, 1);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
        border-color: rgba(141, 136, 183, 1);
    }

    50% {
        border-color: #2C85BE;
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
        border-color: rgba(141, 136, 183, 1);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
        border-color: rgba(141, 136, 183, 1);
    }

    50% {
        border-color: #2C85BE;
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
        border-color: rgba(141, 136, 183, 1);
    }
}

.dataTable a b {
    color: #565656;
}

.dataTable a.btn-app {
    margin-bottom: 0;
}

.dataTable tr.selected {
    /*background-color: #90CAF9 !important;*/
}

.direct-chat-text-content a {
    color: black;
}

.affix {
    position: fixed !important;
}

.colorpicker-component .input-group-addon i:before {
    mix-blend-mode: exclusion;
    color: white;
}

.input-group-addon.ipa-light {
    padding: 5px 12px;
}

/* Loaders */
.modalLoader {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.energyBall {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.eB_content {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
}

.ebc_inner {
    position: absolute;
    box-sizing: border-box;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 0 solid rgba(141, 136, 183, 1);
    box-shadow: 3px 0 5px -1px #FFF;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
}

.ebc_inner.one {
    animation: rotate-one 2s linear infinite;
    border-bottom-width: 3px;
}

.ebc_inner.two {
    animation: rotate-two 2s linear infinite;
    border-right-width: 3px;
}

.ebc_inner.three {
    animation: rotate-three 2s linear infinite;
    border-top-width: 3px;
}

.modal img {
    max-width: 100%;
}

.loaderMask {
    position: fixed;
    display: none;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 15px;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.loaderContent {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
}

.loaderContent:before,
.loaderContent:after {
    opacity: 0;
    box-sizing: border-box;
    content: "\0020";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 5px solid #fff;
    box-shadow: 0 0 50px #fff, inset 0 0 50px #fff;
}

.loaderContent:after {
    z-index: 1;
    -webkit-animation: gogoloader 4s infinite 1s;
}

.loaderContent:before {
    z-index: 2;
    -webkit-animation: gogoloader 4s infinite;
}

:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    background-color: inherit !important;
    -webkit-text-fill-color: inherit !important;
}


.taller {
    font-size: 1.05em;
}

.bg-green {
    background-color: #2C85BE !important;
    color: #FFF !important;
}

.bg-purple {
    background-color: rgba(141, 136, 183, 1) !important;
    color: #FFF !important;
}

.bg-green-o {
    color: #2C85BE;
    border: 1px solid;
    margin: 0 3px;
}

.bg-green-o {
    color: #00a65a;
    border: 1px solid;
    margin: 0 3px;
}

.bg-red-o {
    color: #dd4b39;
    border: 1px solid;
    margin: 0 3px;
}

.bg-blue-o {
    color: #0073b7;
    border: 1px solid;
    margin: 0 3px;
}

.bg-orange-o {
    color: #ff851b;
    border: 1px solid;
    margin: 0 3px;
}

.bg-purple-o {
    color: #8D88B7;
    border: 1px solid;
    margin: 0 3px;
}

.bg-fuschia-o {
    color: #f012be;
    border: 1px solid;
    margin: 0 3px;
}

.bg-maroon-o {
    color: #d81b60;
    border: 1px solid;
    margin: 0 3px;
}

.bg-gray-o {
    color: #AAAAAA;
    border: 1px solid;
    margin: 0 3px;
}

.bg-black-o {
    color: #666;
    border: 1px solid;
    margin: 0 3px;
}

.bg-black-o:hover,
.bg-black-o:focus {
    background-color: #666;
    border: 1px solid #666;
}


.text-green {
    color: #2C85BE;
}

.text-purple {
    color: rgba(141, 136, 183, 1)
}

.text-white {
    color: white;
}

.text-inherit {
    color: inherit;
}

.text-inherit:hover,
.text-inherit:active,
.text-inherit:focus {
    color: inherit;
    text-decoration: underline;
}

.label-block {
    display: block;
    margin: 0;
    text-align: start;
}

.label.label-xl {
    font-size: 1em;
}

.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #3c8dbc !important;
}

.alert-info {
    border-color: #3783ae;
}

/* Image circle color */
.profile-user-img {
    background: white;
}

.profile-user-img.img-success {
    border-color: #00a65a;
}

.profile-user-img.img-warning {
    border-color: #ff851b;
}

.profile-user-img.img-danger {
    border-color: #dd4b39;
}

/* Boutons */
.btn-green {
    background-color: rgba(44, 133, 190, 1) !important;
    border-color: rgba(38, 123, 178, 1);
    color: #FFF !important;
}

.btn-green:hover,
.btn-green:focus {
    background-color: rgba(38, 123, 178, 1) !important;
}

.btn-green.active {
    background: rgb(27, 101, 88) !important
}

.btn-purple {
    background-color: rgba(141, 136, 183, 1) !important;
    border-color: rgba(117, 112, 169, 1);
    color: #FFF !important;
}

.btn-purple:hover,
.btn-purple:focus {
    background-color: rgba(117, 112, 169, 1) !important;
}

.btn-purple.active {
    background: rgb(102, 96, 159) !important;
}

.btn-app.btn-app-mini {
    padding: 8px;
    height: 45px;
    margin: 0 5px 5px;
    min-width: 50px;
    font-size: 11px;
}

.btn-app.btn-app-mini>.badge {
    top: -7px;
    padding: 1px 5px;
    font-size: 12px;
}

.btn-app>.fa,
.btn-app>.far,
.btn-app>.fas,
.btn-app>.fab {
    font-size: 20px;
    display: block;
}

.btn-app.btn-app-mini>.fa,
.btn-app.btn-app-mini>.fas,
.btn-app.btn-app-mini>.far,
.btn-app.btn-app-mini>.fab {
    font-size: 15px;
}

.btn-app.btn-danger {
    color: #fff;
    background-color: #dd4b39;
    border-color: #d73925;
}

.btn-app.btn-danger:hover,
.btn-app.btn-danger:active,
.btn-app.btn-danger.hover {
    background-color: #d73925;
    border-color: #ac2925;
}

.btn-app.btn-primary {
    color: #fff;
    background-color: #3c8dbc;
    border-color: #367fa9;
}

.btn-app.btn-primary:hover,
.btn-app.btn-primary:active,
.btn-app.btn-primary.hover {
    background-color: #367fa9;
    border-color: #204d74;
}

.btn-app.btn-success {
    color: #fff;
    background-color: #008d4c;
    border-color: #398439;
}

.btn-app.btn-success:hover,
.btn-app.btn-success:active,
.btn-app.btn-success.hover {
    background-color: #449d44;
}

.btn-app.btn-app-mini>span {
    font-size: 13px;
}

.btn-app>.badge {
    font-size: 12px;
}

.btn-app>label {
    display: block;
    font-size: 15px;
    margin: 0 0;
    cursor: inherit;
}

/* tabs */
/* .nav-tabs-custom>.nav-tabs {
    background-color: #3c8dbc;
}

.nav-tabs-custom>.nav-tabs>li {
    border-top-color: #3c8dbc;
}

.nav-tabs>li:not(.active) {
    background-color: rgba(255, 255, 255, 0.5);
}

.nav-tabs>li:not(.active):hover {
    background-color: rgba(255, 255, 255, 0.75);
}

.nav-tabs-custom>.nav-tabs>li:not(.active):not(:hover)>a {
    color: white;
}

.nav-tabs-custom>.nav-tabs>li:not(.active):not(:hover)>a>i {
    color: white;
} */

/* Custom boxes */
.box-solid.box-purple {
    border-top-color: rgba(141, 136, 183, 1);
}

/* Purple */

.box.box-solid.box-purple {
    border: 1px solid #b970ff;
}

.box.box-solid.box-purple>.box-header {
    background: #b970ff;
}

.box.box-solid.box-purple>.box-header a {
    color: white;
}

/* Black */

.box.box-solid.box-black {
    border: 1px solid #3e3e3e;
}

.box.box-solid.box-black>.box-header {
    background: #3e3e3e;
}

.box.box-solid.box-black>.box-header a {
    color: white;
}

/* Sweet Alertes */
.swal2-modal .swal2-styled {
    border-radius: 5px;
    outline: 0;
}

.swal2-modal .swal2-content {
    font-size: 14px;
}

/* Alertes */
.alert-green {
    background-color: rgba(38, 123, 178, 0.2);
}

/* Dropdown */
.configBlock.open>.dropdown-menu {
    border: none !important;
    width: 100%;
}

/* Pagination */

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #367fa9;
    border-color: #204d74;
}

/* Notifications */

.vertical-align {
    display: flex;
    flex-direction: row;
}

.vertical-align>[class^="col-"],
.vertical-align>[class*=" col-"] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.vertical-align>[class^="col-"]>div,
.vertical-align>[class*=" col-"]>div {
    /* flex: 1; */
    flex-grow: 1;
}

[data-notify="progressbar"] {
    position: absolute;
    margin: 0;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
}

[data-notify="title"] {
    display: block;
    width: 100%;
    font-size: 1.5em;
    font-weight: 100;
}

[data-notify="message"] {
    display: block;
    width: 100%;
    font-weight: 100;
}

/* Panels */
.panel {
    border: 0;
    border-radius: 0;
}

.panel>.panel-heading {
    color: rgba(66, 66, 66, 1);
    background-color: rgba(238, 238, 238, 1);
    border: 0;
    border-radius: 0;
}

div.panel-heading:hover,
div.panel-heading[aria-expanded=true],
#accordion>.box.box-solid.box-default>.box-header:hover,
#accordion>.box.box-solid.box-default>.box-header[aria-expanded=true] {
    color: white;
    background: #268D7C;
    transition: all 0.5s;
}


.box.box-solid.box-default {
    border: 1px solid #f3f3f3;
}

.box.box-solid.box-default>.box-header {
    color: #444444;
    background: #f3f3f3;
    padding: 2px;
}

.box.box-solid.box-default>.box-header>label {
    margin: 10px;
    cursor: pointer;
}

.box.box-solid.box-default>.box-header>label>h4 {
    margin-top: 2px;
}

.input-group-addon.no-border-left {
    border: 0 !important;
    padding-left: 0;
}

.input-group-addon.no-border-right {
    border: 0 !important;
    padding-right: 0;
}

/* checkbox  */

.material-switch>input[type="checkbox"] {
    display: none;
}

.material-switch>label {
    cursor: pointer;
    height: 0;
    position: relative;
    width: 40px;
}

.material-switch>label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch>label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
    background: inherit;
    left: 20px;
}

/* Direct Chat */


.direct-chat-success .right>.direct-chat-text {
    background: #2c85be;
    border-color: #2c85be;
}

.direct-chat-success .right>.direct-chat-text::after,
.direct-chat-success .right>.direct-chat-text::before {
    border-left-color: #2c85be;
}

.direct-chat-success .right>.direct-chat-text a {
    color: #0a0a0a;
}

.label.bg-green a {
    color: white;
}

span.label {
    font-size: 80%;
}

/* Lists Charts */
.chartsList {
    text-align: center;
}

.chartsList h1 {
    font-weight: 900;
    font-size: 3.5em;
    margin-bottom: 0;
}

.chartsList h4 {
    margin-top: 0;
}


.sendStat {
    display: inline-flex;
    position: relative;
    height: 55px;
    width: 65px;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin: auto;
}

.sendStat i {
    position: absolute;
    font-weight: 900;
    color: #d0d0d0;
    z-index: 0;
    font-size: 4em;
}

.sendStat span {
    display: inline-block;
    z-index: 1;
    font-size: 1.15em;

    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.sortable-placeholder {
    border: 1px dotted rgba(141, 136, 183, 1);
    background: rgba(141, 136, 183, 0.1);
    margin: 10px 0;
    height: 50px;
}

.toast {
    opacity: 1 !important;
    box-shadow: none !important;
}

.navbar a.support span,
.navbar a.faqs span {
    position: relative;
    border: 1px solid;
    padding: 2px 5px;
    border-radius: 15px;
}

.navbar a.support span>.label,
.navbar a.faqs span>.label {
    position: absolute;
    top: -10px;
    right: -5px;
    text-align: center;
    font-size: 12px;
    padding: 1px 3px;
    line-height: .9;
}

.widget-user-text {
    font-size: 35px;
    color: #3e3e3e;
    background: white;
    border: 2px solid #f6f6f6;
    border-radius: 100%;
    height: 75px;
    width: 75px;
    margin: -40px auto auto;
    vertical-align: middle;
    line-height: 70px;
}

.alert hr {
    color: white;
    background-color: white;
    height: 2px;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.alert-ligth {
    padding: 10px;
    margin-bottom: 10px;
}

iframe {
    border: 2px solid #818181;
    border-radius: 3px;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    white-space: inherit;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li.header {
    text-align: center;
    font-weight: 400;
    font-size: 1.15em;
    color: #8d88b7;
}

/* Auth Subuser */
.auth_medals {
    display: inline-block;
    margin: 0 5px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 5px lightgrey;
    overflow: hidden;
}

.auth_medals.active {
    box-shadow: 0 0 10px #2c85be;
}

.auth_medals>i.fa {
    display: block;
    text-align: center;
    background: lightgrey;
    border-radius: 50%;
    border: solid #adadad;
    border-width: 0 0 1px;
    line-height: 2em;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0 0 5px grey;
}

.auth_medals.active>i.fa {
    background: #2c85be;
}

.auth_medals .auth_rights {
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 2px 0;
}

.auth_rights>span {
    display: inline-block;
    border: 1px solid lightgray;
    color: lightgray;
    border-radius: 50%;
    height: 22px;
    width: 22px;
}

.auth_rights>span:nth-child(2),
.auth_rights>span:only-of-type {
    margin-top: 10px;
}

.auth_rights>span.active {
    color: #205d85;
}


/* Tags */
.tag {
    padding: .2em .5em .2em .15em;
    border-radius: 1em .25em .25em 1em;
}

.tag>.fa-tag {
    border-radius: 50%;
    width: 1.1em;
    text-align: center;
    background: white;
}

.tag>.fa-tag:before {
    font-size: .9em;
}

a.box.box-widget.widget-user {
    -webkit-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    -ms-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    transition: box-shadow .4s;
}

a.box.box-widget.widget-user:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

a.box.box-widget.widget-user:hover .widget-user-icon>.fa-stack i.fa-circle {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

a.box.box-widget.widget-user:hover .widget-user-icon>.fa-stack i.fa-circle {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.widget-user-icon {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 30px;
}

.widget-user-icon>.fa-stack i.fa-circle {
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);

    -webkit-transition: text-shadow .4s;
    -moz-transition: text-shadow .4s;
    -ms-transition: text-shadow .4s;
    -o-transition: text-shadow .4s;
    transition: text-shadow .4s;
}

.widget-user-icon>.fa-stack i.fa-plus {
    color: #222d32;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);

    -webkit-transition: text-shadow .4s;
    -moz-transition: text-shadow .4s;
    -ms-transition: text-shadow .4s;
    -o-transition: text-shadow .4s;
    transition: text-shadow .4s;
}

th.select-checkbox {
    padding: 6px 10px !important;
}

img.table-img {
    margin: 2px 10px;
    height: 100px;
    width: 200px;
    object-fit: contain;
}

table.table-align-middle tbody tr td {
    vertical-align: middle;
}


.progress-description,
.info-box-text {
    white-space: inherit !important;
    overflow: inherit !important;
    text-overflow: inherit !important;
}

.StripeElement {
    background-color: white;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.fa.fa-inverted {
    transform: scaleX(-1);
}

.stats-loading {
    display: inline-block;
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #ccc;
    border-right-color: #888;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #861111;
    cursor: default;
}

.card.card-presentation {
    border: none;
    overflow: hidden;
}

.card.card-presentation .card-img-presentation {
    padding: 20px 20px 5px;
    background-size: cover !important;
}

.card.card-presentation h3.card-title-presentation {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.card.card-presentation h5.card-subtitlepresentation {
    margin-top: 0;
}

.card.card-presentation .card-body-presentation {
    padding: 20px;
    background: white;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.products-list .product-description {
    white-space: inherit;
    text-overflow: inherit;
}

.card .overlay>.fas,
.overlay-wrapper .overlay>.fas {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.direct-chat-text-content img {
    max-width: 100%;
}

.icon::before {
    /* removed font- based rules */
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* Step 2: Reference Individual Icons */
.login::before {
    /* using style CSS custom property */
    font: var(--fa-font-solid);
    content: "\f007";
}

/* Note: Make sure to include the correct weight and Unicode value for the icon */
.tps::before {
    /* using style CSS custom property */
    font: var(--fa-font-solid);
    content: "\f1ea";
}