@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-size: 12px;
	color: #4c5258;
	letter-spacing: .5px;
  font-family: 'Roboto', sans-serif;
  background-color: #f7f8fa;
  overflow-x: hidden;
}
/* td
{
 max-width: 100px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
} */

.wrapper{
  width: auto;
	position: relative
}

a {
    text-decoration: none;
}

::placeholder {
    opacity: 0.6 !important;
}

.btn-outline-secondary {
    border-color: #ced4da;
}
.btn-sm {
    padding: 0.25rem 0.5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
}
.thbutton{
         width:5% !important;
      }
      .form-switch .form-check-input { margin-left:0px !important}
      .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
         display: none !important;
      }
      .btn-info
      {
         color:#fff !important;
      }
      @media only screen and (max-width: 765px) {
        .dataTables_length {
          display: none;
        }
      }

      input::-webkit-outer-spin-button,
      input::-webkit-inner-spin-button {
         -webkit-appearance: none !important;
         margin: 0 !important;
      }
      .show-help-support {
         cursor: pointer;
      }

.style_table .card-header {
	padding-top: 0.6rem!important;
    padding-bottom: 0.65rem !important;
	padding: 0.5rem 0.6rem;
    border-bottom: 0;
	margin-bottom:15px;
	background-color: #FFF;
	border-radius: 0.25rem !important;
	box-shadow: rgba(149, 157, 165, 0.1) 0px 0px 5px;
}
.style_table .card-header .form-control,
.style_table .card-header .form-select {
	height:36px !important;
}
.style_table .card-header .table_menu {
	margin-bottom:10px;
	border-bottom:1px solid #dee2e6;
}
.style_table .card-header .table_menu .NavMenu {
	list-style:none;
	padding:0px;
	margin:0px;
}
.style_table .card-header .table_menu .NavMenu li {
	display:inline-block;
	margin-right:12px;
}
.style_table .card-header .table_menu .NavMenu li i {
	font-size:18px;
	color: #6c757d98;
	vertical-align:middle;
}
.style_table .card-header .table_menu .NavMenu li a {
	font-size: 13px;
	line-height: 1.7;
	font-weight:600;
	color: #6c757d;
	padding-bottom:8px;
	border-bottom:3px solid transparent;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.style_table .card-header .table_menu .NavMenu li a.active {
	color:#212529;
	border-color:#0b5ed7;
}
.style_table .card-header .table_menu .NavMenu li:hover a,
.style_table .card-header .table_menu ul li:hover .btn {
	color:#212529;
}
.style_table .card-header .table_menu .NavMenu li .btn-group {
    position: inherit;
    display: inherit;
}
.style_table .card-header .table_menu .NavMenu .dropend .dropdown-toggle::after {
    display:none;
}
.style_table .card-header .table_menu .NavMenu li .btn {
    border: none;
    padding: 0;
}
.style_table .card-header .table_menu .NavMenu li .btn i {
	font-size:13px;
}
.style_table .card-header .table_menu .NavMenu .dropdown-menu-dark li {
	display: block;
    margin-right: 0;
}
.style_table .card-header .table_menu .NavMenu .dropdown-menu-dark .dropdown-item {
	display:block;
	width:100%;
	font-weight:400;
    color: #dee2e6;
	padding-bottom: 0.25rem;
	border-bottom: none;
}
.style_table .card-header .table_menu .NavMenu li .btn:focus{
	box-shadow:none;
}
.style_table .card-header .table_menu .NavMenu li .btn-link {
	font-size: 13px;
	line-height: 1.7;
    font-weight: 600;
    color: #6c757d;
	font-family: 'Roboto', sans-serif;
    text-decoration: none;
	border-bottom:3px solid transparent;
}
.style_table .card-body {
	padding: 0px 0px 15px;
	background-color: #FFF;
	border-radius: 0.25rem;
	box-shadow: rgba(149, 157, 165, 0.1) 0px 0px 5px;
}
.style_table .card-body nav.row {
	padding:0 15px;
}
.style_table .card-body .table {
	margin-bottom:0px;
	border-bottom:1px solid #dee2e6;
}
.card.style_table {
    background-color: transparent;
}
.style_table .table tbody>tr>td .btn{
	width:27px;
	height:25px;
	line-height:25px;
	text-align:center;
	padding: 0 0;
}
.style_table .table tbody>tr>td a {
	color:#0044cc;
	transition:.3s ease-in-out;
}
.style_table .table tbody>tr>td a:hover,
.style_table .table tbody>tr>td .btn .bi-file-text-fill {
	color:#32bfff;
}
.style_table .table tbody>tr>td .btn:hover .bi-file-text-fill {
	color:#FFF;
}
.style_table .pagination {
	padding:0 !important;
}
.modal-content {
	border:0px;
}
.modal-backdrop.show {
    opacity: 1;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation,
.modal-backdrop {
   background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.modal-header .btn-close {
	position:absolute;
	top: 0px;
	right:-40px;
	margin:0;
	opacity:1;
	filter: brightness(0) invert(1);
}
.swal2-title {
    margin: 0 !important;
	font-size: 1.4em !important;
    color: #212529 !important;
}
.swal2-popup {
    width: 24em !important;
}
.swal2-icon {
    margin: 0 auto 1.675em !important;
}
.swal2-actions {
    margin: 0.8em auto 0 !important;
}
.swal2-styled {
    padding: 0.425em 1.1em !important;
}
.swal2-styled.swal2-deny {
	border-color: #e72e2e !important;
	background-color: #e72e2e !important;
}
.swal2-styled.swal2-confirm {
	border-color: #3461ff !important;
	background-color: #3461ff !important;
}
.swal2-styled.swal2-deny,
.swal2-styled.swal2-confirm {
    font-size: 14px !important;
}
.style_table .dataTables_length {
	position:relative;
}
.style_table .dataTables_length i {
	position:absolute;
	top:9px;
	left:15px;
}
.style_table .card-header .form-select {
	padding-left:30px;
}
/* Header */

.top-header .navbar{
    position: fixed;
    top: 0;
    left: 250px;
    right: 0;
    background-color: #f7f8fa;
    border-bottom: 1px solid #e2e3e4;
    background-clip: padding-box;
    height: 54px;
    z-index: 10;
    padding: 0 1.2rem;
    transition: all .2s;
}


.top-header .navbar .top-navbar .nav-link {

    color: #293445;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;

}

.top-header .navbar .searchbar {
   position: relative;
   width: 30%;

}

.top-header .navbar .searchbar .search-close-icon{
    right: 2rem;
    opacity: 0.5;
    cursor: pointer;

 }

.top-header .navbar .searchbar .form-control {
  border-radius: 3px;
  border: 1px solid rgb(206 212 218 / 0%);
  /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); */
	padding-top: .42rem;
	padding-bottom: .42rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  height: 35px !important;

}

.top-header .navbar .dropdown-searchbar .form-control {
    border-radius: 3px;
    border: 1px solid rgb(206 212 218 / 0%);
    padding-left: 3rem;
    /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); */
}


.top-header .navbar .searchbar .form-control:focus,
.top-header .navbar .dropdown-searchbar .form-control:focus {
    border-color: #293445;
    box-shadow: none
}

.top-header .navbar .searchbar .search-icon,
.top-header .navbar .dropdown-searchbar .search-icon {

    opacity: 0.5;

}


.top-header .navbar .user-setting{
    height: 33px;
    border-radius: 3px;
    background-color: #fff;
    /* box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%); */
}

.dropdown-toggle-nocaret:after {
	display: none
}

.top-header .navbar .dropdown-menu {
	-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
	animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
}

@-webkit-keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}


