/* header */
@font-face{font-family: "Inter"; src: url('../../fonts/Inter_18pt-Regular.ttf') format('truetype');font-weight:normal;font-style:normal;}
@font-face{font-family: "Inter"; src: url('../../fonts/Inter_18pt-Bold.ttf') format('truetype');font-weight:bold;font-style:normal;}
.deleted {
    text-align: right;
    color: #f00;
}
.head {
    position: relative;
}
.flex {
    display: flex;
    align-items: center;
}
.touch {
    user-select: none;
}
.touch .user {
    position: relative;
}
.selected .touch .user::after {
    display: inline-block;
}
.bulk-canvas .mobile-bulk-check {
    width: 35px;
    height: 35px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}
.bulk-canvas .mobile-bulk-check::after {
    content: "\f068";
}
.bulk-canvas .mobile-bulk-check.selected::after {
    content: "\f00c";
}
.touch .user::after, .bulk-canvas .mobile-bulk-check::after{
    position: absolute;
    top: 0;
    background-color: #f00;
    left: 0;
    right: 0;
    border-radius: 50%;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 1;
    width: 100%;
    height: 100%;
    line-height: 35px;
    color: #fff;
    text-align: center;
}
.touch .user::after {
    content: "\f00c";
    display: none;
}
.pointer {
    cursor: pointer;
}
/*Font Awesome Fonts*/
@font-face {
    font-family: 'FontAwesome';
    src: url('/themes/_libraries/font-awesome/fonts/fontawesome-webfont.ttf') format('truetype');
}
.inline-block {
    display: inline-block;
}
.accordion.active .ping {
    display: none;
}
.tab {
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  display: flex;
  border-bottom:0;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 16px;
  transition: 0.3s;
  font-size: 15px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0;
  border: 1px solid #ccc;
  border-top: none;
  background-color:white;
}
.tabcontent {
  animation: fadeEffect 0.5s; /* Fading effect takes 1 second */
}
.tabcontent.active {
    display: block;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.ping {
	background-color: #f80728;
    color: #fff;
    border-radius: 50%;
    top:0;
    right: -8px;
    position: absolute;
    height: 0.8em;
    width: 0.8em;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    font-weight: 600;
}
.user.dropdown-toggle::after {
    display: none!important;
}
.accordion {
    background-color: #1c3386;
    color: white;
    padding: 12px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.accordion.active {
    background-color: #1D2A58;
}
.accordion:after {
    font-family: FontAwesome;
    font-size: 11px;
    float: right;
    margin-left: 5px;
    content: "\f078";
}
.accordion.active:after {
    content: "\f077";
}
.panel-a {
    padding: 0;
    background-color: #1d2a58;
    color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel-a.accordion-open {
    max-height: 100vh;
}

tr.opened td {
    background-color: #E8F0F7!important;
}
/* table.table>tbody>tr td {
	padding:5px;
} */
table.table>tbody>tr:hover td,
table.table>tbody>tr:hover th {
  background-color: #F4F8FB !important;
}
.header-text {
    color: #e1e1e1;
	font-size: 14px;
}
.panel-top {
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.panel-top .dropdown .fa {
    color: #fff;
}
.panel-bottom {
	background-color: #f9fafb;
    height: 50px;
    padding: 5px 5px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px #e4e4e4 solid;
}
.header-text .fa {
    color: #fff;
}
.panel-title {
	display: inline-block;
    line-height: inherit;
    font-size: 20px;
    font-weight: 600;
}
#header {
    z-index: 1!important;
}
#header .header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
	margin-right: 20px;
}
#header .shop-logo {
    margin: 12px 0;
}
#header .container {
  display: flex;
  justify-content: space-between;
}
#header .container::after {
  content: none;
}
a {
	text-decoration:none!important;
}
.next:disabled .fa, .prev:disabled .fa {
    color: #102368;
}
.btn.btn-filter {
    background-color: #00f;
    margin: 5px 0;
}
.filter-panel .reset-filter {
    margin: 5px 0;
    text-decoration: none;
	font-size: 14px;
}
.filter-footer-last {
    margin: 5px 0;
}
.filter-open, .search-open {
    cursor: pointer;
}
.filter-open .dropdown-toggle {
    display: flex;
    align-items: center;
}
.filter-open .dropdown-toggle .fa {
    margin-right: 5px;
}
.filter-open .filter-count {
    display: none;
}
.filter-footer {
    text-align: center;
}
header .filter-panel {
    display: none;
    position: absolute;
    z-index: 1;
    border-radius: 12px;
    background-color: #fff;
    top: 100%;
    min-width: 250px;
	box-shadow: 1px 1px 3px #808183;
}
.filter-panel .filters {
    padding: 5px;
}
.filter-panel .filter {
    margin: 5px 10px;
}
/* update customer */
.update-customer {
    padding: 10px;
}
.user-image {
	border-radius: 50%;
    width: 100%;
}
/* new task */
.saveLater button {
    border: none;
    background-color: transparent;
    font-size: initial;
    width: 100%;
    text-align: left;
}
.btn-group .dropdown-item:hover button {
    color: #fff;
}
.btn-group .dropdown-item:hover {
    background-color: #00f;
    color: #fff;
}
.choose-contact {
    position: relative;
    padding: 8px;
    cursor: pointer;
}
.choose-contact .contacts {
    position:absolute;
    right: 0;
    min-width: 200px;
    width: 200px;
    display: none;
}
.detail, .task-form, .chat-dialog {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
	top: 0;
    display: flex;
    flex-direction: column;
}
.detail label {
    text-align: left;
}
.drop-file {
    text-align: center;
    padding: 30px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.drop-file .default{
    color: #bbbbbb;
}
.task-form .panel{
    padding: 0;
    background: #fff;
    flex: 1;
    overflow: auto;
}
.detail-form {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.detail .folder_path{
    margin: 0px 10px;
}
.element-title {
	line-height: 20px;
}
.detail .panel{
    flex: 1;
    overflow: auto;
}
.detail .partner-detail{
	display:flex;
	align-items:center;
	padding: 0 50px 15px 50px;
	background-color: #19359b;
    color: white;
	margin:0;
	font-size: 14px;
}
.detail .invoice-detail{
	background-color: whitesmoke;
	display:flex;
	align-items:center;
	padding: 15px 50px;
	margin:0;
	font-size: 14px;
}
.detail .control {
    background-color: #f7f7f7;
    padding: 10px;
    text-align: right;
	margin: 0 0 10px 0;
	height: 55px;
}
.task-blocks{
	border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 0;
	margin-bottom: 20px;
}
.work-count{
	color: white;
    background-color: #555555;
    padding: 2px 5px;
    border-radius: 10px;
    font-size: 9px;
}
.unseen-count {
    color: white;
    background-color: blue;
    padding: 4px 8px;
    border-radius: 10px;
}
.status-history {
	font-size:14px;
}
.file-list, .work-list, .message-list, .task-list, .partner {
	font-size:14px;
}
.note-list {
	padding:20px;
}
/* .task-detail {
	padding:20px;
} */
.message-list .recipient {
    margin-left: 30px;
    background-color: whitesmoke;
}
.header-wrapper .prev,
.header-wrapper .next,
.header-wrapper .close {
    color: white;
	font-size: 20px;
}
.header-wrapper {
    display: flex;
	align-items: center;
	justify-content: space-between;
}
.detail .header-wrapper, .task-form .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.invalid {
    border: 1px solid #f00!important;
}
.invalid-color {
    color: #f00!important;
}
.error {
    color: #f00;
    text-align: right;
    display: none;
}
.error.error-left {
    text-align: left;
    display: block;
}
.fa {
	color: inherit;
	min-width:20px;
}
.fa-paper-plane {
	margin-right: 8px;
	color: #ffffff;
}
.fa-check {
	color: #08b308;
}
.fa-star {
	color:orange;
}

.table tr .empty {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #bbbbbb;
    border-bottom: none;
}
/* my task */
button.prev, button.next, button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 5px;
}
.tag-input.email {
    position: relative;
}
.suggest {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    border: 1px solid #888;
    padding: 5px;
    min-width: 100px;
    z-index: 1;
}
.suggest ul {
    margin: 0;
}
.task-detail li, .work-detail li {
	border-bottom: 1px solid #ebebeb;
    text-align: left;
}
.task-detail label, .work-detail  label {
	width: 40%;
	margin: 5px 0;
}
.suggest ul li:hover {
    background-color: #00f;
    color: #fff;
}
/*Main CSS*/
.success {
    color: green;
    display: none;
}
.dropzone {
    display: none;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    opacity: 0.6;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    }
}
.dropdown {
    display: inline-block;
}
.dropdown .status {
    cursor: pointer;
}
span.status {
    border-radius: 8px;
    padding: 3px 7px;
	font-weight:400;
	color:#333;
}
ul {
	padding: 0!important;
	margin: 0!important;
}
.table th{
	font-size: 14px;
    border-top: none;
    font-weight: 600;
}
.table td{
	vertical-align: middle;
}
table.emaillist tr td.email-col {
    width: 80%;
}
table.emaillist .remove, .delete{
    cursor: pointer;
}
.panel.table-list {
	padding:0;
}
.container {
    margin: 0!important;
    width: 100%!important;
    padding: 0!important;
    max-width: 100% !important;
}
.container > .row {
    --bs-gutter-x: 0!important;
    --bs-gutter-y: 0!important;
}
.breadcrumb-wrapper {
    display: none !important;
}
.task, .work, .message, .invoice {
    cursor: pointer;
	font-size:14px;
	line-height: 18px;
}
.not-opened {
	font-weight:600;
}
.home select {
    border: 1px solid #b3bed7;
    height: 40px;
    padding: 0 18px;
    font-size: 14px;
    background: #fff;
    border-radius: 12px;
}
.right-content header .filter-status .title,
.right-content header .filter-sender .title,
.right-content header .filter-recipient .title,
 {
    flex: 0 0 60px;
}
.filter-status .status {
    flex: 1;
}
.dropdown ul li {
	font-size: 14px;
    cursor: pointer;
	padding: 0 10px;
    line-height: 28px;
    font-weight: 400;
}
.update-status li:hover {
    background-color: #00f;
    color: #fff;
}
.update-status {
    padding: 0 10px !important;
}
.header {
    position: relative;
	background-color: whitesmoke;
}
.header-1 {
    flex: 0 0 40%;
}
.header-2 {
    position: relative;
    justify-content: end;
    flex: 0 0 170px;
	font-size:22px
}
.header-1, .header-2 {
    display: flex;
    align-items: center;
}
.header-2 .dropdown {
    position: unset;
}
.header-2 .dropdown-menu.show {
    padding: 0;
/*    width: unset;*/
}
.header-2 .dropdown-toggle::after {
    display: none;
}
.bulk-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 15px;
    display: none;
}
.sub-bulk-canvas {
    display: none;
}
.bulk-canvas .title {
    margin-right: 5px;
}

