@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.page-sidebar .page-sidebar-menu > li > a >span {
}
.page-content {
    background-color: #fff8f0!important;
}
.page-sidebar .page-sidebar-menu > li.active > a {
    background: #f5f1ec!important;
    border-radius: 5px;
}
.page-sidebar .page-sidebar-menu > li.active > a > i {
    color: #6f768e!important;
}
/* .page-sidebar .page-sidebar-menu > li.active > a:hover {
    color: #D3756B!important;
} */
.page-sidebar .page-sidebar-menu > li > a > i{
    font-size: 25px;
    margin: 10px;
}
.page-sidebar .page-sidebar-menu > li > a {
    color: #6f767d!important;
    border-top:0px!important;
}
.page-sidebar .page-sidebar-menu > li > a > [class^=icon-] {
    margin: 10px;
    color: #6f767d!important;;
}
.page-sidebar .page-sidebar-menu > li > a > i {
    font-size: 14px;
}
.page-container-bg-solid .page-bar, .page-content-white .page-bar {
    background-color: #fff8f0;
    border-bottom: 1px solid #f1f5ff!important;
}
.new-sidebar {
    box-shadow: 0px 0px 0px #ccc !important;
}
.page-logo > a{
    display: inline!important;
    float: none!important;
    box-shadow: 0px 0px 0px #ffffff;
}
.page-header.navbar .page-logo .logo-default{
    height: 100%
}

.page-sidebar .page-sidebar-menu > li:hover > a  , .page-sidebar .page-sidebar-menu > li:hover > a > *   {
   color: #df886b!important;
   background-color: #eceff4!important;
   border-radius: 5px;
}
.page-header.navbar{
    box-shadow: 1px 1px 1px #fff!important;
}
.page-sidebar .page-sidebar-menu > li.active > a > .selected{
    right: 0;
    top: calc(34% - 18px);
    height: 100%;
    background-color: #D3756B;
    border-top: 12px solid transparent;
    border: 1px solid #D3756B;
    border-radius: 5px;
}
.page-header.navbar .page-logo{
    padding-top: 5px;
    width: 210px;
    /* height: 70px; */
    align-items: center;
    justify-content: center;
    display: flex;
}
.page-header.navbar .page-logo .logo-default{
    height: 70px;
    padding: 5px;
   
}

.nd_tools > div{
    margin: 10px;
}
.global-container{
    background: #fff8f0;
    width: 100%;
    height: 70px;
    transition: 0.15s all ease;
}
.page-logo{
    background: #fff!important;
}

.search-inner {
    margin-left: 2rem;
}
.search-top-container {
    margin-top: 15px;
    margin-left: 15px;
}
.nd_tools {
    background: #fff8f0;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown {
    background: white;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    margin-top: 10px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    padding: 0px!important;
    margin: 10px  5px ;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
    padding: 10px 7px;
}
.navbar-nav>li>a {
    padding: 0px 10px;
}
.page-breadcrumb > li > span {
    color: #D3756B!important;
    font-weight: bold;
}
.page-bar .page-breadcrumb > li{
    color: #e2e6ef!important;
}
.nav>li>a:focus, .nav>li>a:hover{
    text-decoration: none;
    background-color: #fdfdffdb;
    border-radius: 5px;
    color: #11b358;
}
.user_top_bar{
    height: 50px;
    border-left: 2px solid #e5e5e5;
    margin-top: 5px;
    margin-left: 10px;
}
.card.card-tale {
    background: #7DA0FA;
    color: #ffffff;
}
.stretch-card > .card {
    width: 100%;
    min-width: 100%;
}
.ndp_cards > div {
    flex: 1;
    min-width: 200px;
    background: #ffffff;
    margin: 10px 10px;
    border-radius: 2px;
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    transition: transform .2s;
}
.ndp_cards :hover {
    transform: scale(1.03);
}
.ndp_cards > div > b {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: start;
    flex-direction: column;
    padding-top: 20px;

}
.ndp_cards > div.b {
    background:  #f5f5f5;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border-color: #ffffff;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    
}
.ndp_cards > div.a {
    background:  #f5f5f5;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border-color: #ffffff;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    
}
.ndp_cards > div.c {
    background:  #f5f5f5;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border-color: #ffffff;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    
}
.ndp_cards > div.d {
    background:  #f5f5f5;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border-color: #ffffff;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    
}
.ndp_cards > div.b >span > i {
    font-size: 30px;
    color: #00b23282;
 }
 .ndp_cards > div.c >span > i {
    font-size: 30px;
    color: #047dff78;
 }
 .ndp_cards > div.a >span > i {
    font-size: 30px;
    color: #D3756B;
 }
 .ndp_cards > div.d >span > i {
    font-size: 30px;
    color: #138c8782;
 }