.top-header .navbar .dropdown-large {
	position: relative
}


.dropdown-large .dropdown-menu,
.dropdown-small .dropdown-menu {
	width: 340px;
	border: 0;
	padding: 0.5rem;
	border-radius: 10px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .12)
}

.dropdown-small .dropdown-menu {
	width: 220px;
}

.top-header .navbar .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #fff;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF
}

.top-header .navbar .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #ffff;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd
}

.top-header .navbar .dropdown-item {
    padding: .35rem .5rem;
}

.top-header .navbar .dropdown-item:hover {
    border-radius: 3px;
    color: #1e2125;
	background-color: #f5f5f5
}

.top-header .navbar .dropdown-item .setting-icon {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 14px;
    background-color: #e1e6eb;
}

.top-header .navbar .dropdown-item .setting-text {
    font-size: 14px;
    font-weight: 500;
}

.top-header .navbar .user-img {
    width: 31px;
    height: 31px;
    border-radius: 50px;
    margin: 0px;
}

.top-header .navbar .user-name{
    font-size: 14px;
    color: #171a21;
    font-weight: 500;
    padding-right: 10px;
}


.top-header .navbar .dropdown-menu .apps:hover {

    background-color: #f8f9fa;
    transition: all 0.2;

}

.top-header .navbar .dropdown-menu .apps .apps-icon-box {

    color: #34383f;
    width: 52px;
    height: 52px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef;
    margin: auto;
    border-radius: 50%;
}

.top-header .navbar .dropdown-menu .apps .apps-name {

    color: #34383f;
    font-size: 14px;

}

.top-header .navbar .dropdown-menu .msg-time {
    font-size: 13px;
}


.top-header .navbar .dropdown-menu .dropdown-msg-user {
    font-size: 14px;
}

.top-header .navbar .dropdown-menu .dropdown-msg-text {
    font-size: 14px;
}


/* .header-message-list {
	position: relative;
	height: 420px;
} */


.header-notifications-list {
	position: relative;
	height: 420px;
  overflow-y: auto;
}
.header-notifications-list::-webkit-scrollbar-track {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.header-notifications-list::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}
.header-notifications-list::-webkit-scrollbar-thumb {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #3461ff;
}


.top-header .navbar .dropdown-menu .notification-box {

    width: 52px;
    height: 52px;
    font-size: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e1e6eb;

}


.top-header .navbar .nav-link .notify-badge {

    position: absolute;
    top: -2px;
    right: -5px;
    color: #fff;
    font-size: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fa0909;

}

.mobile-toggle-icon,
.search-toggle-icon,
.projects,
.notifications,
.messages {
    position:relative;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    color: #5e636b;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid rgb(255 255 255 / 0%);
    /* box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%); */

}



/* Sidebar */

.sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background-color: #f7f8fa;
    background-clip: padding-box;
    border-right: 1px solid #e2e3e4;
    transition: all .2s;
    z-index: 16;
}


.sidebar-wrapper .sidebar-header {
    width: 250px;
    height: 54px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0 5px 0 15px;
    z-index: 5;
    background: #f7f8fa;
    border-right: 1px solid #e2e3e4;
    border-bottom: 1px solid #e4e4e4;
    transition: all .2s;
}