.dismissible {
    color: #222;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    overflow: hidden;
}

 .dismissible span {
    background: #fff;
    border: 2px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-sizing: border-box;
    display: block;
    margin: 0 auto 20px auto;
    padding: 10px;
    position: relative;
 }
.dismissible-success span {
    background-color: #9CCC65;
    border-color: #7CB342;
    color: #fff;
}
.dismissible-success strong {
    color: #fff;
}
.dismissible-success button {
    background-color: #7CB342;
    color: #DCEDC8;
}


/*Login Signup Page*/
.no-account a:focus,.no-account a:hover,.no-account a {
    color: #333;
    text-decoration: none;
}
.header-top i {
    font-size: 18px;
}
.bg-image {
    background: url(../images/background-login.jpg) no-repeat 0 0 / cover;
    position: relative;
    width: 100%;
    height: 100vh;
    display: table;
}

.login-header {
    display: inline-block;
    width: 100%;
    background: #0e1a35;
}

.login-signup {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.login-logo img {
    cursor: pointer;
    max-width: 171px;
    padding: 23px 15px 22px;
    width: 100%;
}
.navbar-row {
    justify-content: space-around;
    color: #fff;
    display: flex;
    background-color: #eb4f51;
    padding: 5px 0;
	font-size: 14px;
}
.navbar-row.activated {
    background-color: unset;
}
.login-header .navbar-right {
    margin-right: 0px;
}

.login-header .nav-tabs > li.active > a,
.login-header .nav-tabs > li.active > a:focus,
.login-header .nav-tabs > li.active > a:hover {
    background-color: transparent;
    border: none;
    color: #fff;
}

.login-header .nav-tabs > li > a {
    border: medium none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    padding: 15px 30px;
    color: #fff;
}

.login-header .nav-tabs {
    border-bottom: none;
}

.login-header .nav-tabs > li {
    margin-bottom: 0px;
}

.login-header .nav > li > a:focus,
.login-header .nav > li > a:hover {
    background: none;
    text-decoration: none;
}

.login-header .nav-tabs > li.active {
    border-bottom: 6px solid #5584ff;
}

.login-inner h1 {
    color: #8492af;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.login-inner h1 span {
    color: #5584ff;
}

.login-form {
    text-align: center;
}

.login-form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #d4d9e3;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    color: #8492af;
    padding: 15px 50px;
    font-size: 17px;
    max-width: 550px;
}