.ndp_cards > div label {
    text-align: start;
    display: initial;
    justify-content: flex-start;
    align-items: flex-start;
    color: #503737;
}

.ndp_cards > div.b label:nth-child(2){
    font-weight: bold;
    color: #00b232;
}
.ndp_cards > div.c label:nth-child(2){
    font-weight: bold;
    color: #047dff;
}
.ndp_cards > div.d label:nth-child(2){
    font-weight: bold;
    color: #138c87;
}
.ndp_cards > div.a label:nth-child(2){
    font-weight: bold;
    color: #ff4400;
}
.ndp_cards > div.b label:nth-child(1){
    font-size: 2.875rem;
    font-weight: bold;
    opacity: 1;
    font-family: monospace;
    display: flex;
    align-items: center;
}
.dropdown-alert >a:hover{
background-color: #06618c!important;
}
.ndp_cards > div.a label:nth-child(1){
    font-size: 2.875rem;
    font-weight: bold;
    opacity: 1;
    font-family: monospace;
    display: flex;
    align-items: center;
    color: #503737;
}
.ndp_cards > div.c label:nth-child(1){
    font-size: 2.875rem;
    font-weight: bold;
    opacity: 1;
    font-family: monospace;
    display: flex;
    align-items: center;
    color: #503737;
}
.ndp_cards > div.d label:nth-child(1){
    font-size: 2.875rem;
    font-weight: bold;
    opacity: 1;
    font-family: monospace;
    display: flex;
    align-items: center;
    color: #503737;
}
.ndp_cards > div.b label:nth-child(1)>b{
    font-size: 1.5rem;
   margin-left: 5px;
   color: #068c39;
}
.ndp_cards > div.a label:nth-child(1)>b{
    font-size: 1.5rem;
   margin-left: 5px;
   color: #068c39;
}
.ndp_cards > div.d label:nth-child(1)>b{
    font-size: 1.5rem;
   margin-left: 5px;
   color: #068c39;
}
.ndp_cards > div.c label:nth-child(1)>b{
    font-size: 1.5rem;
   margin-left: 5px;
   color: #068c39;
}
.nd_panel{
    box-shadow: 2px 2px 6px -3px #aaaaaa;
    border-radius: 10px;
    padding: 12px 6px;
}
.nd_panel > h4{
    box-shadow: 2px 2px 6px -3px #ffffff;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    color: #503737;
    font-weight: 600;
}
.nd_panel > .pdp_title > h4{
    box-shadow: 2px 2px 6px -3px #ffffff;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    color: #503737;
    font-weight: 600;
}
.ca_chart_view {
    height: 100%;
}
.ccv_left > b {
    font-family: 'Roboto', sans-serif;  font-weight: 600;
}
.ca_chart_view {
    background: #ffffff;
}
.ccv_left {
    background-image: linear-gradient(135deg, #1d2f97, #142593);
    border-radius: 15px;
    margin: 5px;
    height: 98%;
}
.ccv_right {
    height: 270px;
    min-width: 260px;
    height: 100%;
    background: #f5f5f5;
    border-radius: 15px;
}
.user_top_bar .utb_info > span{
    height: 35px;
    width: 35px;
}
.ccv_left > ul li span{
    font-weight: bold;
}
.hyp_table thead tr th {
    padding: 10px 2px;
    background: #f8fafb;
    align-items: center;
    justify-content: center;
}
.btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all).btn-xs{
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
}
.nd_pos_card , .crms_chiffre {
    border-color: #ffffff;
    background: #ffffff;
    box-shadow: 6px 6px 7px -5px #c5c5c5;
    background-image: linear-gradient( 321deg, #2dd176 10%,#28d977 50%,#2ee78096 70%, #29a05e 100%);
    border-radius: 5px;
}
.nd_pos_card:hover {
    /* background-image: linear-gradient( 310deg, #08397c 10%,#0e458e57 50%, #0f4a9a1f 70%, #038fd9 100%); */
    animation: shrink 0.6s infinite alternate;
}
.crms_chiffre:hover {
    /* background-image: linear-gradient( 310deg, #08397c 10%,#0e458e57 50%, #0f4a9a1f 70%, #038fd9 100%); */
    animation: shrink 0.6s infinite alternate;
}
.nd_pos_card > i , .nd_sav_card > i {
    color: #ffffff!important;
}
.nd_pos_card > ul li , .nd_sav_card > ul li {
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
}
.nd_vclient {
    border-bottom: 1px solid #dbdbdb;
    margin: 6px 9px;
    transition: 0.15s all ease;
}
.nd_vclient a span {
    color: #6f767d;
}
.nd_vclients_list > h3{
    color: #1c1f5c !important;
    background: #7cdba773;
    padding: 15px 0 !important;
    box-shadow: 0px 10px 15px -3px rgb(12 12 12 / 5%);
}
.nd_nearclients_list> h3{
    color: #1c1f5c !important;
    background: #06618c3b;
    padding: 15px 0 !important;
    box-shadow: 0px 10px 15px -3px rgb(12 12 12 / 5%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.nd_vclient span img{
    border-radius: 50%;
}
.nd_vclients_list , .nd_nearclients_list {
    margin-top: 2rem;
    background: #ffffff;
    box-shadow: 0px 10px 15px -3px rgb(12 12 12 / 20%);
    border-radius: 5px;
}
.hyp_table tbody tr:hover{
    background-color: #f9f9f9;
    transform: scale(1.01);
}
.nd_vclient:hover {
    background: #d8ffe9c9;
    padding: 5px;
}
.hyp_table tbody tr{
    transition: transform .1s;
}
.nd_sav_card{
    background-image: linear-gradient( 310deg, #0a66e3 10%,#1467d79c 50%, #1467d76b 70%, #06287a 100%);
    border-color: #ffffff;
    box-shadow: 6px 6px 7px -5px #c5c5c5;
    border-radius: 5px;
   
}
.nd_sav_card:hover{
    /* background-image: linear-gradient( 310deg, #08397c 10%,#0e458e57 50%, #0f4a9a1f 70%, #038fd9 100%); */
    animation: shrink 0.6s infinite alternate;
}
.scrollactive{
    background: #ffffff!important;
    box-shadow: 0px 1px 5px 1px rgba(34, 34, 34, 0.185);
    transition: 0.15s all ease;
}
.table-bordered>tbody>tr>td{
    border: 0px solid #fff;
    border-top: 1px solid rgb(235, 235, 235);
}

.btn.green:not(.btn-outline){
    background-color: #6f767d;
    border-color: #6f767d;
}
.portlet.light>.portlet-title>.caption , .gcc_title{
    box-shadow: 2px 2px 6px -3px #ffffff;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    color: #7d3a32!important;
    font-weight: 600;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
    border: 0;
    border-radius: 50%;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 0px ;
    margin-left: -1px;
    border-radius: 50%;
}
.page-content.floatable {
    margin-left: 0px!important;
}
.card-icon{
    width: 50px;
    height: 50px;
    background: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    margin-right: 2rem;
}
.card-patch > div{
    display: flex;
}
.card-patch {
    background-color: #565656!important;
    border-radius: 10px!important;
    color: #fff!important;
    margin-top: 2rem;
}
.card-patch > div >div:nth-child(2) > p{
    margin: 0;
    color: #d5d5d5;
    font-family: system-ui;
}
.card-patch > div >div:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gc_landing_shortcuts > ul > li > a{
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1)!important;
    -webkit-box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1)!important;
    border-radius: 1rem;
    padding: 1rem;
}
.gc_landing_shortcuts > ul > li > a:hover{
    animation: shrink 0.6s infinite alternate;

}
.gc_landing_shortcuts > ul > li > a .title , .gc_landing_shortcuts > ul > li > a p{
    text-align: left;
}
.gc_landing_shortcuts > ul > li > a > div:nth-child(1){
    width: 50px;
    height: 50px;
    background: #06618c12;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 1rem;
}
.gc_landing_shortcuts > ul > li > a > div:nth-child(1) > i{
   color: #565656;
   font-size: 25px;
}
.gc_landing_shortcuts > ul > li > a:hover .title{
    letter-spacing: 1px!important;
}
.gc_landing_shortcuts > ul > li > a .title{
    letter-spacing: 1px!important;
}
.gc_landing_shortcuts > ul > li > a:hover {
    background: #fff;
    border: 1px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    box-shadow: 0px 10px 15px -3px #06628c15!important;
    -webkit-box-shadow: 0px 10px 15px -3px #06628c15!important;
}
.gc_navigate{
    margin-top: 5rem;
    box-shadow: 0px 0px 0px 0px #ffffff;
    background: #fff0;
}

.gc_navigate > ul > li > a{
    border-radius: 15px;
    margin: 0px 2px;
    background: #fff;
    border-right: 0px solid #ccc;
    box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.1);
    padding: 1rem;
}

.gc_navigate > ul > li > a:hover {
    background: #6f768e;
    border-top: 1px solid #ffffff;
    color: #fff;
    animation: shrink 0.6s infinite alternate;

}
.gc_navigate > ul > li > a:hover b{
    background: #fff;
    color: #000; 
}
.gc_navigate > ul > li{
    border-radius: 15px;
    padding: 1rem;
}

.gc_navigate > ul > li.active > a{
    background-color: #6f767d!important;
    border-radius: 15px;
    margin: 0px 10px;
    color: #fff;
}
.gc_navigate > ul > li.active > a i{
    color: #fff!important;
}
.gc_navigate ul > li.active > a span{
    color: #ffffff;
}
.gc_navigate > ul > li.active > a b {
    background: #fff;
    color: #000; 
    /* margin-top: 5px; */
}
.gc_cnt_stats ul > li{
    background: #fff!important;
    box-shadow: 0px 3px 26px 4px rgba(0,0,0,0.1);
    border: 0px;
}
.gc_cnt_stats ul > li:nth-child(3) , .gc_cnt_stats ul > li:nth-child(4), .gc_cnt_stats ul > li:nth-child(2){
    border: 1px solid #ffffff!important;
    color: rgb(0, 0, 0)!important;
    border-radius: 5px;
}
.gcc-inline-portlet > h3{
    padding: 10px 5px 10px 15px;
    background: #ac5b52;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.gc_cnt_stats ul > li{
    min-height: 66px;
}
.crm_quick_access.open .crmqa_item{
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #ebebeb;
}
.crmqa_item{
    box-shadow: 0px 0px 0px 0px #000;
    border-radius: 0px;
}
.ctg_inner {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0px 0px 9px -4px #0000003d;
    padding: 15px 10px;
}
.ctg_product {
    box-shadow: 0px 10px 15px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.ctg_product > div{
    background-color: #fbfbfb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.ctg_product > b {
    content: "";
    background: #06618c73;
    color: #ffffff;
    box-shadow: 0px 6px 9px -6px rgb(0 0 0 / 46%);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0; 
}
.ctg_product > span {
    /* border-radius: 5px;
    color: #ffffff;
    background-color: #526171;
    position: absolute;
    top: 5px;
    left: 7px; */
        /* text-align: right; */
        color: #06618c;
        margin-top: 5px;
        display: block;
        padding: 2px 13px;
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        margin-top: 5px;
        background-color: #526171;
        position: absolute;
        bottom: 17px;
        left: -5px;
        box-shadow: 7px 4px 9px 0px #e8e8e8;
}
.ctg_product > span:after {
    content: '';
    position: absolute;
    left: 1px;
    top: -3px;
    height: 6px;
    width: 6px;
    border: 3px solid transparent;
    border-bottom: 3px solid #87bc25;
    transform: rotate(132deg);
    /* box-shadow: 0px 0px 3px 0px #000; */
}
.ctg_product > b:before {
    content: "\f06e";
    font-size: 14px; 
}

.ctglp_pagination > ul li {
    border-radius: 10px;
    border: 1px solid #526171;
}
.ctg_product:hover{
    animation: bg 0.8s infinite alternate;
}
.ctg_product >p{
    display: block;
    /* text-align: right; */
    padding: 2px 13px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 5px;
    background: #dd5142;
    position: absolute;
    bottom: 0px;
    left: -5px;
    box-shadow: 7px 4px 9px 0px #e8e8e8;
}
.ctg_product > p:after {
    content: '';
    position: absolute;
    left: 1px;
    top: -3px;
    height: 6px;
    width: 6px;
    border: 3px solid transparent;
    border-bottom: 3px solid #dd5142;
    transform: rotate(132deg);
    
}
.pop_waiting {
    top: 50%;
    background: rgb(54 117 151);
}
.pv-featured-image-patch{
    min-width: 200px;
    min-height: 20em;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 5px;
    background-color: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.product_detail-patch h3{
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    width: 100%;
    color: #0d47a1;
}
.product_detail-patch h6{
    color: #9c9c9c;
}
.littleinfo > span{
    color: #1a1a1a;
    font-weight: bold;
}
.pv-dcarte-patch {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    min-width: 138px;
    background: #f1f1f1;
    color: #5f5f5f;
    margin: 0 1px 0 2px;
    box-shadow:  -1px 0px 9px -4px rgba(0,0,0,0.1);
    ;
}
.pv-dcarte-patch span {
    display: block;
    height: 30px;
    line-height: 30px;
    color: rgb(3, 17, 48);
}
.pv-dcarte-patch.dark {
    background: #8c8c8c2b;
    color: #f3f3f3;
    border-radius: 2px;
}
.pv-dcarte-patch.danger {
    background: #f9767687;
    color: #f3f3f3;
    border-radius: 5px;
}
.pv-dcarte-patch.success {
    background: #36c6d37d;
    color: #f3f3f3;
    border-radius: 5px;
}
.pv-dcarte-patch b {
    display: block;
    height: 40px;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    color: rgb(3, 17, 48);
}
.pv-dtitle-patch{
    min-height: 10px;
    font-size: 15px;
    padding: 2px 2px 2px 10px;
    margin-bottom: 10px;
    border-left: 4px solid #dd5142;
    border-radius: 5px;
    margin-top: 2rem;
}
.pv-ddetail-patch{
    min-height: 10px;
    font-size: 15px;
    padding: 2px 2px 2px 10px;
    margin-bottom: 10px;
    border-left: 2px solid #dbdbdb;
}
.pv-dcartes-patch.light > div {
    padding: 0px;
}
.pv-dcartes-patch {
    text-align: center;
    margin: 20px 0;
}
.sideprod_bar-pacth{
    margin-top: 1em;
    border-bottom: 1px solid #ffffff;
}
.avs_tops > a{
    border-radius: 5px;
    box-shadow: 0px 5px 15px -3px rgb(139 147 152 / 24%);
}
.crms_chiffre_item:nth-child(1){
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.1);
    border-radius: 3px;
    background: #f2ecff!important;
    color: #5a15d9!important;
}
.crms_chiffre_item:nth-child(2){
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.1);
    border-radius: 3px;
    background: #ffe0e0!important;
    color: #ff5b00!important;
}
.crms_chiffre_item:nth-child(3){
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.1);
    border-radius: 3px;
    background: #fff7e3!important;
    color: #f9aa00!important;
}
.crms_chiffre_item:nth-child(4){
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.1);
    border-radius: 3px;
    background: #dffddf!important;
    color: #BC232A!important;
}
.crms_chiffre_item > span.c label{
    font-weight: bolder;
}
.crms_ca_det {
    border-radius: 5px;
}
.crms_ca_det> .i{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.crms_ca_det:nth-child(1) > .i{
    background-color: #2baeba;
}
.crms_ca_det:nth-child(2) > .i{
    background-color: #501cb1;
}
.crms_ca_det:nth-child(3) > .i{
    background-color: #0fde8a;
}
.crms_ca_det:nth-child(4) > .i{
    background-color: #00c2ff;
}
.crms_ca_det:nth-child(5) > .i{
    background-color: #0ca969;
}
.crms_ca_det > .i span{
    color: #ffffff!important;
    border-color: #ffffff!important;
}
.crms_main_graph {
    background: #06618c!important;
    background: linear-gradient(120deg, #765ee5, #501cb1)!important;
    position: relative!important;
    border-radius: 5px!important;
}
.admin-apps > ul > li > a > b{
    text-align: left!important;
    padding-left: 1.5rem;
}
.admin-apps > ul > li > a > small{
    text-align: left!important;
    padding-left: 1.5rem;
}
.admin-apps > ul > li > a > span{
    text-align: left!important;
    padding-left: 1.5rem;
    font-size: 3rem;
    padding-top: 2.5rem;
}
.admin-apps > ul > li > a:hover{
    background: #7d6f6f;
    color: #c5c3c3;
    border: 1px solid #f7f7f7;
    border-bottom: 0px solid #cdcdcd;
}
.admin-apps > ul > li > a:hover > span {
    margin-top: -7px;
    margin-bottom: 7px;
    color: #ffffff;
}
.admin-apps > ul > li > a:hover > b {
    letter-spacing: 1px;
    color: #ffffff;
}
.admin-apps > ul > li{
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.admin-apps > ul > li:hover{
    animation: bga 0.6s infinite alternate;

}
.admin-apps > ul > li > a {
    border: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-radius: 5px;
}
/* LOADER  */
.gooey {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 142px;
    height: 32px;
    margin: -20px 0 0 -71px;
    background: #205672;
    border-radius: 10px;
    box-shadow: 0px 10px 15px -3px rgb(6 97 140 / 30%);
  }
.gooey .dot {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 12px;
    left: 15px;
    background: #0c95d5;
    border-radius: 50%;
    transform: translateX(0);
    animation: dot 2.8s infinite;
}
.gooey .dots {
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    animation: dots 2.8s infinite;
  }
  .gooey .dots span {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 16px;
    background: #ffffff;
    border-radius: 50%;
  }

  /* NOTIF */
  .messenger {
    background-color: #ff0049;
    width: 100%;
    height: 30px;
    /* border-radius: 5px; */
    /* margin: 10% auto; */
    position: absolute;
    z-index: 999999;
    float: right;
    display: flex;
    bottom: 0;
    align-items: center;
    
}



.msgscrol {
    background-color: #ff0049;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.msgscrol span {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #ffffff;
    display: block;
    white-space: nowrap;
    margin: 1px 0;
    animation: 10s txtscrl linear infinite;
    width: 100%;
}


#stockNotif{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30px;
}
#stockNotif :hover > .msgscrol span{
    animation: none;
    text-align: center;
}

.page-sidebar .page-sidebar-menu > li > a >i{
    color: #6f767d!important;
}

.gc_navigate>ul>li.active>a {
    background: #fbfbfb;
    border-top: 2px solid #43484e;
}
.admin-apps>ul>li>a>span{
    color: #7d6e6e;
}
.filter-dsh>div:nth-child(1) {
    background: #565656;
}
.filter-dsh>div:nth-child(2)>div>i,.filter-dsh>div:nth-child(2)>div>div>i {
    color: #6f767d;
}
#date_changer{
    color: #6f767d;
}
.page-footer {
    background: #565656!important;
}
.search-btn{
    color: #6f768e
}
.search-btn:hover {
    background-color: #6f768e;
    color: #fff;
}
.btn-primary {
    background-color: #6f768e;
}
#whole-calendar-pl > div:nth-child(1)>div:nth-child(2)>div>.fc-state-active {
    border-bottom: 2px solid #8b3d3d;
    background: #6f768e;
    color: #fff;
}
#whole-calendar-pl > div:nth-child(1)>div:nth-child(2)>div>button {
    color: #6f768e;
    padding-bottom: 0px;
    background-color: #f0efef;
    font-weight: bold;
}
#external-events>.fc-event, .fc-event-dot {
    background-color: #6f768e!important;
}
.crm_event > .a ,.crm_event > .t,.pa_inner > .ss > small,.tw_sandwich span,
.gcc_back_home,.gcc_table_pagination ul li.active,.badge-primary {
    background: #6f768e!important;
}
.gcc_table_pagination ul li {
    background: #6f768e;
}
/* .pa_inner > .ss > small{
    color: #03ac4e!important;
} */
.pa_inner > .d > div b,.gc_navigate>ul>li:first-child i{
    color: #404557;
}
.pa_inner > .ss > b {
    display: block;
    text-align: center;
    padding: 18px;
    font-size: 32px;
    background: #ffdddf!important;
    box-shadow: 0px -8px 15px -11px #636363;
}