.sidebar-wrapper .sidebar-header .logo-icon {
     width: 30px;
/*    width: 80%;*/
}
.sidebar-wrapper .sidebar-header .logo-icons {
    /* width: 30px; */
    width: 75%;
}

.sidebar-wrapper .sidebar-header  .logo-text {
    font-size: 22px;
    margin-left: 10px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #3461ff;
}

.toggle-icon {
    font-size: 22px;
    cursor: pointer;
    color: #3461ff;
}



.sidebar-wrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: 0 0
}

.sidebar-wrapper .metismenu {
	background: 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0px;
	margin-top: 60px;
  margin-bottom: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.sidebar-wrapper .metismenu li+li {
	margin-top: 6px
}

.sidebar-wrapper .metismenu li:first-child {
	margin-top: 5px
}

.sidebar-wrapper .metismenu li:last-child {
	margin-bottom: 5px
}

.sidebar-wrapper .metismenu>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

.sidebar-wrapper .metismenu a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 6px 15px;
	font-size: 14px;
	color: #5f5f5f;
	outline-width: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: .5px;
	border-radius: 0;
	border-left: 3px solid transparent;
	transition: all .2s ease-out
}

.sidebar-wrapper .metismenu a .parent-icon {
	font-size: 14px;
	line-height: 1
}

.sidebar-wrapper .metismenu a .menu-title {
	margin-left: 8px
}

.sidebar-wrapper .metismenu ul a {
	padding: 6px 15px 6px 15px;
	font-size: 14px;
	border: 0
}

.sidebar-wrapper .metismenu ul a i {
	margin-right: 10px
}

.sidebar-wrapper .metismenu ul {
	/* border: 1px solid #ededed; */
	background: rgb(255 255 255 / 0%);
}

.sidebar-wrapper .metismenu ul ul a {
	padding: 8px 15px 8px 30px
}

.sidebar-wrapper .metismenu ul ul ul a {
	padding: 8px 15px 8px 45px
}

.sidebar-wrapper .metismenu .mm-active>a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
	color: #3461ff;
	border-color:#3461ff;
	text-decoration: none;
	background-color: rgb(52 97 255 / 10%);
}

.menu-label {
	padding: 15px 15px 0px 5px;
	color: #b0afaf;
	text-transform: uppercase;
	font-size: 12px;
  font-weight: 500;
	letter-spacing: 1.5px
}

.metismenu .has-arrow:after {
	position: absolute;
	content: "";
	width: .5em;
	height: .5em;
	border-style: solid;
	border-width: 0 1.2px 1.2px 0;
	border-color: initial;
	right: 15px;
	transform: rotate(-45deg) translateY(-50%);
	transform-origin: top;
	top: 50%;
	transition: all .3s ease-out
}




@media screen and (min-width:1025px) {
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
		width: 70px
	}
    .wrapper.toggled.sidebar-hovered .sidebar-wrapper {
		box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12)!important
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
		width: 70px
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
		justify-content: center
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
		width: 70px
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
		justify-content: center
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
		display: none
	}
	.email-toggle-btn {
		display: none!important
	}
	.chat-toggle-btn {
		display: none!important
	}
}



.wrapper.toggled .top-header .navbar {
	left: 70px
}

.wrapper.toggled .page-content {
	margin-left: 70px
}



/* Page Content */

.page-content {
    margin-left: 250px;
    margin-top: 0px !important; 
    padding: 1.2rem;
    transition: all .2s;
}


/* Utilities */
.radius-5 {
  border-radius: 5px;
}
.radius-10 {
    border-radius: 10px;
}
.radius-15 {
    border-radius: 15px;
}
.radius-30 {
    border-radius: 30px;
}


.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-30 {
    font-size: 30px;
}

.font-35 {
    font-size: 35px;
}

.text-justify {
    text-align: justify;
}

.table-responsive {
    white-space: nowrap;
}

.fm-menu .list-group a {
    font-size: 16px;
    color: #5f5f5f;
    display: flex;
    align-items: center;
}

.fm-menu .list-group a i {
    font-size: 23px;
}

.fm-menu .list-group a:hover {
	background-color: rgb(52 97 255 / 15%);
	color: #3461ff;
	transition: all .2s ease-out
}

.add-post {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
}

.fm-icon-box {
    font-size: 32px;
    background: #fff;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.back-to-top {
	display: none;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: fixed;
	border-radius: 50%;
	bottom: 66px;
	right: 26px;
	background-color: #0d6efd;
	z-index: 5
}

.back-to-top:hover {
	color: #fff;
	background-color: #000;
	transition: all .5s
}


.project-user-groups img {
    margin-right: -14px;
    border: 1px solid #e4e4e4;
    padding: 2px;
    cursor: pointer;
}

.project-user-plus {
    width: 33px;
    height: 33px;
    margin-right: 0px;
    line-height: 33px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    border: 1px dotted #a9b2bb;
    color: #404142;
}

.user-groups img {
    margin-left: -14px;
    border: 1px solid #e4e4e4;
    padding: 2px;
    cursor: pointer;
}
.user-plus {
    width: 33px;
    height: 33px;
    margin-left: -14px;
    line-height: 33px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    border: 1px dotted #a9b2bb;
    color: #404142;
}

.icon-box {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #c7c8cb;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.icon-box.small_icon {
	width: 34px;
    height: 34px;
	font-size: 20px;
	margin:0 auto;
}