.login-form label {
    margin-bottom: 30px;
    width: 100%;
}

.user {
    background-color: #4863c5;
	color: white;
    height: 35px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    width: 35px;
    text-align: center;
    line-height: 35px;
	text-transform: uppercase;
	margin-right:7px;
}

.pass input {
    background: rgba(0, 0, 0, 0) url("../images/password.png") no-repeat scroll 7px 12px;
}

.mail input {
    background: rgba(0, 0, 0, 0) url("../images/mail.png") no-repeat scroll 4px 12px;
}

.login-signup .tab-content {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: inline-block;
    margin-top: -8px;
    width: 100%;
}

.form-btn {
    background: #5584ff none repeat scroll 0 0;
    border: medium none;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 400;
    max-width: 250px;
    padding: 10px 0;
    position: relative;
    width: 100%;
    margin: 40px 0;
    box-shadow: 0 2px 8px #d2d2d2;
    -moz-box-shadow: 0 2px 8px #d2d2d2;
    -webkit-box-shadow: 0 2px 8px #d2d2d2;
}

.form-btn::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 17px;
    top: 9px;
}

.form-details {
    padding: 35px 0;
}


/*Login Signup Page*/


/*Home Page*/
#content-wrapper {
    height: 100%;
}
#wrapper {
    overflow: hidden;
}
.home {
    height: 100%;
    background: #f6f7fa;
	font-family:"Inter";
}