.pop_waiting ,.avs_tops > a small{
    background: #565656;
    border: 2px solid #565656;
}
.avs_tops > a span{
    color: #565656;
    border-color: #454141;
}
.active_tabe_cat{
    background-color: #ffb7b7!important;
}

.cartdropinner {
    left: -5px;
    background: #fff8f000;
}

@keyframes dotone {
    25% {
        transform: translateY(-25px)
    }

    65% {
        transform: translateY(8px)
    }

    80% {
        transform: translateY(0px)
    }
}




@keyframes txtscrl {
    0% {
        transform: translateX(100%)
    }
    100% {
        transform: translateX(-10%)
    }
}

.inspired {
    width: 100%;
    text-align: center;
}

.inspired p {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

.inspired a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #555555;
    padding-bottom: 3px;
    font-weight: bold;
}

.inspired a:hover {
    border-bottom: 1px solid transparent;
}
  /* END NOTFI */
  .selectize-control {
    display: inline-block;
    vertical-align: middle;
  }

  @-moz-keyframes dot {
    50% {
      transform: translateX(96px);
    }
  }
  @-webkit-keyframes dot {
    50% {
      transform: translateX(96px);
    }
  }
  @-o-keyframes dot {
    50% {
      transform: translateX(96px);
    }
  }
  @keyframes dot {
    50% {
      transform: translateX(96px);
    }
  }
  @-moz-keyframes dots {
    50% {
      transform: translateX(-31px);
    }
  }
  @-webkit-keyframes dots {
    50% {
      transform: translateX(-31px);
    }
  }
  @-o-keyframes dots {
    50% {
      transform: translateX(-31px);
    }
  }
  @keyframes dots {
    50% {
      transform: translateX(-31px);
    }
  }
  
  /* END LOADER  */