.product-box {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	cursor: pointer;
	background-color: #ffffff;
 }

 .best-product-item {
	 background-color: #ffffff;
	 cursor: pointer;
	 border-radius: 10px;
	 padding: .5rem;
 }

 .best-product-item:hover {
	 background-color: #f5f5f5;
 }

 .product-box img {
	 width: 100%;
 }

 .best-product {
	 position: relative;
	 height: 460px;
 }



.chart-container1 {
    position: relative;
    height: 340px;
}

.gmaps, .gmaps-panaroma {
    height: 400px;
    background: #eee;
    border-radius: 3px;
}

.theme-icons {
    background-color: #fff;
    color: #434547;
}

.cursor-pointer {
    cursor: pointer;
}

.icon-badge {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.product-img-2 {
    width: 45px;
    height: 45px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}

.error-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin: 5px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}


.productlist .product-box{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 1px solid #e2e3e4;
    background-color: #ffffff;

}

.productlist .product-box img{
    width: 100%

}

.productlist .product-title {

    color: rgb(25, 27, 34);

}


.orderlist .product-box{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 1px solid #e2e3e4;
    background-color: #ffffff;

}

.orderlist .product-box img{
    width: 100%

}

.orderlist .product-title {

    color: rgb(25, 27, 34);

}

.breadcrumb-title {
    font-size: 16px;
	font-weight: 500;
    border-right: 1.5px solid #aaa4a4;
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	position: relative;
	top: 2px;
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    font-family: 'boxicons';
    content: "\e900";
	font-size: 13px;
}

.page-breadcrumb .breadcrumb li.breadcrumb-item {
    font-size: 13px;
}
.page-breadcrumb .breadcrumb li.breadcrumb-item a {
	color:#212529;
}


.iconmenu .ps__rail-x {

	height: 0px;
}

.iconmenu .ps__rail-y {

	width: 0px;

}

.iconmenu .ps__rail-x.ps--clicking .ps__thumb-x, .iconmenu .ps__rail-x:focus>.ps__thumb-x, .iconmenu .ps__rail-x:hover>.ps__thumb-x {
	height: 5px
}

.iconmenu .ps__rail-y.ps--clicking .ps__thumb-y, .iconmenu .ps__rail-y:focus>.ps__thumb-y, .iconmenu .ps__rail-y:hover>.ps__thumb-y {
	width: 5px
}


.w_chart {
    position: relative;
    display: inline-block;
    width: 80px !important;
    height: 80px !important;
    text-align: center;
    font-size: 1.4em;
}

.w_percent {
    display: inline-block;
    line-height: 80px !important;
    z-index: 2;
    color: #0a0808;
}

.w_percent:after {
    content: '%';
    margin-left: 0.1em;
}

.w_chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px !important;
    height: 80px !important;
}


#geographic-map {
    width: 100%;
    height: 400px;
}

.new-customer-list {
	position: relative;
	height: 500px
}

.new-customer-list .customer-list-item {
	padding: 0.5rem;
    border-radius: 10px;
}

.new-customer-list .customer-list-item:hover {
	background-color: #f0f0f0;
}


.top-sellers-list {
	position: relative;
	height: 460px
}

.top-sellers-list .sellers-list-item {
	padding: 0.5rem;
    border-radius: 10px;
}

.top-sellers-list .sellers-list-item:hover {
	background-color: #f0f0f0;
}


.client-message {
	position: relative;
	height: 565px
}

.client-message .client-messages-list {
	padding: 0.5rem;
}

.client-message .client-messages-list:hover {
	background-color: #f0f0f0;
}

/* Widgets */