#navigation {
    padding: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
#navigation .menu {
     background-color: #1c3386;
     padding: 0px 15px;
     flex: 1;
}

.display-table {
    padding: 0;
    height: 100%;
    width: 100%;
	background-color: #1c3386;
}

.display-table-row {
    background-color: whitesmoke;
    display: flex;
    height: 100%;
	margin: 0;
/* 	padding: 0 5px; */
    position: relative;
}
.right-content {
    width: 100%;
    flex: 1;
    padding: 0 !important;
    border-radius: 10px;
    background: transparent;
    display: flex;
    flex-direction: column;
}
.right-content .panel-header .title,
.right-content .head .title
 {
    line-height: inherit;
	font-size : 20px;
	font-weight: 600;
    flex: 0 0 auto;
}
.filters .filter .title {
    font-size : 16px;
}
.count, .total {
    flex: 0 0 50px;
}
.count:not(.no-bubble) span, .total:not(.no-bubble) span, span.total:not(.no-bubble) {
	display: inline-block;
    background: blue;
    padding: 5px;
    color: #fff;
    border-radius: 12px;
    font-weight: 600;
    margin-left: 5px;
    font-size: 11px;
	line-height: 11px;
}
.filter-count span {
    background: red;
}
.not_opened_count {
	background: #f80728;
	display: inline-block;
    padding: 3px 5px;
    color: #fff;
    border-radius: 12px;
    font-weight: 600;
    margin-left: 5px;
    font-size: 10px;
    line-height: 10px;
}
.navi .total span {
    font-size: 11px;
    line-height: 18px;
    padding: 0px 7px;
}
.menu-hr-submenu {
    border-top: 1px solid #ebebeb;
    margin: 1rem auto;
}
.right-content header .search {
    margin: 0;
    border-radius: 12px;
}

.display-table-cell {
    display: table-cell;
    float: none;
    height: 100%;
}

.v-align {
    vertical-align: top;
}
.logo img {
    max-width: 180px;
    padding: 16px 0 17px;
    width: 100%;
}