@keyframes bg {
    0% {
        transform: scale(1);
        background-size: 100% 100%;
        background-color: #ffffff;
        color: rgb(0, 0, 0);
        transform: scaleX(1.0);
    }
    100% {
        transform: scale(1.02);
        background-size: 140% 140%;
        /* background-color: #0e30ac; */
        color: #0e30ac;
        -webkit-transform : translate(0px,-.8em); 

 -moz-transform : scale(1.01);  
 -ms-transform : scale(1.01);  
 -o-transform : scale(1.01);   
 transform : scale(1.01);
    }
  }

  @keyframes bga {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.02);
        /* -webkit-transform : translate(0px,-.3em); 
        -moz-transform : translate(0px,-.3em);  
        -ms-transform : translate(0px,-.3em);  
        -o-transform : translate(0px,-.3px);   
        transform : translate(0px,-.3em);  */
    }
  }

  @keyframes grow {
    from {
      transform: scale(0, 0);
      opacity: 0;
    }
    to {
      transform: scale(1, 1);
      opacity: 1;
    }
  }
  @keyframes move {
    from {
      transform: translateX(0px);
    }
    to {
      transform: translateX(45px);
    }
  }

  @media (min-width: 992px) {
    .page-sidebar {
        width: 210px;
    }
    
    .page-content-wrapper .page-content{
        margin-left: 210px;
        background-color: #f1f5ff;
    }
    .page-content-wrapper {
        float: left;
        width: 100%;
        background-color: #fff;
    }
}

.gc_landing_shortcuts > ul > li > a{
    min-height: 115px;
}

@media screen and (min-width: 200px) and (max-width: 650px) {
    .page-header.navbar .page-logo{
        width: 140px;
    }
    .admin-apps > ul > li{
        width: 100%;
    }
    .gc_landing_shortcuts > ul > li{
        width: 80%;
    }
    .gc_landing_shortcuts > ul > li > a{
        justify-content: space-around;
    }
    .card-icon{
        width: 100px;
    }
    .page-header.navbar{
        background-color: #f1f5ff!important;
    }
    .page-header.navbar .top-menu .navbar-nav {
        margin-top: 10px;
    }
    .page-logo {
        background: #f1f5ff00!important;
    }

    .gc_navigate > ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .gc_navigate > ul > li{
        height: 105px;
        width: 100%!important;
    }
    .gcc_actions {
        top: 5px;
    }
    .gcc_actions {
        top: 5px;
    }
    .gcc_title {
        font-size: 11px;
    }
   
  }