.widget-icon {
    width: 48px;
    height: 48px;
    background-color: #fafafa;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.widget-icon-large {
    width: 54px;
    height: 54px;
    background-color: #fafafa;
    border-radius: 10px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Chips */

.chip {
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    color: rgba(0, 0, 0, .7);
    cursor: pointer;
    background-color: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 16px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    box-shadow: none;
}

.chip img {
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 8px 0 -12px;
    border-radius: 50%;
}

.profile-cover {
    background-image: linear-gradient(to bottom right, rgb(26 30 33 / 50%), rgb(0 0 0 / 50%)), url(../images/gallery/33.png);
    background-size: cover;
    height: 24rem;
    background-position: center;
    margin: -4.0rem -1.5rem -5.5rem -1.5rem;
    padding: 1.5rem 1.5rem 6.5rem 1.5rem;

}


/* Email */


.email-wrapper {
	width: auto;
	height: 600px;
	overflow: hidden;
	border-radius: .25rem;
	position: relative;
	background: #fff;
	box-shadow: 0 .1rem .7rem rgba(0, 0, 0, .1)
}

.email-sidebar {
	width: 250px;
	height: 100%;
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	overflow: hidden;
	border-right: 1px solid rgba(0, 0, 0, .125);
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.email-sidebar-header {
	width: auto;
	height: auto;
	position: relative;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	border-right: 0 solid rgba(0, 0, 0, .125);
	border-top-left-radius: .25rem;
	padding: 15px
}

.email-navigation {
	position: relative;
	padding: 0;
	height: 345px;
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.email-header {
	position: absolute;
	height: 70px;
	left: 250px;
	right: 0;
	top: 0;
	padding: 15px;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	border-top-right-radius: .25rem;
	z-index: 1
}

.email-content {
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	top: 70px;
	height: auto;
	margin-left: 250px;
	padding: 0;
	background: #fff;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.email-navigation a.list-group-item {
	color: #404142;
	padding: .35rem 1.25rem;
	background-color: #fff;
	border-bottom: 1px solid rgb(0 0 0 / 0%);
	transition: all .3s ease-out
}

.email-navigation a.list-group-item:hover {
	background-color: rgb(13 110 253 / .12)
}

.email-navigation a.list-group-item.active {
	color: #0b5ed7;
	font-weight: 600;
	background-color: rgb(13 110 253 / .12)
}

.email-meeting {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.email-meeting a.list-group-item {
	color: #404142;
	padding: .35rem 1.25rem;
	background-color: #fff;
	border-bottom: 1px solid rgb(0 0 0 / 0%)
}

.email-meeting a.list-group-item:hover {
	background-color: rgb(0 123 255 / 15%);
	transition: all .3s ease-out
}

.email-hangout .chat-user-online:before {
	content: '';
	position: absolute;
	bottom: 8px;
	left: 45px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	background: #16e15e
}

.email-toggle-btn {
	width: auto;
	height: auto;
	margin-right: 10px;
	text-align: center;
	font-size: 24px;
	color: #404142;
	border-radius: 0;
	cursor: pointer;
	background-color: #fff;
	border: 0 solid rgb(0 0 0 / 15%)
}

.email-actions {
	width: 230px
}

.email-time {
	font-size: 13px;
	color: #6c757d
}

.email-list div.email-message {
	background: #fff;
	border-bottom: 1px solid rgb(0 0 0 / 8%);
	color: #383a3c
}

.email-list div.email-message:hover {
	transition: all .2s ease-out;
	background-color: #eceef1
}

.email-list {
	position: relative;
	height: 530px
}

.email-star {
	color: #6c757d
}

.email-read-box {
	position: relative;
	height: 530px
}

.compose-mail-popup {
	width: 42%;
	position: fixed;
	bottom: -30px;
	right: 30px;
	z-index: 15;
	display: none
}

.compose-mail-toggled {
	display: block
}

.compose-mail-title {
	font-size: 16px
}

.compose-mail-close {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	background-color: rgb(255 255 255 / 0%)
}

.compose-mail-close:hover {
	background-color: rgb(255 255 255 / 20%)
}

/* chat box */


.chat-wrapper {
	width: auto;
	height: 600px;
	border-radius: .25rem;
	position: relative;
	background: #fff;
	box-shadow: 0 .1rem .7rem rgba(0, 0, 0, .1)
}

.chat-sidebar {
	width: 340px;
	height: 100%;
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	overflow: hidden;
	border-right: 1px solid rgba(0, 0, 0, .125);
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.chat-sidebar-header {
	width: auto;
	height: auto;
	position: relative;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	border-right: 0 solid rgba(0, 0, 0, .125);
	border-top-left-radius: .25rem;
	padding: 15px
}

.chat-sidebar-content {
	padding: 0
}

.chat-user-online {
	position: relative
}

.chat-sidebar-header .chat-user-online:before {
	content: '';
	position: absolute;
	bottom: 7px;
	left: 40px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	background: #16e15e
}

.chat-list .chat-user-online:before {
	content: '';
	position: absolute;
	bottom: 7px;
	left: 36px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	background: #16e15e
}

.chat-content {
	margin-left: 340px;
	padding: 85px 15px 15px 15px
}

.chat-header {
	position: absolute;
	height: 70px;
	left: 340px;
	right: 0;
	top: 0;
	padding: 15px;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	border-top-right-radius: .25rem;
	z-index: 1
}

.chat-footer {
	position: absolute;
	height: 70px;
	left: 340px;
	right: 0;
	bottom: 0;
	padding: 15px;
	background: #f8f9fa;
	border-top: 1px solid rgba(0, 0, 0, .125);
	border-bottom-right-radius: .25rem
}

.chat-footer-menu a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #6c757d;
	text-align: center;
	border-radius: 50%;
	margin: 3px;
	background-color: #fff;
	border: 1px solid rgb(0 0 0 / 15%)
}

.chat-tab-menu li a.nav-link {
	padding: .3rem .2rem;
	line-height: 1.2;
	color: #4a4b4c
}

.chat-tab-menu .nav-pills .nav-link.active,
.chat-tab-menu .nav-pills .show>.nav-link {
	color: #008cff;
	background-color: rgb(0 123 255 / 0%)
}

.chat-title {
	font-size: 14px;
	color: #272b2f
}

.chat-msg {
	font-size: 13px;
	color: #6c757d
}

.chat-time {
	font-size: 13px;
	color: #6c757d
}

.chat-list {
	position: relative;
	height: 300px
}

.chat-list .list-group-item {
	border: 1px solid rgb(0 0 0 / 0%);
	background-color: transparent
}

.chat-list .list-group-item:hover {
	border: 1px solid rgb(0 0 0 / 0%);
	background-color: rgb(13 110 253 / .12)
}

.chat-list .list-group-item.active {
	background-color: rgb(13 110 253 / .12)
}

.chart-online {
	color: #16e15e
}

.chat-top-header-menu a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #6c757d;
	text-align: center;
	border-radius: 50%;
	margin: 3px;
	background-color: #fff;
	border: 1px solid rgb(0 0 0 / 15%)
}

.chat-content {
	position: relative;
	width: auto;
	height: 520px
}

.chat-content-leftside .chat-left-msg {
	width: fit-content;
	background-color: #eff2f5;
	padding: .8rem;
	border-radius: 12px;
	max-width: 480px;
	text-align: left;
	border-top-left-radius: 0
}

.chat-content-rightside .chat-right-msg {
	width: fit-content;
	background-color: #dcedff;
	padding: .8rem;
	border-radius: 12px;
	float: right;
	max-width: 480px;
	text-align: left;
	border-bottom-right-radius: 0
}

.chat-toggle-btn {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	text-align: center;
	font-size: 24px;
	color: #6c757d;
	border-radius: 50%;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid rgb(0 0 0 / 15%)
}


  /* Authentication */

.authentication-card {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 60rem;
    height: 100vh;
}

.login-separater span {
    position: relative;
    top: 26px;
    margin-top: -10px;
    background: #fff;
    padding: 5px;
    font-size: 12px;
    color: #8f8c8c;
    z-index: 1;
}


/* swicther */

/* .btn-switcher {
    position: fixed;
    right: 0px;
    top: 40%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
} */


/* .header-colors-indigators .indigator {
	width: 50px;
    height: 50px;
    background-color: #f7f8fa;
    border-radius: 10px;
    cursor: pointer;
} */


/* Responsive */

  @media screen and (max-width:1280px) {
	.email-header {
		height: auto
	}
	.email-content {
		padding: 100px 0 0 0
	}
}



  @media screen and (max-width:1025px) {


    .sidebar-wrapper {

        left: -300px;
    }


    .page-content {

        margin-left: 0px;

    }

    .top-header .navbar{

        left: 0px;
    }

    /* Toggeled */


   .wrapper.toggled .sidebar-wrapper{

        left: 0px;
    }


    .wrapper.toggled .page-content {

        margin-left: 0px;

    }

    .wrapper.toggled .top-header .navbar{

        left: 0px;
    }


    .wrapper.toggled .overlay {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #000;
		opacity: .6;
		z-index: 12;
		display: block;
		cursor: move;
		transition: all .2s ease-out
	}


.top-header .navbar .full-searchbar {

    position: absolute;
    top: 0%;
    left: 0;
    right: 0%;
    width: 100%;
    height: 60px;
    background-color: #f7f8fa;
    border-bottom: 1px solid rgb(0 0 0 / 0%);
    background-clip: padding-box;
    display: flex !important;
    z-index: 1;
    align-items: center;
    justify-content: start;
    padding: 0 1rem;
    -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
	animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown

  }

.email-header {
    border-top-left-radius: .25rem
}
.email-sidebar {
    left: -280px
}
.email-content {
    margin-left: 0
}
.email-header {
    left: 0
}
.email-toggled .email-sidebar {
    left: 0
}
.email-toggled .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 250px;
    background: #000;
    opacity: .5;
    z-index: 9;
    display: block;
    cursor: move;
    transition: all .3s ease-out
}

.compose-mail-popup {
    width: auto;
    position: fixed;
    bottom: -30px;
    right: 0;
    left: 0
}

.chat-header {
    border-top-left-radius: .25rem
}
.chat-footer {
    border-bottom-left-radius: .25rem
}
.chat-sidebar {
    left: -370px
}
.chat-content {
    margin-left: 0
}
.chat-header {
    left: 0
}
.chat-footer {
    left: 0
}
.chat-toggled .chat-sidebar {
    left: 0
}
.chat-toggled .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 340px;
    background: #000;
    opacity: .5;
    z-index: 11;
    display: block;
    cursor: move;
    transition: all .3s ease-out
}




}


@media screen and (max-width:1024px) {
    .authentication-card {
        padding: 1.5rem 0;
        height: auto;
    }
}


  @media screen and (max-width:767px) {
	.top-header .navbar .dropdown-menu::after {
		display: none
	}
	.top-header .navbar .dropdown {
		position: static!important
	}
	.top-header .navbar .dropdown-menu {
		width:94%!important;
    margin: 0 auto;
    left: 0;
	}
  .top-header .navbar .dropdown-small .dropdown-menu {
    width: 48% !important;
    right: 15px;
    left: auto;
  }
  .page-content {
    padding: 0px;
    margin-top: 70px;
  }
  .card {
    border-radius: 0px;
    margin-bottom: 15px;
    box-shadow: none;
  }
  .card.min-height {
    height: auto !important;
  }
  .top-navbar-right .navbar-nav li:last-child {
    margin-right: 0px;
  }
  .top-header .navbar {
    padding: 0 15px;
  }
  .top-header .navbar .user-name {
    font-size: 13px;
  }
  .authentication-card {
    height: 100vh;
  }
  #sectiontohide,
  #sectiontohide1,
  #sectiontohide2 {
    display: none;
  }
  .footer_nav.mob {
    padding: 5px 0px;
    border-top: 1px solid #EFEFEF;
  }
	  .style_table .card-header .table_menu .NavMenu {
		  display:flex;
		  align-items:center;
		  overflow-x:auto;
	  }
	  .style_table .card-header .table_menu .NavMenu li {
		  flex: 0 0 auto;
		  width: auto;
		  display: inherit;
	  }
	  .style_table .card-header .table_menu .NavMenu li .btn-link {
		  margin-bottom:7px;
	  }
	  .style_table .dataTables_length {
		  display:block !important;
	  }
	  .style_table .pagination,
	  .style_table .card-header .form-control {
		  margin-bottom:8px;
	  }
	  .dropdown-menu.show {
		  z-index:999;
	  }
	  .modal-header .btn-close {
    top: 15px;
    right: 10px;
    filter: inherit;
	  }
}