.header-top {
    margin: 0;
    padding-top: 2px;
}

/* .header-top img {
    border-radius: 50%;
    max-width: 48px !important;
    width: 100%;
} */

.add-project {
    background: #5584ff none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 27px 10px 45px;
    position: relative;
}

.header-rightside .nav > li > a:focus,
.header-rightside .nav > li > a:hover {
    background: none;
    text-decoration: none;
}

.add-project::before {
    background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll 0 0;
    content: "";
    ;
    height: 12px;
    left: 17px;
    position: absolute;
    top: 12px;
    width: 12px;
}

.add-project:hover {
    color: #ffffff;
}

.header-top i {
    color: #0e1a35;
}

.icon-info {
    position: relative;
}
.label.label-primary {
    border-radius: 50%;
    font-size: 9px;
    left: 8px;
    position: absolute;
    top: -9px;
}

.icon-info .label {
    border: 2px solid #ffffff;
    font-weight: 500;
    padding: 3px 5px;
    text-align: center;
}

.header-top li {
    display: inline-block;
    text-align: center;
}

.header-top .dropdown-toggle {
    color: #0e1a35;
}

.header-top .dropdown-menu {
    border: medium none;
    left: -85px;
    padding: 17px;
}
.view {
    background: #5584ff none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 15px;
}

.navbar-content > span {
    font-size: 13px;
    font-weight: 700;
}

.img-responsive {
    width: 100%;
}
#navigation{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search input {
    border: none;
    font-size: 15px;
    padding: 15px 9px;
    width: 100%;
    background: rgba(0, 0, 0, 0) url("../images/search.png") no-repeat scroll 99% 12px;
    color: #8492af;
}