@media screen and (max-width:520px) {
	.chat-footer-menu,
	.chat-top-header-menu {
		display: none
	}
}

.copyright_signup {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
}
.form-switch .form-check-label,
.form-switch .form-check-input {
	cursor: pointer;
}
.btn,
.form-control {
	border-radius: 3.5px;
}
.form-select {
	cursor: pointer;
	border-radius: 3.5px;
}
.form-control,
.form-select {
	font-size: 13px;
	letter-spacing: .2px;
    font-family: 'Roboto', sans-serif;
    height: 40px !important;
}
.form-textarea{
    font-size: 14px;
    letter-spacing: .4px;
    font-family: 'Roboto', sans-serif;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-select:focus,
.form-control:focus,
.picker__input.picker__input--active {
	border-color: #5c636a;
	box-shadow: none;
}
.dropdown-item,
.btn{
	font-size: 13px;
}
.btn.btn-sm{
    font-size: 13px;
}
.badge {
  padding: 0.5em 0.5em 0.3em;
  border-radius: 3px;
	line-height: 1;
}
.btn-light,
.pagination,
.table>thead>tr>th {
  padding: 12px 10px;
  color:#6c757d;
  font-size: 13px !important;
  background-color: transparent;
}
/* .table>tbody>tr:hover {
	background-color:#f7f8fa;
}
.table>tbody>tr:last-child,
.table>tbody>tr:last-child td{
	border-bottom:0;
}
.table>tbody>tr>td {
	padding: 5px 10px;
	vertical-align:middle;
}
.table-bordered>:not(caption)>* {
    border-width: 0 0 1px;
}
.table>tbody>tr>td:first-child {
	color: #6c757d;
}
.table>tbody>tr>td:first-child,
.table>thead>tr>th:first-child{
	text-align:center;
	border-left:0;
}
.table>tbody>tr>td:last-child,
.table>thead>tr>th:last-child{
	border-right:0;
} */
.btn-light {
	border-color: #F3F3F3;
}
.pagination{
	margin-bottom: 0px;
	padding: 4.5px 4.5px;
    font-size: 13px !important;
	font-weight: 500;
}
.pagination .page-link{
	color: #6c757d;
	border: 1px solid #ced4da95;
	background-color:transparent;
	border-radius: 3.5px;
}
.page-item.disabled .page-link {
	border: 1px solid #ced4da95;
	background-color:transparent;
}
.pagination .page-item.active .page-link:hover {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.pagination .page-item .page-link {
	margin-right:5px;
}
.pagination .page-item .page-link:hover {
	color: #0d6efd;
	border-color:#0d6efd;
}
.pagination .page-item .page-link:focus{
	box-shadow: none;
}
.pagination .page-item:last-child .page-link {
	border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
	margin-right: 0px;
}
.pagination .page-item:first-child .page-link {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.btn-group-sm>.btn.btn-icon,
.btn-sm.btn-icon {
	width: 28px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	font-size: 13px;
    padding: 0px;
}
.page-item.disabled .page-link {
	cursor: not-allowed;
}
.form-label {
    margin-bottom: 0.1rem;
}
.input-group-text {
	padding: 0.22rem 0.75rem;
    font-size: 14px;
	line-height: 1.4;
	border-radius: 3px 0 0 3px;
	border-right: 0px;
}
/* .input-group .form-control {
	border-left: none;
} */
.form-control.datepicker,
.form-control.timepicker {
	cursor: pointer;
}

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0 0 1em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em;
}
.picker__list-item:first-child{
	border-top: none;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 40%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
  border-radius: 3px;
  background: #FFF;
  transition: .3s ease-in-out;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000;
  background: #b1dcfb;
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fff;
  border-color: #fff;
}

/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 150px;
  max-width: 328px;
}
/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2;
}
@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: .875em;
  }
}
/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative;
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #ced4da;
  height: 2em;
  font-size: 14px;
  padding: 0 5px;
  border-radius: 3px;
  margin-left: .25em;
  margin-right: .25em;
  cursor: pointer;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #007bff;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-size: 14px;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #007bff;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #007bff;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #007bff;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #e20;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */

.singin_card {
	padding: 25px 25px;
}
/* table.dataTable {
    clear: both;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    width:max-content;
    float:right;
} */

.Filter .btn {
  padding: 0.15rem 0.65rem;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.license-alert {
  padding: 6px 12px;
  border-radius: 3px;
}
.sidebar-wrapper .license-alert {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  margin: 0px 10px 10px;
  color: #293445;
  background-color: #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
/* .license-alert i {
  position: relative;
  top: -1px;
  font-size: 18px;
  line-height: 14px;
  vertical-align: middle;
  color: #687E96;
} */
.top-navbar-right .navbar-nav li {
  margin-right: 8px;
}

.footer_logo {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 14px;
}
.footer_logo a {
  flex: 0 0 auto;
  width: 14.8%;
}
.footer_logo a > img {
  /* filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.68; */
  transition: .3s ease-in-out;
}
/* .footer_logo a:hover > img {
  opacity: 0.8;
  filter: grayscale(25%);
  -webkit-filter: grayscale(25%);
} */
.footer_social {
  position: relative;
  display: block;
  text-align: center;
  border-color: rgb(0 0 0 / 25%);
}
.social_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_list li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 33px;
  font-size: 20px;
  text-align: center;
  border-radius: 50px;
  color: #4c5258;
  border: 1px solid #4c5258;
  transition: .3s ease-in-out;
}
.social_list li:hover a {
  opacity: 0.7;
}
.card.min-height {
  height: auto;
}

.footer_nav.logo img {
  height: 50px;
}
.footer_nav p {
  color: #b0afaf;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.footer_nav p > i {
  float: right;
}
.footer_nav ul li a {
  display: block;
  color: #4c5258;
  font-weight: 500;
  margin-bottom: 3px;
}
.footer_nav ul li:last-child a {
  margin-bottom: 0px;
}
.footer_copyright_list li,
.newsletter_text {
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.75;
}

.fixed_contact_btn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #FFF;
  padding: 3px 3px;
  z-index: 9999;
  border-radius: 50px;
  box-shadow: rgb(0 0 0 / 35%) 0px 2px 15px 0px;
  transition: .3s ease-in;
}
.fixed_contact_btn button {
  font-size: 14px;
  font-weight: 600;
  display: block;
  outline: none;
  border: none;
  padding: 5px 16px 3px;
  border-radius: 50px;
  color: #FFF;
  background: #25d366;
  transition: .3s ease-in;
}
.fixed_contact_btn button i {
  position: relative;
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}
@keyframes trin {
  from {
      transform: rotate3d(0,0,1,0)
  }

  20%,32%,44%,56%,68% {
      transform: rotate3d(0,0,1,0)
  }

  23%,35%,47%,59%,71% {
      transform: rotate3d(0,0,1,15deg)
  }

  26%,38%,50%,62%,74% {
      transform: rotate3d(0,0,1,0)
  }

  29%,41%,53%,65%,77% {
      transform: rotate3d(0,0,1,-15deg)
  }

  80% {
      transform: rotate3d(0,0,1,0)
  }
}
.fixed_contact_btn:hover button,
.fixed_contact_btn:focus button {
  background: #128c7e;
}