.panel-header {
    background: #19359b;
	color:white;
    display: inline-block !important;
    line-height: 23px;
	padding: 20px;
    transition: all 0.5s ease 0s;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.block-header {
    background: white;
    display: inline-block !important;
    line-height: 23px;
	padding: 10px;
    width: 100%;
	border-radius:10px 10px 0 0;
}
.block-title {
    font-size:16px;
	font-weight:600;
}
.logo {
    text-align: center;
}
.navi ul {
    padding: 5px 0;
	margin:0;
}
.navi li {
	list-style: none;
    padding: 0;
    margin: 0;
}
.navi a {
    color: #c7c7c7;
    display: block;
    font-size: 14px;
	padding: 7px 30px;
    text-decoration: none;
    transition: none;
}
.navi .active a {
	color: #fff;
    background: #151e3e;
/*     border-left: 5px solid #5584ff;
    padding-left: 35px; */
}

.navi a:hover {
    background: #151e3e none repeat scroll 0 0;
    display: block;
    color: #fff;
}
/* .navi i {
    margin-right: 15px;
    color: #5584ff;
	font-size: 20px;
} */
#navigation .menu {
    background: #1c3386;
    padding: 0px;
	/* margin-right:10px; */
}
.mobile-menu-toggle {
	font-size:22px;
    padding: 12px 20px 12px 33px;
    background-color: #1c3386;
    color: #fff;
    justify-content: space-between;
    display: none;
    align-items: center;
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
}
.navbar-close {
    padding: 5px;
    font-size: 24px;
    cursor: pointer;
}
.navbar-header {
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.navbar-header .icon-bar {
	width: 28px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    border-radius: 2px;
}
.menu-header {
    padding: 7px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
	background-color: #1c3386;
}
.menu-header-submenu {
    padding: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.new-task, .new-work {
    padding: 0px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #3a68fb;
	margin: 5px 0;
	border-radius: 7px;
    text-align: center;
    cursor: pointer;
}
.main-button {
    padding: 5px 15px;
	margin: 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #3a68fb;
	border-radius: 7px;
    text-align: center;
    cursor: pointer;
	border:none;
	letter-spacing: 0.4px;
}
.secondary-button {
	padding: 5px 10px;
	margin: 0 10px;
    border-radius: 7px;
	border:none;
	background: #E4E4E4;
	cursor: pointer;
}
.button-plus {
    padding: 3px 12px;
    color: #fff;
    font-size: 20px;
    background: #3a68fb;
	margin: 0;
	border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.chart-card {
	border-radius: 10px;
	padding: 10px;
    margin: 10px;
	box-shadow: 0 1px 2px #9f9f9f;
	background: white;
}
.chart-title {
	margin: 0 10px;
	font-weight: 600;
}
/*.dropdown-menu.show {
	top:35px;
	left: -75px;
}*/
.filter-panel {
    width: 250px;
    top: 100%;
    right: 0 !important;
    left: inherit;
}
.filter-header {
    padding: 20px 20px 10px;
}
.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0e1a35;
}

.circle-logo {
    margin: 0 auto;
    max-width: 30px !important;
    text-align: center;
}
.hidden {
    display: none;
}
/* .hidden-xs{ */
    /* -webkit-transition: all 0.5s ease; */
    /* -moz-transition: all 0.5s ease; */
    /* -o-transition: all 0.5s ease; */
    /* transition: all 0.5s ease; */
/* } */
.user-dashboard {
    padding: 0px;
    flex: 1;
    overflow-y: auto;
    background-color: whitesmoke;
    position: relative;
}

.user-dashboard h1 {
    color: #0e1a35;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    padding: 21px 0;
}
.shield-buttons {
    display: none;
}
.close, .close:focus, .close:hover {
    opacity: 1;
    text-shadow: none;
}
.modal-header.login-header h4 {
    color: #e7e7e7;
}
.modal{
    top: 20%;
}
.modal-header .close {
    margin-top: 2px;
}
.modal-header .modal-title {
    flex: 1;
}
.modal-header {
    background-color: #e7e7e7;
}
.modal-header.login-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-body input[type="text"] {
    border: 1px solid #d4d9e3;
	border-radius:10px;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0;
    width: 100%;
}
.modal-body textarea {
    border: 1px solid #d4d9e3;
	border-radius:10px;
    font-size: 14px;
    font-weight: 400;
    height: 150px;
    margin-top: 5px;
    padding: 9px 10px;
    width: 100%;
}
.form-group input[type="text"] {
    border: 1px solid #d4d9e3;
	border-radius:10px;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    width: 100%;
}
.form-group textarea {
    border: 1px solid #d4d9e3;
	border-radius:10px;
    font-size: 14px;
    font-weight: 400;
    height: 150px;
    margin-top: 5px;
    padding: 9px 10px;
    width: 100%;
}
.modal-footer .add-project {
    background: #5584ff none repeat scroll 0 0;
    border: medium none;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    position: relative;
}
.modal-dialog {
	border-radius: 10px;
}
.modal-content {
	border-radius: 10px!important;
}
.modal-footer .add-project::before{display: none;}
.modal-footer {
    border: 0 none;
    padding: 10px 15px 26px;
    text-align: right;
}
.cancel {
    background: #0E1A35     ;
    border: medium none;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    position: relative;

}
.search input:focus{
    border-bottom: 1px solid #BDC4D4;
    line-height:22px;
    transition: 0.1s all;
}
.panel {
 	background-color: whitesmoke;
}
.table .hltooltip {
    position: relative;
/*     display: inline-block; */
}
.hltooltip img {
  margin: 0 5px;
}
.hltooltip .hltooltip-icon {
	background-color: #ccc;
    padding: 4px 8px;
    font-weight: bold;
    border-radius: 50%;
    user-select: none;
    color: white;
}
.hltooltip .hltooltiptext {
    visibility: hidden;
    width: auto;
	min-width: 150px;
    background-color: #ffffff;
    color: #060606;
    text-align: left;
    border-radius: 6px;
    padding: 0px 7px;
    position: absolute;
    z-index: 1;
    border: 1px solid grey;
	font-size: 12px;
    left: 100%;
    top: 0;
}

.hltooltip:hover .hltooltiptext {
    visibility: visible;
}
/*Main CSS*/
@media only screen and (max-device-width: 767px) {
    #header .shop-logo {
       margin: 18px 0;
    }
    .head {
    }
    .home {
        height: 100%;
    }
    .margin-xs {
        margin: 0 5px;
    }
    .header-2 .filter-panel {
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        width: unset;
    }
    .header-1 {
        flex: 1;
    }
    .header-2 {
        flex: unset;
        position: unset;
    }
    .filter-folder {
        flex: 0;
    }
    .header-2 .fa, .filter-folder .fa {
        font-size: 24px;
        margin: 0 5px;
    }
    .right-content header .filter-open .dropdown-toggle .title{
        display: none;
    }
    .accordion {
        padding: 15px 30px;
        font-size: 20px;
    }
    #navigation .navi a {
        font-size: 18px;
		padding: 10px 0 10px 40px;
        text-align: left;
    }
    #navigation .navi i {
        margin-right: 8px;
    }
    #navigation .navi a:hover,
    #navigation .navi .active a {
        background-color: #151e3e;
        display: block;
    }
    header .header-top img {
        max-width: 38px !important;
    }
    .v-align header {
        padding: 12px 15px;
    }
    header .header-top li {
        padding-left: 13px;
        padding-right: 6px;
    }
    .navbar-header .navbar-toggle {
        float: left;
        margin: 0;
        padding: 0;
        top: 12px;
		background-color: transparent;
    }
    button,
    html [type="button"],
    [type="reset"],
    [type="submit"] {
        outline: medium none;
    }
    .user-dashboard .sales h2 {
        color: #8492af;
        float: left;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        padding: 13px 0 0;
    }
    .user-dashboard .btn.btn-secondary.btn-lg.dropdown-toggle > span {
        font-size: 11px;
    }
    .user-dashboard .sales button {
        font-size: 11px;
        padding-right: 23px;
    }
    .user-dashboard .sales h2 {
        font-size: 12px;
    }
    .gutter{
        padding: 0;
    }
    .hidden-xs, #navigation{
        display: none;
    }
    #navigation.open {
		display: block;
        position: absolute;
        z-index: 3;
        right: 0;
        width: 100%;
		background: #1c3386;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 1);
    }
    .mobile-menu-toggle {
        display: flex;
    }
    .panel.table-list {
        padding:0;
    }
    .detail {
        top:-56px;

    }
    table.table>tbody>tr td {
        padding: 10px 20px;
    }
    .header-text .fa {
        font-size: 24px;
    }
}