.alert-dismissible .btn-close {
  padding: 0.72rem 1rem;
  opacity: 0.4;
}
.footer-margin{
  margin-top: 15% !important;
}
.with-50{
  width: 50% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 32px !important;
}
.select2-container .select2-selection--single{
    height: 40px !important;
    font-size: 14px !important;
    letter-spacing: .4px !important;
    font-family: 'Roboto', sans-serif !important;

}
.bi-list::before {
    font-weight: bold !important;
}
.thbutton {
    text-align: center !important;
}
tr td {
    vertical-align: top;
}

.clear{
    clear:both;
    margin-top: 20px;
}

.autocomplete{
    position: relative;
}
.autocomplete .searchResult{
    list-style: none;
    padding: 0px;
    width: 80%;
    position: absolute;
    margin: 0;
	overflow:hidden;
    margin-top: 40px;
    background: #FFF;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	box-shadow: rgba(149, 157, 165, 0.35) 0px 0px 8px;
    z-index: 999;
}

.autocomplete .searchResult li{
    padding: 8px 10px;
	border-bottom:1px solid #ced4da;
    white-space: break-spaces;
}
.autocomplete .searchResult li:last-child {
	border-bottom:none;
}
.autocomplete .searchResult li:nth-child(even){
    background: #E5E7E9;
    color: black;
}

.autocomplete .searchResult li:hover{
    cursor: pointer;
    background: #CACFD2;
}

#add_reference i {
    height: 20px;
    width: 20px;
    background: #0d6efd25;
    color: #0d6efd;
    text-align: center;
    border-radius: 50px;
    line-height: 20px;
}

.add_btn {
    height: 40px;
	width: 40px;
	font-size:16px;
	border-radius: 0 3.5px 3.5px 0;
	padding: 0;
}
	.custom_grid {
		padding-left:1rem;
		padding-right:1rem;
	}
	.custom_grid .input-group {
		position:relative;
	}
	.custom_grid .input-group .form-label {
		position:absolute;
		top:-11px;
		left:5px;
		font-size:12px;
		padding:0px 8px;
		/* background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(247,248,250,1) 100%); */
    background:#fff;
		z-index:5;
	}
	.custom_grid .input-group .form-control.br-0 {
		border-radius:0;
	}
	.custom_grid .btn {
		/* font-size:22px; */
		padding: 0.15rem 0.75rem;
		border-top-left-radius:0px;
		border-bottom-left-radius:0px;
	}
	.select2-container--bootstrap4 .select2-selection {
		border-top-right-radius:0px;
		border-bottom-right-radius:0px;
	}

.discount_group {
	position:relative;
}
.discount_group .style_select {
	width:80px;
	position:absolute;
	top:27px;
	right:7px;
	padding:0px 15px;
	height: 28px !important;
	color:#FFF;
	background-image: linear-gradient(to right, #868f96 0%, #596164 100%);
    border: none;
	cursor:pointer;
}

.form-control:disabled,
.form-control[readonly] {
	border-color:#F1F1F1;
    background-color: #F1F1F1;
    opacity: 1;
	font-weight:600;
	cursor:not-allowed;
}
.form-control[aria-readonly]{
	cursor: pointer;
	font-weight:400;
	border-color:#ced4da;
}
.button-large{
	width: auto !important;
    height: auto !important;
    line-height: 1.5 !important;
    padding: 0.375rem 0.75rem !important;
}
.hyperlink {
	color: #00bbe0 !important;
}
.hyperlink:hover {
	color: #3461ff !important;
}
.mt-10{
  margin-top: 10px;
}

.style_table .table tbody>tr>td a {
  color: #0276a2;
  transition: .3s ease-in-out;
}

.page_head{
  color:#03828b !important
}
.font-32{
  font-size: 32px !important;
}

.hover-dark:hover {
    background: #313d4c;
}