@media only screen and (max-device-width: 992px) {
    header .header-top li {
        padding-left: 20px !important;
        padding-right: 0;
    }
    header .logo img {
        max-width: 125px !important;
    }

}

@media only screen and (min-device-width: 767px) and (max-device-width: 998px){
    .user-dashboard .header-top {
        padding-top: 5px;
    }
    .user-dashboard .header-rightside {
        display: inline-block;
        float: left;
        width: 100%;
    }
    .user-dashboard .header-rightside .header-top img {
        max-width: 41px !important;
    }
    .user-dashboard .sales button {
        font-size: 10px;
    }
    .user-dashboard .btn.btn-secondary.btn-lg.dropdown-toggle > span {
        font-size: 12px;
    }
    .user-dashboard .sales h2 {
        font-size: 15px;
    }
}
@media only screen and (min-device-width:998px) and (max-device-width: 1350px){
    #navigation .logo img {
        max-width: 130px;
        padding: 16px 0 17px;
        width: 100%;
    }
}
#loading, .loading {
    text-align: center;
    opacity: 0;
}
#footer {
    padding-top: 0;
}
.snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
}
.snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}
@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}
@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
.title-bar {
    display: flex;
    align-items: center;
    gap: 10px;
	margin:20px 0;
}
.title-bar .line {
    height: 1.5px;
    background: #c1c1c1;
    flex: 1;
}
.height-100 {
    height: 100%;
}
.setting-title {
    font-weight: 600!important;
    font-size: 1rem!important;
}
.address-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* espace entre les blocs */
}

.address-box {
    flex: 1 1 48%; /* prend environ la moitié de la largeur sur desktop */
    border: 1px solid #ccc; /* bordure grise */
    padding: 20px;
    box-sizing: border-box;
    border-radius:10px;
}

@media (max-width: 768px) {
    .address-box {
      flex: 1 1 100%; /* prend toute la largeur sur mobile */
  }
}

.loading-cell {
    position: relative;
    background: #e9ecef !important;
    border-radius: 6px;
    height: 20px;
    overflow: hidden;
	margin:8px 0;
}

.loading-cell::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.6),
        transparent
    );
    animation: shimmer 1.5s infinite;
}
@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}