/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/scss/main.scss ***!
  \********************************************************************************************************************/
@charset "UTF-8";
/****** UTILS ******/
/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
.css-equal-content, .css-equal-heights {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.css-equal-content {
  color: red;
  float: left;
}

.align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

[data-layout-width=boxed] body, [data-layout-width=boxed] .header {
  max-width: 1300px;
  margin: auto;
}
[data-layout-width=boxed] .sidebar ul .menu-title {
  display: none !important;
}
[data-layout-width=boxed] .sidebar ul li span {
  display: none !important;
}
[data-layout-width=boxed] .sidebar ul ul li {
  display: none !important;
}
[data-layout-width=boxed] .page-wrapper {
  margin: 0 0 0 230px;
}
[data-layout-width=boxed] .main-wrapper {
  position: relative;
}
[data-layout-width=boxed] .main-wrapper #toggle_btn {
  display: none;
}
[data-layout-width=boxed] .sidebar {
  position: absolute;
  width: 230px;
}
[data-layout-width=boxed] .sidebar .noti-dot {
  display: none !important;
}
[data-layout-width=boxed] .sidebar ul .menu-title {
  display: block !important;
}
[data-layout-width=boxed] .sidebar ul li span {
  display: block !important;
}
[data-layout-width=boxed] .sidebar ul ul li {
  display: block !important;
}

[data-sidebar-size=sm-hover] #toggle_btn {
  display: none;
}
[data-sidebar-size=sm-hover] .sidebar ul .menu-title {
  display: none !important;
}
[data-sidebar-size=sm-hover] .sidebar ul li span {
  display: none !important;
}
[data-sidebar-size=sm-hover] .sidebar ul ul li {
  display: none !important;
  width: 100%;
}
[data-sidebar-size=sm-hover] .two-col-bar:hover .sidebar-right {
  display: block;
}
[data-sidebar-size=sm-hover] .two-col-bar .sidebar-left {
  display: block;
}
[data-sidebar-size=sm-hover] .two-col-bar .sidebar-right {
  display: none;
}
[data-sidebar-size=sm-hover] .page-wrapper {
  margin: 0 0 0 60px;
}
[data-sidebar-size=sm-hover] .sidebar {
  width: 60px;
}
[data-sidebar-size=sm-hover] .sidebar .noti-dot {
  display: none !important;
}
[data-sidebar-size=sm-hover] .sidebar .sidebar-menu ul li span {
  display: none !important;
}
[data-sidebar-size=sm-hover] .sidebar:hover {
  width: 230px;
}
[data-sidebar-size=sm-hover] .sidebar:hover ul .menu-title {
  display: inline-block !important;
}
[data-sidebar-size=sm-hover] .sidebar:hover ul li span {
  display: inline-block !important;
}
[data-sidebar-size=sm-hover] .sidebar:hover ul ul li {
  display: inline-block !important;
}

[data-sidebar-size=md] .page-wrapper {
  margin: 0 0 0 200px;
}
[data-sidebar-size=md] .sidebar {
  width: 200px;
}
[data-sidebar-size=md] .sidebar .menu-title {
  justify-content: center;
}
[data-sidebar-size=md] .sidebar .sidebar-menu ul li a {
  flex-direction: column;
  text-align: center;
  padding: 10px;
}
[data-sidebar-size=md] #toggle_btn {
  display: none;
}

[data-layout-position=scrollable] .main-wrapper {
  position: relative;
}
[data-layout-position=scrollable] .main-wrapper .sidebar {
  position: absolute;
}
[data-layout-position=scrollable] .slimScrollDiv, [data-layout-position=scrollable] .slimscroll {
  overflow: auto !important;
  height: auto !important;
}

[data-sidebar=dark][data-layout-position=scrollable] .slimscroll {
  background-color: #34444c;
}

[data-layout=twocolumn] .two-col-bar {
  display: block;
}
[data-layout=twocolumn] #sidebar {
  display: none;
}
@media (max-width: 991px) {
  [data-layout=twocolumn] #sidebar {
    display: block;
  }
}
[data-layout=twocolumn] #sidebar-view,
[data-layout=twocolumn] #sidebar-size,
[data-layout=twocolumn] #layout-width, [data-layout=twocolumn] #layout-position {
  display: none;
}
[data-layout=twocolumn] .mini-sidebar .sidebar .sidebar-right {
  display: none;
}
[data-layout=twocolumn] .mini-sidebar.expand-menu .sidebar .sidebar-right {
  display: block;
}

[data-layout-width=boxed][data-sidebar-size=md] .sidebar:hover {
  width: 200px;
}
[data-layout-width=boxed][data-sidebar-size=md] .sidebar ul .menu-title {
  display: block !important;
  text-align: center;
}
[data-layout-width=boxed][data-sidebar-size=md] .sidebar ul li span {
  display: block !important;
}
[data-layout-width=boxed][data-sidebar-size=md] .sidebar ul ul li {
  display: block !important;
}

[data-layout-mode=light][data-topbar=dark] body .header {
  background: #263238;
}
[data-layout-mode=light][data-topbar=dark] body .header .has-arrow .dropdown-toggle:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
[data-layout-mode=light] .header {
  background: #FFF;
  border-color: transparent;
}
[data-layout-mode=light] .header .page-title-box h3 {
  color: #373B3E;
}
[data-layout-mode=light] .header .logo {
  display: none;
}
[data-layout-mode=light] .header .logo2 {
  display: inline-block;
  line-height: 60px;
}
[data-layout-mode=light] .header #toggle_btn .bar-icon span {
  background-color: #373B3E;
}
[data-layout-mode=light] .header .top-nav-search form .form-control {
  border: 1px solid #D3D3D4;
  color: #373B3E;
  height: 40px;
  padding: 10px 50px 10px 15px;
  border-radius: 5px;
}
[data-layout-mode=light] .header .top-nav-search form .form-control::-webkit-input-placeholder { /* Edge */
  color: #373B3E;
}
[data-layout-mode=light] .header .top-nav-search form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #373B3E;
}
[data-layout-mode=light] .header .top-nav-search form .form-control::placeholder {
  color: #373B3E;
}
[data-layout-mode=light] .header .top-nav-search form .btn {
  color: #373B3E;
}
[data-layout-mode=light] .header .has-arrow .dropdown-toggle:after {
  border-bottom: 2px solid #373B3E;
  border-right: 2px solid #373B3E;
}
[data-layout-mode=light] nav.greedy button {
  color: #373B3E !important;
}
[data-layout-mode=light] .sidebar-twocol.sidebar .sidebar-left {
  background: #FFF;
  border-right: 1px solid #D3D3D4;
}
[data-layout-mode=light] .sidebar-twocol.sidebar .sidebar-left .nav-link {
  color: #373B3E;
}
[data-layout-mode=light] .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
  background: #4D5154;
  color: #FFF;
}
[data-layout-mode=light] .sidebar {
  background-color: #FFF;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
[data-layout-mode=light] .sidebar .sidebar-menu ul ul {
  display: none;
  width: 200px;
}
[data-layout-mode=light] .sidebar .sidebar-menu ul li a:hover {
  color: #4D5154;
}
[data-layout-mode=light] .sidebar .sidebar-menu .greedy ul li a:hover {
  color: #4D5154;
}
[data-layout-mode=light] .user-menu.nav > li > a {
  color: #373B3E;
}
[data-layout-mode=light] .mini-sidebar .header-left .logo2 img {
  height: auto;
  max-height: 30px;
  width: auto;
}
[data-layout-mode=light] .header .header-left .logo {
  display: none !important;
  line-height: 60px;
}
[data-layout-mode=light] .sidebar-menu ul li a:hover,
[data-layout-mode=light] .two-col-bar .sidebar-menu ul li a:hover {
  color: #373B3E;
}

[data-topbar=light][data-layout-mode=blue] .header {
  background: #00c5fb;
  background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%);
  border-color: transparent;
}
[data-topbar=light][data-layout-mode=blue] .header .header-left .logo {
  display: block;
  line-height: 60px;
}
[data-topbar=light][data-layout-mode=blue] .header .user-menu.nav > li > a {
  color: #FFF;
}
[data-topbar=light][data-layout-mode=blue] .header #toggle_btn .bar-icon span {
  background-color: #FFF;
}
[data-topbar=light][data-layout-mode=blue] .header .page-title-box h3 {
  color: #FFF;
}
[data-topbar=light][data-layout-mode=blue] .header .logo2 {
  display: none !important;
}
[data-topbar=light][data-layout-mode=blue] .header .has-arrow .dropdown-toggle:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
[data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .form-control {
  color: #fff;
}
[data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .form-control::placeholder {
  color: #fff;
}
[data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .btn {
  color: #fff;
}

[data-layout-mode=blue] .header {
  background: #00c5fb !important;
  background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%) !important;
  border-color: transparent;
}
[data-layout-mode=blue] .header .header-left .logo {
  display: block;
  line-height: 60px;
}
[data-layout-mode=blue] .header .user-menu.nav > li > a {
  color: #FFF !important;
}
[data-layout-mode=blue] .header #toggle_btn .bar-icon span {
  background-color: #FFF;
}
[data-layout-mode=blue] .header .page-title-box h3 {
  color: #FFF;
}
[data-layout-mode=blue] .header .logo2 {
  display: none;
}
[data-layout-mode=blue] .page-item.active .page-link {
  background-color: #00c5fb;
  border-color: #00c5fb;
}
[data-layout-mode=blue] .nav-tabs.nav-tabs-solid li a.active {
  background-color: #00c5fb;
  border-color: #00c5fb;
}
[data-layout-mode=blue] .sidebar-twocol.sidebar .sidebar-left {
  background: #4D5154;
}
[data-layout-mode=blue] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #00c5fb;
}
[data-layout-mode=blue] #layout-position .radio input:checked + label {
  background: #00c5fb;
  color: #FFF;
}
[data-layout-mode=blue] .dash-widget .card-body .dash-widget-icon {
  background-color: rgba(0, 197, 251, 0.2);
  color: #00c5fb;
}
[data-layout-mode=blue] .bg-primary, [data-layout-mode=blue] .badge-primary {
  background-color: #00c5fb !important;
}
[data-layout-mode=blue] .sidebar .sidebar-menu ul ul a.active {
  color: #00c5fb;
  text-decoration: underline;
}
[data-layout-mode=blue] .sidebar ul li.submenu .noti-dot:before {
  border: 5px solid #00c5fb;
}
[data-layout-mode=blue] .btn-primary {
  background-color: #00c5fb;
  border: 1px solid #00c5fb;
}
[data-layout-mode=blue] .btn-primary:focus, [data-layout-mode=blue] .btn-primary:hover, [data-layout-mode=blue] .btn-primary:active, [data-layout-mode=blue] .btn-primary.active {
  color: #FFF;
  background-color: rgb(0, 156.9721115538, 200);
  border-color: rgb(0, 156.9721115538, 200);
}
[data-layout-mode=blue] .btn-primary:focus .open > .dropdown-toggle.btn-primary, [data-layout-mode=blue] .btn-primary:hover .open > .dropdown-toggle.btn-primary, [data-layout-mode=blue] .btn-primary:active .open > .dropdown-toggle.btn-primary, [data-layout-mode=blue] .btn-primary.active .open > .dropdown-toggle.btn-primary {
  background-color: rgb(0, 156.9721115538, 200);
  border: 1px solid rgb(0, 156.9721115538, 200);
}
[data-layout-mode=blue] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=blue] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=blue] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=blue] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=blue] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=blue] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=blue] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=blue] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=blue] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=blue] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=blue] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=blue] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=blue] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=blue] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=blue] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=blue] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=blue] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=blue] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
  background-color: rgb(0, 156.9721115538, 200);
  border: 1px solid rgb(0, 156.9721115538, 200);
}
[data-layout-mode=blue] .btn-primary:active:focus, [data-layout-mode=blue] .btn-primary:active:hover {
  background-color: rgb(0, 156.9721115538, 200);
  border: 1px solid rgb(0, 156.9721115538, 200);
}
[data-layout-mode=blue] .btn-primary .active:not(:disabled):not(.disabled), [data-layout-mode=blue] .btn-primary:active:not(:disabled):not(.disabled) {
  background-color: rgb(0, 156.9721115538, 200);
  border-color: rgb(0, 156.9721115538, 200);
  color: #FFF;
}
[data-layout-mode=blue] .btn-primary .active:focus:not(:disabled):not(.disabled), [data-layout-mode=blue] .btn-primary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
[data-layout-mode=blue] .btn-primary .show > .btn-primary.dropdown-toggle {
  background-color: rgb(0, 156.9721115538, 200);
  border-color: rgb(0, 156.9721115538, 200);
  color: #FFF;
}
[data-layout-mode=blue] .btn-primary .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
[data-layout-mode=blue] .btn-primary.disabled, [data-layout-mode=blue] .btn-primary:disabled {
  background-color: #00c5fb;
  border-color: #00c5fb;
  color: #FFF;
}
[data-layout-mode=blue] .roles-menu ul li.active a {
  border-color: #00c5fb;
  color: #00c5fb;
}
[data-layout-mode=blue] .settings-icon span {
  background-color: #00c5fb;
}
[data-layout-mode=blue] .profile-view .profile-basic .profile-info-left .staff-msg .btn-custom {
  background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%);
}
[data-layout-mode=blue] .profile-view .profile-basic .profile-info-left .staff-msg .btn-custom:hover {
  border-color: #00c5fb;
}
[data-layout-mode=blue] a {
  color: #00c5fb;
}
[data-layout-mode=blue] a:hover {
  color: rgb(0, 156.9721115538, 200);
}
[data-layout-mode=blue] .nav-tabs.nav-tabs-bottom li a.active {
  border-bottom-color: #00c5fb;
}
[data-layout-mode=blue] .custom-modal .modal-content .modal-header .btn-close {
  background-color: #00c5fb;
  border: 1px solid #00c5fb;
}
[data-layout-mode=blue] .custom-modal .modal-content .modal-header .btn-close:hover {
  background-color: transparent;
  color: #00c5fb;
}
[data-layout-mode=blue] .breadcrumb .breadcrumb-item.active {
  color: #00c5fb;
}
[data-layout-mode=blue] ::selection {
  background: #00c5fb;
  color: #FFF;
  text-shadow: none;
}

[data-topbar=light][data-layout-mode=maroon] .header {
  background: #f43b48;
  background: linear-gradient(to right, #f43b48 0%, #453a94 100%);
  border-color: transparent;
}
[data-topbar=light][data-layout-mode=maroon] .header .header-left .logo {
  display: block;
  line-height: 60px;
}
[data-topbar=light][data-layout-mode=maroon] .header .user-menu.nav > li > a {
  color: #FFF;
}
[data-topbar=light][data-layout-mode=maroon] .header #toggle_btn .bar-icon span {
  background-color: #FFF;
}
[data-topbar=light][data-layout-mode=maroon] .header .page-title-box h3 {
  color: #FFF;
}
[data-topbar=light][data-layout-mode=maroon] .header .logo2 {
  display: none;
}

[data-layout-mode=maroon] .header {
  background: #f43b48;
  background: linear-gradient(to right, #f43b48 0%, #453a94 100%);
  border-color: transparent;
}
[data-layout-mode=maroon] .header .header-left .logo {
  display: block;
  line-height: 60px;
}
[data-layout-mode=maroon] .header .user-menu.nav > li > a {
  color: #FFF;
}
[data-layout-mode=maroon] .header #toggle_btn .bar-icon span {
  background-color: #FFF;
}
[data-layout-mode=maroon] .header .page-title-box h3 {
  color: #FFF;
}
[data-layout-mode=maroon] .header .logo2 {
  display: none;
}
[data-layout-mode=maroon] .page-item.active .page-link {
  background-color: #f43b48;
  border-color: #f43b48;
}
[data-layout-mode=maroon] .nav-tabs.nav-tabs-solid li a.active {
  background-color: #f43b48;
  border-color: #f43b48;
}
[data-layout-mode=maroon] .sidebar-twocol.sidebar .sidebar-left {
  background: #4D5154;
}
[data-layout-mode=maroon] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #f43b48;
}
[data-layout-mode=maroon] .bg-primary, [data-layout-mode=maroon] .badge-primary {
  background-color: #f43b48 !important;
}
[data-layout-mode=maroon] .dash-widget .card-body .dash-widget-icon {
  background-color: rgba(244, 59, 72, 0.2);
  color: #f43b48;
}
[data-layout-mode=maroon] #layout-position .radio input:checked + label {
  background: #f43b48;
  color: #FFF;
}
[data-layout-mode=maroon] .sidebar .sidebar-menu ul ul a.active {
  color: #f43b48;
  text-decoration: underline;
}
[data-layout-mode=maroon] .sidebar ul li.submenu .noti-dot:before {
  border: 5px solid #f43b48;
}
[data-layout-mode=maroon] .roles-menu ul li.active a {
  border-color: #f43b48;
  color: #f43b48;
}
[data-layout-mode=maroon] .settings-icon span {
  background-color: #f43b48;
}
[data-layout-mode=maroon] .btn-primary {
  background-color: #f43b48;
  border: 1px solid #f43b48;
}
[data-layout-mode=maroon] .btn-primary:focus, [data-layout-mode=maroon] .btn-primary:hover, [data-layout-mode=maroon] .btn-primary:active, [data-layout-mode=maroon] .btn-primary.active {
  color: #FFF;
  background-color: rgb(238.6086956522, 13.3913043478, 29.2173913043);
  border-color: rgb(238.6086956522, 13.3913043478, 29.2173913043);
}
[data-layout-mode=maroon] .btn-primary:focus .open > .dropdown-toggle.btn-primary, [data-layout-mode=maroon] .btn-primary:hover .open > .dropdown-toggle.btn-primary, [data-layout-mode=maroon] .btn-primary:active .open > .dropdown-toggle.btn-primary, [data-layout-mode=maroon] .btn-primary.active .open > .dropdown-toggle.btn-primary {
  background-color: rgb(238.6086956522, 13.3913043478, 29.2173913043);
  border: 1px solid rgb(238.6086956522, 13.3913043478, 29.2173913043);
}
[data-layout-mode=maroon] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=maroon] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=maroon] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=maroon] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=maroon] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=maroon] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=maroon] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=maroon] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=maroon] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=maroon] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=maroon] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=maroon] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=maroon] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=maroon] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=maroon] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=maroon] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=maroon] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=maroon] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
  background-color: rgb(238.6086956522, 13.3913043478, 29.2173913043);
  border: 1px solid rgb(238.6086956522, 13.3913043478, 29.2173913043);
}
[data-layout-mode=maroon] .btn-primary:active:focus, [data-layout-mode=maroon] .btn-primary:active:hover {
  background-color: rgb(238.6086956522, 13.3913043478, 29.2173913043);
  border: 1px solid rgb(238.6086956522, 13.3913043478, 29.2173913043);
}
[data-layout-mode=maroon] .btn-primary .active:not(:disabled):not(.disabled), [data-layout-mode=maroon] .btn-primary:active:not(:disabled):not(.disabled) {
  background-color: rgb(238.6086956522, 13.3913043478, 29.2173913043);
  border-color: rgb(238.6086956522, 13.3913043478, 29.2173913043);
  color: #FFF;
}
[data-layout-mode=maroon] .btn-primary .active:focus:not(:disabled):not(.disabled), [data-layout-mode=maroon] .btn-primary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
[data-layout-mode=maroon] .btn-primary .show > .btn-primary.dropdown-toggle {
  background-color: rgb(238.6086956522, 13.3913043478, 29.2173913043);
  border-color: rgb(238.6086956522, 13.3913043478, 29.2173913043);
  color: #FFF;
}
[data-layout-mode=maroon] .btn-primary .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
[data-layout-mode=maroon] .btn-primary.disabled, [data-layout-mode=maroon] .btn-primary:disabled {
  background-color: #f43b48;
  border-color: #f43b48;
  color: #FFF;
}
[data-layout-mode=maroon] .roles-menu ul li.active a {
  border-color: #f43b48;
  color: #f43b48;
}
[data-layout-mode=maroon] .settings-icon span {
  background-color: #f43b48;
}
[data-layout-mode=maroon] .profile-view .profile-basic .profile-info-left .staff-msg .btn-custom {
  background: linear-gradient(to right, #f43b48 0%, #453a94 100%);
}
[data-layout-mode=maroon] .profile-view .profile-basic .profile-info-left .staff-msg .btn-custom:hover {
  border-color: #f43b48;
}
[data-layout-mode=maroon] a {
  color: #f43b48;
}
[data-layout-mode=maroon] a:hover {
  color: rgb(238.6086956522, 13.3913043478, 29.2173913043);
}
[data-layout-mode=maroon] .nav-tabs.nav-tabs-bottom li a.active {
  border-bottom-color: #f43b48;
}
[data-layout-mode=maroon] .custom-modal .modal-content .modal-header .btn-close {
  background-color: #f43b48;
  border: 1px solid #f43b48;
}
[data-layout-mode=maroon] .custom-modal .modal-content .modal-header .btn-close:hover {
  background-color: transparent;
  color: #f43b48;
}
[data-layout-mode=maroon] .breadcrumb .breadcrumb-item.active {
  color: #f43b48;
}
[data-layout-mode=maroon] ::selection {
  background: #f43b48;
  color: #FFF;
  text-shadow: none;
}

[data-layout-mode=purple] .header {
  background: #667eea;
  background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
  border-color: transparent;
}
[data-layout-mode=purple] .header .header-left .logo {
  display: block;
  line-height: 60px;
}
[data-layout-mode=purple] .header .user-menu.nav > li > a {
  color: #FFF;
}
[data-layout-mode=purple] .header #toggle_btn .bar-icon span {
  background-color: #FFF;
}
[data-layout-mode=purple] .header .page-title-box h3 {
  color: #FFF;
}
[data-layout-mode=purple] .header .logo2 {
  display: none;
}
[data-layout-mode=purple] .page-item.active .page-link {
  background-color: #667eea;
  border-color: #667eea;
}
[data-layout-mode=purple] .nav-tabs.nav-tabs-solid li a.active {
  background-color: #667eea;
  border-color: #667eea;
}
[data-layout-mode=purple] .sidebar-twocol.sidebar .sidebar-left {
  background: #4D5154;
}
[data-layout-mode=purple] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #667eea;
}
[data-layout-mode=purple] .bg-primary, [data-layout-mode=purple] .badge-primary {
  background-color: #667eea !important;
}
[data-layout-mode=purple] #layout-position .radio input:checked + label {
  background: #667eea;
  color: #FFF;
}
[data-layout-mode=purple] .dash-widget .card-body .dash-widget-icon {
  background-color: rgba(102, 126, 234, 0.2);
  color: #667eea;
}
[data-layout-mode=purple] .sidebar .sidebar-menu ul ul a.active {
  color: #667eea;
  text-decoration: underline;
}
[data-layout-mode=purple] .sidebar ul li.submenu .noti-dot:before {
  border: 5px solid #667eea;
}
[data-layout-mode=purple] .bg-primary, [data-layout-mode=purple] .badge-primary {
  background-color: #667eea !important;
}
[data-layout-mode=purple] .roles-menu ul li.active a {
  border-color: #667eea;
  color: #667eea;
}
[data-layout-mode=purple] .settings-icon span {
  background-color: #667eea;
}
[data-layout-mode=purple] .btn-primary {
  background-color: #667eea;
  border: 1px solid #667eea;
}
[data-layout-mode=purple] .btn-primary:focus, [data-layout-mode=purple] .btn-primary:hover, [data-layout-mode=purple] .btn-primary:active, [data-layout-mode=purple] .btn-primary.active {
  color: #FFF;
  background-color: rgb(57.1551724138, 88.1896551724, 227.8448275862);
  border-color: rgb(57.1551724138, 88.1896551724, 227.8448275862);
}
[data-layout-mode=purple] .btn-primary:focus .open > .dropdown-toggle.btn-primary, [data-layout-mode=purple] .btn-primary:hover .open > .dropdown-toggle.btn-primary, [data-layout-mode=purple] .btn-primary:active .open > .dropdown-toggle.btn-primary, [data-layout-mode=purple] .btn-primary.active .open > .dropdown-toggle.btn-primary {
  background-color: rgb(57.1551724138, 88.1896551724, 227.8448275862);
  border: 1px solid rgb(57.1551724138, 88.1896551724, 227.8448275862);
}
[data-layout-mode=purple] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=purple] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=purple] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=purple] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=purple] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=purple] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=purple] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=purple] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=purple] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=purple] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=purple] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=purple] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=purple] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=purple] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=purple] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=purple] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=purple] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=purple] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
  background-color: rgb(57.1551724138, 88.1896551724, 227.8448275862);
  border: 1px solid rgb(57.1551724138, 88.1896551724, 227.8448275862);
}
[data-layout-mode=purple] .btn-primary:active:focus, [data-layout-mode=purple] .btn-primary:active:hover {
  background-color: rgb(57.1551724138, 88.1896551724, 227.8448275862);
  border: 1px solid rgb(57.1551724138, 88.1896551724, 227.8448275862);
}
[data-layout-mode=purple] .btn-primary .active:not(:disabled):not(.disabled), [data-layout-mode=purple] .btn-primary:active:not(:disabled):not(.disabled) {
  background-color: rgb(57.1551724138, 88.1896551724, 227.8448275862);
  border-color: rgb(57.1551724138, 88.1896551724, 227.8448275862);
  color: #FFF;
}
[data-layout-mode=purple] .btn-primary .active:focus:not(:disabled):not(.disabled), [data-layout-mode=purple] .btn-primary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
[data-layout-mode=purple] .btn-primary .show > .btn-primary.dropdown-toggle {
  background-color: rgb(57.1551724138, 88.1896551724, 227.8448275862);
  border-color: rgb(57.1551724138, 88.1896551724, 227.8448275862);
  color: #FFF;
}
[data-layout-mode=purple] .btn-primary .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
[data-layout-mode=purple] .btn-primary.disabled, [data-layout-mode=purple] .btn-primary:disabled {
  background-color: #667eea;
  border-color: #667eea;
  color: #FFF;
}
[data-layout-mode=purple] .roles-menu ul li.active a {
  border-color: #667eea;
  color: #667eea;
}
[data-layout-mode=purple] .settings-icon span {
  background-color: #667eea;
}
[data-layout-mode=purple] .profile-view .profile-basic .profile-info-left .staff-msg .btn-custom {
  background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
}
[data-layout-mode=purple] .profile-view .profile-basic .profile-info-left .staff-msg .btn-custom:hover {
  border-color: #667eea;
}
[data-layout-mode=purple] a {
  color: #667eea;
}
[data-layout-mode=purple] a:hover {
  color: rgb(57.1551724138, 88.1896551724, 227.8448275862);
}
[data-layout-mode=purple] .nav-tabs.nav-tabs-bottom li a.active {
  border-bottom-color: #667eea;
}
[data-layout-mode=purple] .custom-modal .modal-content .modal-header .btn-close {
  background-color: #667eea;
  border: 1px solid #667eea;
}
[data-layout-mode=purple] .custom-modal .modal-content .modal-header .btn-close:hover {
  background-color: transparent;
  color: #667eea;
}
[data-layout-mode=purple] .breadcrumb .breadcrumb-item.active {
  color: #667eea;
}
[data-layout-mode=purple] ::selection {
  background: #667eea;
  color: #FFF;
  text-shadow: none;
}

[data-layout-style=detached][data-layout=horizontal] .main-wrapper {
  max-width: 100%;
  padding: 0;
}
[data-layout-style=detached][data-layout=horizontal] .main-wrapper .sidebar {
  top: 60px;
  border-radius: 0;
  left: 0;
  position: relative;
}

[data-layout-style=detached] .main-wrapper {
  max-width: 95%;
  margin: 0 auto;
  padding-left: 1.5rem;
  position: relative;
}
[data-layout-style=detached] .main-wrapper .sidebar {
  position: fixed;
  top: 80px;
  border-radius: 10px;
  left: 50px;
}
[data-layout-style=detached] .main-wrapper .sidebar.sidebar-twocol {
  top: 30px;
  left: 50px;
  position: absolute;
}
@media (max-width: 991px) {
  [data-layout-style=detached] .main-wrapper .sidebar {
    left: 0;
  }
}
[data-layout-style=detached] .sidebar .sidebar-menu,
[data-layout-style=detached] .two-col-bar .sidebar-menu {
  padding: 0;
}
[data-layout-style=detached] #toggle_btn {
  display: none;
}

[data-layout-mode=dark] body {
  background-color: #263238;
  color: #BCBEBF;
}
[data-layout-mode=dark] body .stats-box {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .card {
  color: #BCBEBF;
  background-color: #263238 !important;
}
[data-layout-mode=dark] body .card .card-body {
  background-color: #263238;
}
[data-layout-mode=dark] body .disabled > .page-link, [data-layout-mode=dark] body .page-link.disabled {
  --bs-pagination-disabled-color: #6c757d;
}
[data-layout-mode=dark] body .w-sidebar ul a {
  color: #BCBEBF;
}
[data-layout-mode=dark] body .card .card-title {
  color: #BCBEBF;
}
[data-layout-mode=dark] body.mini-sidebar .sidebar {
  background-color: #34444c;
}
[data-layout-mode=dark] body .header .logo {
  display: block;
}
[data-layout-mode=dark] body .profile-view .profile-basic .profile-info-left .user-name {
  color: #bbc4cc;
}
[data-layout-mode=dark] body .personal-info li .title {
  color: #bbc4cc;
}
[data-layout-mode=dark] body .experience-box .experience-list li .experience-content {
  background-color: #2e3840;
  padding: 10px;
}
[data-layout-mode=dark] body .experience-box .experience-list li .experience-user {
  border-radius: 50px;
}
[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-left {
  background: #16191c;
}
[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-left .nav-link {
  color: #bbc4cc;
  background: #2e3840;
}
[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
  color: #2e3840;
  background: #fff;
}
[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-right {
  background: #2e3840;
}
[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-right ul li a {
  color: #BCBEBF;
}
[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #FFF;
}
[data-layout-mode=dark] body .dash-statistics .stats-info {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body table.table {
  background-color: #16191c;
  border: 1px solid #2e3840;
  background: #16191c;
  --bs-table-bg: $black-bg;
}
[data-layout-mode=dark] body table.table th {
  color: #BCBEBF;
  border-top: 1px solid #2e3840;
}
[data-layout-mode=dark] body table.table td {
  border-top: 1px solid transparent;
  color: #BCBEBF;
}
[data-layout-mode=dark] body table.table .btn-white {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .chat-main-row .chat-main-wrapper .chat-window .fixed-header,
[data-layout-mode=dark] body .chat-footer {
  background-color: #16191c;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] body .video-window .fixed-header .nav li a {
  color: #FFF;
}
[data-layout-mode=dark] body .sidebar .sidebar-menu ul li a {
  color: #BCBEBF;
}
[data-layout-mode=dark] body .two-col-bar .sidebar-menu ul li a {
  color: #BCBEBF;
}
[data-layout-mode=dark] body .sidebar ul li span {
  display: inline-block;
  color: #BCBEBF;
}
[data-layout-mode=dark] body .contact-list > li {
  background-color: #16191c;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] body .btn-white {
  background-color: #16191c;
  border: 1px solid #2e3840;
  color: #FFF;
}
[data-layout-mode=dark] body .page-item .page-link {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .dataTables_length .form-control {
  background-color: #16191c;
  color: #FFF;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #2c3034;
}
[data-layout-mode=dark] body .nav-tabs.nav-tabs-solid {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .select2-container--default .select2-selection--single {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .modal-body .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #E2E4E6;
}
[data-layout-mode=dark] body .modal-body .bootstrap-tagsinput {
  background-color: transparent;
}
[data-layout-mode=dark] body .activity-box .activity-list li {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .breadcrumb .breadcrumb-item a,
[data-layout-mode=dark] body .employee-field .img-reset-btn a {
  color: #BCBEBF;
}
[data-layout-mode=dark] body .breadcrumb-item.active {
  --bs-breadcrumb-item-active-color: #6c757d;
}
[data-layout-mode=dark] body .page-wrapper .content .page-header .page-title {
  color: #BCBEBF;
}
[data-layout-mode=dark] body .page-wrapper .content .page-header h5 {
  color: #BCBEBF;
}
[data-layout-mode=dark] body .leave-info-box {
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .card-header {
  background-color: #16191c;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] body .faq-card .card .card-header {
  background-color: #2e3840;
}
[data-layout-mode=dark] body .faq-card .card .card-header a {
  color: #BCBEBF;
}
[data-layout-mode=dark] body .custom-table td {
  color: #FFF !important;
}
[data-layout-mode=dark] body .table td a {
  color: #777;
}
[data-layout-mode=dark] .border {
  border: 1px solid #16191c !important;
}
[data-layout-mode=dark] .bg-light {
  background-color: #4D5154 !important;
}
[data-layout-mode=dark] .nav-link:focus {
  color: #7A7C7F;
}
[data-layout-mode=dark] .nav-tabs .dropdown-menu {
  background-color: #4D5154;
}
[data-layout-mode=dark] .nav-pills .dropdown-menu {
  background-color: #4D5154;
}
[data-layout-mode=dark] .nav-pills .dropdown-menu .dropdown-item {
  color: #7A7C7F;
}
[data-layout-mode=dark] .grid-showcase span {
  color: #BCBEBF;
  background-color: #4D5154;
}
[data-layout-mode=dark] .grid-showcase span.bg-white {
  background-color: #263238 !important;
}
[data-layout-mode=dark] .grid-showcase span.bg-white.text-dark {
  color: #BCBEBF;
}
[data-layout-mode=dark] .grid-showcase .bg-white {
  background-color: #263238 !important;
}
[data-layout-mode=dark] .grid-showcase .bg-white.text-dark {
  color: #BCBEBF !important;
}
[data-layout-mode=dark] .grid-showcase .grid-wrapper {
  color: #BCBEBF;
  background-color: #4D5154;
}
[data-layout-mode=dark] hr {
  color: #16191c;
}
[data-layout-mode=dark] .modal-content {
  background-color: #263238;
}
[data-layout-mode=dark] .modal-content .modal-header {
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .modal-content .modal-footer {
  border-top: 1px solid #2e3840;
}
[data-layout-mode=dark] .nav-tabs .nav-item.show .nav-link, [data-layout-mode=dark] .nav-tabs .nav-link.active {
  background-color: #4D5154;
  color: #BCBEBF;
}
[data-layout-mode=dark] .priority-info .dropdown .dropdown-menu {
  background-color: #16191c;
}
[data-layout-mode=dark] .action-drop .dropdown-toggle {
  color: #16191c !important;
}
[data-layout-mode=dark] .nav-tabs .nav-link.active, [data-layout-mode=dark] .nav-tabs .nav-link:hover {
  background-color: #4D5154;
  color: #BCBEBF;
}
[data-layout-mode=dark] .tab-style-6 {
  background-color: #4D5154;
}
[data-layout-mode=dark] .nav.tab-style-1 {
  background-color: #4D5154;
}
[data-layout-mode=dark] .tab-style-2 .nav-item .nav-link i {
  background-color: #4D5154;
}
[data-layout-mode=dark] .tab-style-3 .nav-item .nav-link:after {
  background-color: #4D5154;
}
[data-layout-mode=dark] .vertical-tabs-2 .nav-item .nav-link.active:before {
  background-color: #4D5154;
}
[data-layout-mode=dark] .vertical-tabs-3 .nav-item .nav-link.active {
  background-color: #FF902F;
  color: #FFF;
}
[data-layout-mode=dark] .vertical-tabs-2 .nav-item .nav-link {
  border-color: #4D5154;
}
[data-layout-mode=dark] .vertical-tabs-2 .nav-item .nav-link .active {
  border-color: #4D5154;
}
[data-layout-mode=dark] .vertical-tabs-2 .nav-item .nav-link .active::before {
  background-color: #4D5154;
}
[data-layout-mode=dark] .pagination-style-2 .pagination .page-item.active .page-link {
  background-color: #16191c;
}
[data-layout-mode=dark] .nav-tabs.nav-tabs-solid li a.active {
  border-color: #4D5154;
}
[data-layout-mode=dark] .popover {
  border-color: #16191c;
}
[data-layout-mode=dark] .popover .popover-header {
  background-color: #16191c;
}
[data-layout-mode=dark] .popover .popover-body {
  background-color: #263238;
  color: #BCBEBF;
}
[data-layout-mode=dark] .figure-caption {
  color: #BCBEBF;
}
[data-layout-mode=dark] .view-icons .btn {
  background-color: #16191c;
  border: 1px solid #2e3840;
  color: #BCBEBF;
}
[data-layout-mode=dark] .header {
  background: #263238;
  border-color: #2e3840;
}
[data-layout-mode=dark] .header .user-menu.nav > li > a {
  color: #BCBEBF;
}
[data-layout-mode=dark] .header #toggle_btn .bar-icon span {
  background-color: #BCBEBF;
}
[data-layout-mode=dark] .header .page-title-box h3 {
  color: #BCBEBF;
}
[data-layout-mode=dark] .header .logo2 {
  display: none;
}
[data-layout-mode=dark] .due-info, [data-layout-mode=dark] .assigned-info {
  color: #FFF;
}
[data-layout-mode=dark] .task-wrapper .task-list-body #task-list li .task-container {
  background: #263238;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .task-wrapper .task-list-body #task-list li .task-container .task-label {
  color: #BCBEBF;
}
[data-layout-mode=dark] .task-wrapper .task-list-body #task-list li.completed .task-container {
  background: #16191c;
}
[data-layout-mode=dark] .task-chat-contents, [data-layout-mode=dark] .people-select-tab {
  background-color: #263238;
}
[data-layout-mode=dark] .sidebar {
  background-color: #16191c;
}
[data-layout-mode=dark] .welcome-box {
  background-color: #16191c;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .chat-contents .chat-content-wrap .chats .chat-right .chat-body .chat-content {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .chat-contents .chat-content-wrap .chats .chat-left .chat-content {
  background-color: #16191c;
  border: 1px solid #2e3840;
  padding: 10px !important;
}
[data-layout-mode=dark] .chat-contents .chat-content-wrap .chats .chat-left .chat-content .chat-time {
  color: #FFF;
}
[data-layout-mode=dark] .chat-sidebar .chat-contents {
  background-color: #263238;
}
[data-layout-mode=dark] .chat-footer .message-bar .message-area .input-group .form-control {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .chat-line .chat-date {
  background-color: #16191c;
  top: 9px;
  left: -15px;
}
[data-layout-mode=dark] .search-box .input-group {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .chat-main-row .chat-main-wrapper .chat-window {
  background-color: transparent;
}
[data-layout-mode=dark] .dash-section .dash-info-list .dash-card {
  background-color: #16191c;
  border: 1px solid #2e3840;
  color: #575757;
}
[data-layout-mode=dark] .card {
  border: 1px solid #16191c;
  background: #16191c;
}
[data-layout-mode=dark] .time-list .dash-stats-list h4 {
  color: #BCBEBF;
}
[data-layout-mode=dark] .topics, [data-layout-mode=dark] .w-sidebar {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .topics .topic-title a, [data-layout-mode=dark] .w-sidebar .topic-title a {
  color: #BCBEBF;
}
[data-layout-mode=dark] .topics .topics .topics-list li a, [data-layout-mode=dark] .w-sidebar .topics .topics-list li a {
  color: #BCBEBF;
}
[data-layout-mode=dark] .roles-menu ul {
  border: 1px solid #16191c;
  background: #16191c;
}
[data-layout-mode=dark] .roles-menu ul li a {
  color: #BCBEBF;
}
[data-layout-mode=dark] .list-group-item, [data-layout-mode=dark] .activity-box,
[data-layout-mode=dark] .punch-info .punch-hours, [data-layout-mode=dark] .punch-det,
[data-layout-mode=dark] .att-statistics .stats-info, [data-layout-mode=dark] .stats-info {
  border: 1px solid #2e3840;
  background: #16191c;
  color: #BCBEBF;
}
[data-layout-mode=dark] .form-control {
  border: 1px solid #2e3840;
  background: #16191c;
  color: #BCBEBF;
}
[data-layout-mode=dark] .form-control::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
[data-layout-mode=dark] .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
[data-layout-mode=dark] .form-control::placeholder {
  color: #fff;
}
[data-layout-mode=dark] .project-title a {
  color: #fff;
}
[data-layout-mode=dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #BCBEBF;
}
[data-layout-mode=dark] .profile-widget {
  border: 1px solid #2e3840;
  background: #16191c;
}
[data-layout-mode=dark] .profile-widget .user-name a {
  color: #FFF;
}
[data-layout-mode=dark] .stats-info h6 {
  color: #BCBEBF;
}
[data-layout-mode=dark] .people-select-tab label .people-profile a {
  color: #BCBEBF;
}
[data-layout-mode=dark] .contacts-action .dropdown-toggle {
  color: #BCBEBF;
}
[data-layout-mode=dark] .modal-body .custom_radio .form-control {
  color: #BCBEBF;
}
[data-layout-mode=dark] .modal-body .form-control, [data-layout-mode=dark] .modal-body .custom_radio {
  border-color: #E2E4E6;
  box-shadow: none;
  background-color: transparent;
  color: #BCBEBF;
}
[data-layout-mode=dark] .chat-main-row .chat-main-wrapper .chat-sidebar {
  border-left: 1px solid #2e3840;
}
[data-layout-mode=dark] .nav-tabs {
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .chat-line {
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .file-wrap .file-sidebar .file-header {
  background-color: #16191c;
  border-bottom: 1px solid #2e3840;
  color: #BCBEBF;
}
[data-layout-mode=dark] .file-wrap .file-sidebar .file-pro-list {
  background-color: #16191c;
}
[data-layout-mode=dark] .file-wrap .file-sidebar .file-pro-list .file-scroll .file-menu li a {
  color: #BCBEBF;
}
[data-layout-mode=dark] .file-cont-wrap .file-cont-inner .file-cont-header {
  background-color: #16191c;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .file-cont-wrap .file-cont-inner .file-cont-header span {
  color: #BCBEBF;
}
[data-layout-mode=dark] .file-content .file-body {
  background-color: #16191c;
}
[data-layout-mode=dark] .file-content .file-body .file-scroll .file-content-inner {
  padding: 15px;
  width: 100%;
}
[data-layout-mode=dark] .file-content .file-body .file-scroll .file-content-inner .card-file .card-file-thumb {
  background-color: #263238;
}
[data-layout-mode=dark] .file-content .file-search {
  background-color: #263238;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .file-content .file-search .form-control {
  background-color: #263238;
  color: #BCBEBF;
}
[data-layout-mode=dark] .file-wrap .file-sidebar .file-search {
  background-color: #263238;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .file-wrap .file-sidebar .file-search .form-control {
  background-color: #16191c;
}
[data-layout-mode=dark] .file-cont-wrap .file-cont-inner .file-cont-header .file-options a {
  color: #BCBEBF;
}
[data-layout-mode=dark] .file-wrap {
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .file-wrap .file-sidebar {
  border-right: 1px solid #2e3840;
}
[data-layout-mode=dark] .file-wrap .file-sidebar .file-search .input-group .form-control {
  color: #BCBEBF;
  background-color: #263238;
}
[data-layout-mode=dark] .table-bordered td {
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .nav-tabs.nav-tabs-bottom li a.active {
  color: #FFF;
}
[data-layout-mode=dark] .offcanvas {
  background-color: #263238;
  color: #bbc4cc;
}
[data-layout-mode=dark] .offcanvas .sidebar-headerset {
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .offcanvas .settings-mains .layout-head h5 {
  color: #ced4da;
}
[data-layout-mode=dark] .offcanvas .settings-mains .layout-head h6 {
  color: #ced4da;
}
[data-layout-mode=dark] .offcanvas .card-radio .form-check-label {
  border-color: #ced4da;
}
[data-layout-mode=dark] .offcanvas .offcanvas-footer {
  border-top: 1px solid #2e3840 !important;
}
[data-layout-mode=dark] .review-section .review-header {
  background-color: #263238;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .table-bordered th {
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .page-title {
  color: #bbc4cc;
}
[data-layout-mode=dark] .chat-contents .chat-content-wrap .chats .chat-bubble .chat-content .chat-time {
  color: #727272;
}
[data-layout-mode=dark] .col-form-label, [data-layout-mode=dark] .form-upload-profile h6 {
  color: #BCBEBF;
}
[data-layout-mode=dark] .drag-upload {
  background-color: #263238;
}
[data-layout-mode=dark] .upload-file {
  background-color: #263238;
}
[data-layout-mode=dark] .upload-file h6 {
  color: #BCBEBF;
}
[data-layout-mode=dark] h1, [data-layout-mode=dark] h2, [data-layout-mode=dark] h3, [data-layout-mode=dark] h4, [data-layout-mode=dark] h5, [data-layout-mode=dark] h6 {
  color: #BCBEBF;
}
[data-layout-mode=dark] .contact-sidebar ul {
  border-color: #16191c;
}
[data-layout-mode=dark] .pipeline-list {
  border-color: #2e3840;
}
[data-layout-mode=dark] .contact-tab-wrap {
  background-color: #263238;
}
[data-layout-mode=dark] .contact-tab-view {
  background-color: #263238;
}
[data-layout-mode=dark] .contact-nav li a {
  border-color: #263238;
  color: #BCBEBF;
}
[data-layout-mode=dark] .pipeline-list ul li a::after {
  -webkit-box-shadow: 2px -2px 0 1px #263238, 3px -3px 0 2px rgba(38, 50, 56, 0.1);
  box-shadow: 2px -2px 0 1px #263238, 3px -3px 0 2px rgba(38, 50, 56, 0.1);
}
[data-layout-mode=dark] .set-info li a {
  color: #BCBEBF;
}
[data-layout-mode=dark] .priority-info .dropdown a {
  color: #BCBEBF;
}
[data-layout-mode=dark] .contact-wrap {
  color: #BCBEBF;
  background-color: #263238 !important;
}
[data-layout-mode=dark] .contact-wrap .contact-profile h4 {
  color: #BCBEBF;
}
[data-layout-mode=dark] .notes-activity .calls-box h5 {
  color: #BCBEBF;
}
[data-layout-mode=dark] .notes-activity .calls-box .calls-user h6 {
  color: #BCBEBF;
}
[data-layout-mode=dark] .notes-activity .note-download a {
  color: #BCBEBF;
}
[data-layout-mode=dark] .notes-activity .note-download .note-info h6 {
  color: #BCBEBF;
}
[data-layout-mode=dark] .notes-activity .note-download:hover a {
  background-color: #16191c;
}
[data-layout-mode=dark] .notes-activity .reply-box {
  background-color: #34444c;
}
[data-layout-mode=dark] .badge-day, [data-layout-mode=dark] .form-sorts.dropdown {
  background-color: #16191c;
}
[data-layout-mode=dark] .form-sorts.dropdown {
  background-color: #16191c;
}
[data-layout-mode=dark] .form-sorts.dropdown a {
  color: #BCBEBF;
}
[data-layout-mode=dark] .form-sorts.dropdown .filter-dropdown-menu {
  background-color: #16191c;
  border-color: #16191c;
}
[data-layout-mode=dark] .form-sorts.dropdown .filter-dropdown-menu ul {
  background-color: rgba(38, 50, 56, 0.9);
}
[data-layout-mode=dark] .search-set .search-input input[type=search] {
  background-color: #16191c;
  color: #BCBEBF;
}
[data-layout-mode=dark] .search-set .search-input input[type=search]::placeholder {
  color: #BCBEBF;
}
[data-layout-mode=dark] .title-head .form-sort .list-view {
  background-color: #16191c;
  color: #BCBEBF;
  border-color: #16191c;
}
[data-layout-mode=dark] #filter_search:after {
  background: #16191c;
}
[data-layout-mode=dark] td ul.social-links li a i {
  color: #BCBEBF;
}
[data-layout-mode=dark] td ul.social-links li a:hover i {
  color: #16191c;
}
[data-layout-mode=dark] .calls-box .caller-info .calls-user p span {
  color: #BCBEBF;
}
[data-layout-mode=dark] .calls-box .caller-info .calls-action .dropdown-toggle {
  color: #BCBEBF;
}
[data-layout-mode=dark] .sync-radio .radio-item label {
  color: #BCBEBF;
}
[data-layout-mode=dark] .signature-wrap, [data-layout-mode=dark] .form-upload-profile {
  background-color: #263238;
}
[data-layout-mode=dark] .custom_check.check-box {
  color: #BCBEBF;
}
[data-layout-mode=dark] .status-radio:checked + label, [data-layout-mode=dark] .status-radio:not(:checked) + label {
  color: #BCBEBF;
}
[data-layout-mode=dark] .view-header, [data-layout-mode=dark] .activity-wrap,
[data-layout-mode=dark] .calls-box, [data-layout-mode=dark] .files-wrap {
  border-color: #16191c;
}
[data-layout-mode=dark] .view-header .form-sort .select2-container .select2-selection .select2-selection__rendered {
  color: #BCBEBF;
}
[data-layout-mode=dark] .projects-info li a {
  background-color: #16191c;
  color: #BCBEBF;
}
[data-layout-mode=dark] .projects-info li a:hover {
  color: #BCBEBF;
}
[data-layout-mode=dark] .contact-grid {
  background-color: #263238;
  border-color: #263238;
}
[data-layout-mode=dark] .contact-grid .grid-head .users-profile .name-user a {
  color: #BCBEBF;
}
[data-layout-mode=dark] .contact-grid .grid-body .address-info span {
  color: #BCBEBF;
}
[data-layout-mode=dark] .contact-grid .grid-footer .social-links li a {
  color: #BCBEBF;
}
[data-layout-mode=dark] .kanban-wrapper .kanban-list-items {
  background-color: #263238;
  border-color: #16191c;
}
[data-layout-mode=dark] .kanban-wrapper .kanban-list-items .kanban-list-head {
  background-color: #263238;
  border: 1px solid #16191c;
}
[data-layout-mode=dark] .kanban-wrapper .kanban-list-items .kanban-list-head .kanban-title-head h5 {
  color: #BCBEBF;
}
[data-layout-mode=dark] .kanban-card {
  background-color: #263238;
  border-color: #16191c;
}
[data-layout-mode=dark] .kanban-card .kanban-card-head .kanban-card-title span {
  color: #BCBEBF;
}
[data-layout-mode=dark] .kanban-card .kanban-card-body ul li {
  color: #BCBEBF;
}
[data-layout-mode=dark] .kanban-card .kanban-card-footer ul li a {
  color: #BCBEBF;
}
[data-layout-mode=dark] .kanban-card .kanban-card-footer ul li a:hover {
  color: #16191c;
}
[data-layout-mode=dark] .existing-company {
  background-color: #263238;
}
[data-layout-mode=dark] .email-item li label {
  color: #BCBEBF !important;
}
[data-layout-mode=dark] .add-details-wizard ul li {
  background: #263238;
}
[data-layout-mode=dark] .activities-list ul li {
  background: #34444c;
}
[data-layout-mode=dark] .activities-list ul li .activity-name h5, [data-layout-mode=dark] .activities-list ul li .activity-name p {
  color: #BCBEBF;
}
[data-layout-mode=dark] .card.analytics-card {
  border-color: #16191c;
}
[data-layout-mode=dark] .card.analytics-card .card-header {
  background-color: transparent;
}
[data-layout-mode=dark] .card.analytics-card .card-body .table th {
  background-color: #34444c;
  color: #BCBEBF;
}
[data-layout-mode=dark] .card.analytics-card .card-body .table th:first-child {
  border: 0;
}
[data-layout-mode=dark] .card.analytics-card .card-body .table th:last-child {
  border: 0;
}
[data-layout-mode=dark] .card.analytics-card .card-body .table td:first-child {
  border: 0;
}
[data-layout-mode=dark] .card.analytics-card .card-body .table td:last-child {
  border: 0;
}
[data-layout-mode=dark] .clock-in-list .nav {
  border-color: #16191c;
}
[data-layout-mode=dark] .attendance-list {
  border-color: #16191c;
}
[data-layout-mode=dark] .statistic-header h4 {
  color: #BCBEBF;
}
[data-layout-mode=dark] .statistic-header .important-notification a {
  color: #BCBEBF;
}
[data-layout-mode=dark] .statistic-header .statistic-dropdown .dropdown-toggle {
  color: #BCBEBF;
}
[data-layout-mode=dark] .statistic-header .statistic-dropdown .dropdown-toggle::after {
  border-bottom: 2px solid #BCBEBF;
  border-right: 2px solid #BCBEBF;
}
[data-layout-mode=dark] .notification-tab .nav-tabs li a {
  color: #BCBEBF;
}
[data-layout-mode=dark] .view-attendance a {
  color: #BCBEBF;
}
[data-layout-mode=dark] .employee-noti-content .employee-notification-list .employee-notification-grid .employee-notification-content h6 a {
  color: #BCBEBF;
}

[data-layout-mode=light][data-sidebar=dark] nav.greedy button {
  color: #fff !important;
}

[data-sidebar=gradient] .sidebar {
  background: linear-gradient(92.08deg, #FF0000 0%, #764BA2 100%);
}
[data-sidebar=gradient] .sidebar-twocol.sidebar .sidebar-left {
  background: linear-gradient(92.08deg, #FF0000 0%, #764BA2 100%);
}
[data-sidebar=gradient] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #405189;
}
[data-sidebar=gradient][data-layout-position=scrollable] .slimScrollDiv, [data-sidebar=gradient] [data-layout-position=scrollable].slimscroll [data-layout-position=scrollable] .slimScrollDiv, [data-sidebar=gradient] [data-layout-position=scrollable].slimscroll {
  background: linear-gradient(92.08deg, #FF0000 0%, #764BA2 100%);
}

[data-layout-position=scrollable][data-layout-style=detached] .main-wrapper .sidebar {
  position: absolute;
  left: 30px;
}
[data-layout-position=scrollable][data-layout-style=detached] .main-wrapper .sidebar .slimscroll {
  background: #34444c;
  border-radius: 10px;
}

[data-sidebar=gradient][data-layout-position=scrollable][data-layout-style=detached] .slimscroll {
  background: linear-gradient(92.08deg, #FF0000 0%, #764BA2 100%) !important;
  border-radius: 10px !important;
}
[data-sidebar=gradient][data-layout-position=scrollable][data-layout-style=detached] .slimScrollDiv {
  background: transparent !important;
}

[data-sidebar=gradient-2] .sidebar {
  background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%);
}
[data-sidebar=gradient-2] .sidebar-twocol.sidebar .sidebar-left {
  background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%);
}
[data-sidebar=gradient-2] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #00c5fb;
}
[data-sidebar=gradient-2] #layout-position .radio input:checked + label {
  background: #00c5fb;
  color: #FFF;
}

[data-sidebar=gradient-3] .sidebar {
  background: linear-gradient(to right, #f43b48 0%, #453a94 100%);
}
[data-sidebar=gradient-3] .sidebar-twocol.sidebar .sidebar-left {
  background: linear-gradient(to right, #f43b48 0%, #453a94 100%);
}
[data-sidebar=gradient-3] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #f43b48;
}
[data-sidebar=gradient-3] #layout-position .radio input:checked + label {
  background: #f43b48;
  color: #FFF;
}

[data-sidebar=gradient-4] .sidebar {
  background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
}
[data-sidebar=gradient-4] .sidebar-twocol.sidebar .sidebar-left {
  background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
}
[data-sidebar=gradient-4] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #667eea;
}
[data-sidebar=gradient-4] #layout-position .radio input:checked + label {
  background: #667eea;
  color: #FFF;
}

[data-sidebar-size=sm-hover] [data-layout=twocolumn] .page-wrapper {
  margin: 0;
}
[data-sidebar-size=sm-hover] [data-layout=twocolumn] .page-wrapper .sidebar .sidebar-left {
  display: block;
}
[data-sidebar-size=sm-hover] [data-layout=twocolumn] .page-wrapper .sidebar .sidebar-right {
  display: none;
}

[data-layout=horizontal] body .sidebar {
  width: 100% !important;
  bottom: inherit;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li span {
  display: inline-block !important;
}
[data-layout=horizontal] body .sidebar .slimScrollDiv, [data-layout=horizontal] body .sidebar .sidebar-inner {
  height: auto !important;
  overflow: inherit !important;
}
[data-layout=horizontal] body .sidebar .hidden {
  display: none !important;
}
[data-layout=horizontal] body .sidebar .sidebar-menu {
  padding: 0 !important;
  height: 60px;
  display: flex;
  align-items: center;
}
[data-layout=horizontal] body .sidebar .sidebar-vertical {
  display: none !important;
}
[data-layout=horizontal] body .sidebar .sidebar-horizantal {
  display: flex !important;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a {
  flex-direction: inherit;
  text-align: left;
}
[data-layout=horizontal] body .sidebar .sidebar-menu .menu-title {
  display: none !important;
}
[data-layout=horizontal] body .sidebar ul li span {
  display: inline-block !important;
}
[data-layout=horizontal] body .sidebar .hidden-links .submenu ul {
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #d5d5d5;
}
[data-layout=horizontal] body .sidebar .hidden-links li a:hover {
  color: #373B3E;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li.submenu .noti-dot:before {
  display: none;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a .menu-arrow {
  right: 0;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul ul {
  display: block;
  width: 200px;
  background-color: #4D5154;
  position: absolute;
  top: 45px;
  left: 0;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul ul li a .menu-arrow {
  right: 15px;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul ul a {
  padding: 8px 15px;
}
[data-layout=horizontal] body .sidebar .list-inline-item li a:hover {
  color: #FFF;
}
[data-layout=horizontal] body #sidebar-view,
[data-layout=horizontal] body #sidebar-size,
[data-layout=horizontal] body #layout-width,
[data-layout=horizontal] body #layout-position {
  display: none;
}
[data-layout=horizontal] body #toggle_btn {
  display: none;
}
[data-layout=horizontal] body ul.hidden-links {
  position: absolute !important;
  right: 0;
  background: #FFF;
  width: 100%;
  top: 60px;
  justify-content: flex-start;
  align-items: flex-start !important;
  flex-wrap: wrap;
  border-top: 1px dashed #E2E4E6;
  padding: 12px 3px;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
}
[data-layout=horizontal] body ul.hidden-links ul {
  left: 0 !important;
  position: absolute !important;
  top: 40px !important;
  background-color: #FFF !important;
  width: 100% !important;
  z-index: 9999;
}
[data-layout=horizontal] body ul.hidden-links ul li a {
  width: 100%;
}
[data-layout=horizontal] body ul.hidden-links ul li a:hover {
  color: #373B3E;
}
[data-layout=horizontal] body ul.hidden-links > li {
  width: 20%;
}
[data-layout=horizontal] body ul.hidden-links > li a {
  display: block;
  padding: 5px 15px;
}
[data-layout=horizontal] body ul.hidden-links li a .menu-arrow {
  right: 10px !important;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a {
  padding: 10px 15px;
}
[data-layout=horizontal] body .greedy ul.list-inline-item.list-unstyled.links {
  width: 95%;
}
[data-layout=horizontal] body .greedy > button {
  display: block;
}
[data-layout=horizontal] body nav.greedy button {
  align-self: stretch;
  transition: all 0.4s ease-out;
  padding: 5px 0 0 5px;
  outline: 0;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
  color: #FFF;
  min-width: 100px;
  margin-right: 20px;
}
[data-layout=horizontal] body nav.greedy {
  position: relative;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
}
[data-layout=horizontal] body nav.greedy ul.hidden-links.hidden {
  display: none;
}
[data-layout=horizontal] body .page-wrapper {
  margin: 0;
  padding-top: 120px;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul ul ul {
  position: absolute;
  right: -200px;
  top: 0;
  left: auto;
}
[data-layout=horizontal] body .sidebar ul ul li {
  display: inline-block !important;
  width: 100%;
}
[data-layout=horizontal] body .hidden-links .menu-title {
  display: inline-block !important;
  color: #373B3E !important;
}

[data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-left {
  background-color: #4D5154;
}
[data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-left .nav-link {
  color: #333;
  background: transparent;
}
[data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
  color: #fff;
  background: #333;
}
[data-sidebar=dark] .sidebar {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #34444c;
}
[data-sidebar=dark] .sidebar .sidebar-menu .greedy ul li a:hover {
  color: #fff;
}
[data-sidebar=dark] .sidebar .sidebar-menu ul li a:hover {
  color: #fff;
}
[data-sidebar=dark] .two-col-bar .sidebar .sidebar-left .nav-link {
  padding: 5px;
  margin-bottom: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
[data-sidebar=dark] .two-col-bar .sidebar .sidebar-left .nav-link.active {
  background: #fff;
  color: #34444c;
}

[data-topbar=light] body .header {
  background: #FFF;
  border-color: transparent;
}
[data-topbar=light] body .header .page-title-box h3 {
  color: #373B3E;
}
[data-topbar=light] body .header .top-nav-search form .form-control {
  border: 1px solid #d5d5d5;
  color: #333;
}
[data-topbar=light] body .header .top-nav-search form .form-control::-webkit-input-placeholder { /* Edge */
  color: #333;
}
[data-topbar=light] body .header .top-nav-search form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}
[data-topbar=light] body .header .top-nav-search form .form-control::placeholder {
  color: #333;
}
[data-topbar=light] body .header .top-nav-search form .btn {
  color: #333;
}
[data-topbar=light] body .header .header-left .logo2 {
  display: inline-block;
  line-height: 60px;
}
[data-topbar=light] body .header .header-left .logo {
  display: none;
  line-height: 60px;
}
[data-topbar=light] body .header #toggle_btn .bar-icon span {
  background-color: #373B3E;
}
[data-topbar=light] body .header .user-menu.nav > li > a {
  color: #373B3E;
}
[data-topbar=light] body .header .has-arrow .dropdown-toggle:after {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  border-right: 2px solid #000;
}

[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-right {
  background: #fff;
}
[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #333;
}
[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left .nav-link {
  color: #34444c;
  background: #fff;
}
[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
  color: #333333;
  background: #fff;
}
[data-sidebar=light] body .sidebar {
  background-color: #FFF;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
[data-sidebar=light] body .sidebar ul li span {
  display: inline-block;
  color: #373B3E;
}
[data-sidebar=light] body .sidebar ul li span:hover {
  display: inline-block !important;
}
[data-sidebar=light] body .sidebar .sidebar-menu {
  padding: 10px 0;
  background: #FFF;
}
[data-sidebar=light] body .sidebar .list-inline-item li a:hover i {
  color: #333 !important;
}
[data-sidebar=light] body .greedys .viewmoremenu {
  color: #333;
}
[data-sidebar=light] body nav.greedy button {
  color: #333 !important;
}
[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left {
  background: #fafafa;
}
[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
  background: #34444c;
  color: #fff;
}
[data-sidebar=light] body .mini-sidebar.expand-menu .sidebar ul li span {
  display: block !important;
}
[data-sidebar=light] body .mini-sidebar .sidebar {
  background-color: #FFF;
}
[data-sidebar=light] body .mini-sidebar .sidebar ul li span {
  display: none !important;
}
[data-sidebar=light] body nav.greedy button {
  color: #373B3E;
}
[data-sidebar=light] body .sidebar-menu ul li a:hover,
[data-sidebar=light] body .two-col-bar .sidebar-menu ul li a:hover {
  color: #373B3E;
}
[data-sidebar=light] body .sidebar .sidebar-menu ul li.active a,
[data-sidebar=light] body .two-col-bar .sidebar-menu ul li.active a {
  color: #373B3E;
  background-color: transparent;
}

[data-topbar=dark] .header {
  background: #263238;
  border-color: #2e3840;
}
[data-topbar=dark] .header .header-left .logo {
  display: block;
  line-height: 60px;
}
[data-topbar=dark] .header .top-nav-search form .form-control {
  border: 1px solid #bbc4cc;
  color: #bbc4cc;
}
[data-topbar=dark] .header .top-nav-search form .form-control::-webkit-input-placeholder { /* Edge */
  color: #bbc4cc;
}
[data-topbar=dark] .header .top-nav-search form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bbc4cc;
}
[data-topbar=dark] .header .top-nav-search form .form-control::placeholder {
  color: #bbc4cc;
}
[data-topbar=dark] .header .top-nav-search form .btn {
  color: #bbc4cc;
}
[data-topbar=dark] .header .user-menu.nav > li > a {
  color: #BCBEBF;
}
[data-topbar=dark] .header #toggle_btn .bar-icon span {
  background-color: #BCBEBF;
}
[data-topbar=dark] .header .page-title-box h3 {
  color: #BCBEBF;
}
[data-topbar=dark] .header .logo2 {
  display: none;
}

[data-layout-mode=orange] body .header {
  background: #FF902F;
  background: linear-gradient(to right, #FF902F 0%, #fc6075 100%);
}
[data-layout-mode=orange] body .header .header-left .logo {
  display: block;
  line-height: 60px;
}
[data-layout-mode=orange] body .header .user-menu.nav > li > a {
  color: #FFF;
}
[data-layout-mode=orange] body .header #toggle_btn .bar-icon span {
  background-color: #FFF;
}
[data-layout-mode=orange] body .header .page-title-box h3 {
  color: #FFF;
}
[data-layout-mode=orange] body .header .header-left .logo2 {
  display: none;
}
[data-layout-mode=orange] body .header .top-nav-search form .form-control {
  background-color: rgba(255, 255, 255, 0.15);
  border: 0;
  color: #FFF;
  height: 40px;
  padding: 10px 50px 10px 15px;
}
[data-layout-mode=orange] body .header .top-nav-search form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
[data-layout-mode=orange] body .header .top-nav-search form .btn {
  color: rgba(255, 255, 255, 0.7);
}
[data-layout-mode=orange] body .sidebar-twocol.sidebar .sidebar-left {
  background-color: #4D5154;
}
[data-layout-mode=orange][data-topbar=light] body .header .has-arrow .dropdown-toggle:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
[data-layout-mode=orange][data-topbar=dark] body .header {
  background: #263238;
}
[data-layout-mode=orange][data-topbar=dark] body .header .has-arrow .dropdown-toggle:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.two-col-bar {
  display: none;
}

[data-layout-mode=dark] body .header .user-menu.nav > li.flag-nav .dropdown-menu {
  background-color: #34444c;
}
[data-layout-mode=dark] body .header .user-menu.nav > li.flag-nav .dropdown-menu .dropdown-item {
  color: #bbc4cc;
}
[data-layout-mode=dark] body .header .user-menu.nav > li.flag-nav .dropdown-menu .dropdown-item:hover {
  background: #bbc4cc;
  color: #34444c;
}
[data-layout-mode=dark] body .header .dropdown-menu {
  background-color: #34444c;
}
[data-layout-mode=dark] body .header .dropdown-menu .notification-title {
  color: #bbc4cc;
}
[data-layout-mode=dark] body .header .dropdown-menu .topnav-dropdown-header {
  border-bottom-color: #bdbdbd;
}
[data-layout-mode=dark] body .header .dropdown-menu .notification-list li {
  border-bottom-color: #bdbdbd;
}
[data-layout-mode=dark] body .header .dropdown-menu .notification-list li .noti-title {
  color: #fff;
}
[data-layout-mode=dark] body .header .dropdown-menu .notification-list li .list-item .list-body .message-author {
  color: #fff;
}
[data-layout-mode=dark] body .header .dropdown-menu .notification-list li .list-item .list-body .message-content {
  color: #fff;
}
[data-layout-mode=dark] body .header .dropdown-menu .topnav-dropdown-footer a {
  color: #bbc4cc;
}
[data-layout-mode=dark] body .header .dropdown-menu .dropdown-item {
  color: #bbc4cc;
}
[data-layout-mode=dark] body .header .dropdown-menu .dropdown-item:hover {
  background: #bbc4cc;
  color: #34444c;
}
[data-layout-mode=dark] body table.table th {
  background-color: #34444c;
}
[data-layout-mode=dark] body table.table td {
  background-color: #34444c;
}
[data-layout-mode=dark] body .custom-modal .modal-content {
  background-color: #34444c;
}
[data-layout-mode=dark] body .select2-container--default .select2-results > .select2-results__options {
  background-color: #34444c;
}
[data-layout-mode=dark] body .select2-container--default .select2-results .select2-results__option--highlighted[aria-selected] {
  background-color: #bbc4cc;
}
[data-layout-mode=dark] body .dropdown.action-label .dropdown-menu {
  background-color: #000;
}
[data-layout-mode=dark] body .dropdown.dropdown-action .dropdown-menu {
  background-color: #000;
}
[data-layout-mode=dark] body .dropdown.dropdown-action .dropdown-menu .dropdown-item {
  color: #bbc4cc !important;
}
[data-layout-mode=dark] body .dropdown.dropdown-action .dropdown-menu .dropdown-item:hover {
  background: #bbc4cc;
  color: #34444c !important;
}
[data-layout-mode=dark] body .card-table .card-footer a {
  color: #bbc4cc;
}
[data-layout-mode=dark] body .profile-view .profile-img {
  background-color: #34444c;
}
[data-layout-mode=dark] body .profile-view .profile-img-wrap {
  border-radius: 50%;
}
[data-layout-mode=dark] body .bootstrap-datetimepicker-widget {
  background-color: #34444c;
  color: #bbc4cc;
}
[data-layout-mode=dark] body .custom-modal .modal-content .modal-body .chat-user-list .chat-block {
  background-color: transparent;
}
[data-layout-mode=dark] body .custom-modal .modal-content .modal-body .chat-user-list .chat-block .user-name {
  color: #bbc4cc;
}
[data-layout-mode=dark] body .list-body .message-author {
  color: #bbc4cc;
}
[data-layout-mode=dark] body .list-body .message-content {
  color: #bbc4cc;
}

[data-topbar=light][data-layout-mode=purple] .header {
  background: #667eea;
  background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
  border-color: transparent;
}
[data-topbar=light][data-layout-mode=purple] .header .header-left .logo {
  display: block;
  line-height: 60px;
}
[data-topbar=light][data-layout-mode=purple] .header .user-menu.nav > li > a {
  color: #FFF;
}
[data-topbar=light][data-layout-mode=purple] .header #toggle_btn .bar-icon span {
  background-color: #FFF;
}
[data-topbar=light][data-layout-mode=purple] .header .page-title-box h3 {
  color: #FFF;
}
[data-topbar=light][data-layout-mode=purple] .header .logo2 {
  display: none;
}
[data-topbar=light][data-layout-mode=purple] .header .has-arrow .dropdown-toggle:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
[data-topbar=light][data-layout-mode=purple] .header .top-nav-search form .form-control {
  color: #fff;
}
[data-topbar=light][data-layout-mode=purple] .header .top-nav-search form .form-control::placeholder {
  color: #fff;
}
[data-topbar=light][data-layout-mode=purple] .header .top-nav-search form .btn {
  color: #fff;
}
[data-topbar=light][data-layout-mode=purple] .header .header-left .logo2 {
  display: none;
}

[data-topbar=light][data-layout-mode=blue] .header {
  background: #00c5fb;
  background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%);
  border-color: transparent;
}
[data-topbar=light][data-layout-mode=blue] .header .header-left .logo {
  display: block;
  line-height: 60px;
}
[data-topbar=light][data-layout-mode=blue] .header .user-menu.nav > li > a {
  color: #FFF;
}
[data-topbar=light][data-layout-mode=blue] .header #toggle_btn .bar-icon span {
  background-color: #FFF;
}
[data-topbar=light][data-layout-mode=blue] .header .page-title-box h3 {
  color: #FFF;
}
[data-topbar=light][data-layout-mode=blue] .header .logo2 {
  display: none !important;
}
[data-topbar=light][data-layout-mode=blue] .header .has-arrow .dropdown-toggle:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
[data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .form-control {
  color: #fff;
}
[data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .form-control::placeholder {
  color: #fff;
}
[data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .btn {
  color: #fff;
}

[data-topbar=light][data-layout-mode=maroon] .header {
  background: #f43b48;
  background: linear-gradient(to right, #f43b48 0%, #453a94 100%);
  border-color: transparent;
}
[data-topbar=light][data-layout-mode=maroon] .header .header-left .logo {
  display: block;
  line-height: 60px;
}
[data-topbar=light][data-layout-mode=maroon] .header .user-menu.nav > li > a {
  color: #FFF;
}
[data-topbar=light][data-layout-mode=maroon] .header #toggle_btn .bar-icon span {
  background-color: #FFF;
}
[data-topbar=light][data-layout-mode=maroon] .header .page-title-box h3 {
  color: #FFF;
}
[data-topbar=light][data-layout-mode=maroon] .header .logo2 {
  display: none;
}

[data-layout-mode=maroon] .add-btn {
  background-color: #f43b48;
}

[data-layout-mode=blue] .add-btn {
  background-color: #00c5fb;
  border-color: #00c5fb;
}

.settings-mains .colorscheme-cardradio h5 {
  margin-bottom: 10px;
}

[data-layout-mode=dark] body .project-slider .project-grid {
  background: #263238;
  border-color: #000;
}
[data-layout-mode=dark] body .project-slider .project-grid .project-top h5 a {
  color: #BCBEBF;
}
[data-layout-mode=dark] body .project-slider .project-grid .project-top p {
  color: #E9E9EA;
}
[data-layout-mode=dark] body .project-slider .project-grid .project-bottom .project-leader .nav li {
  color: #BCBEBF;
}
[data-layout-mode=dark] body .project-slider .project-grid .project-middle {
  background: #4D5154;
}
[data-layout-mode=dark] body .project-slider .project-grid .project-middle .project-tasks h4 {
  color: #BCBEBF;
}
[data-layout-mode=dark] body .project-slider .project-grid .project-middle .project-tasks p {
  color: #E9E9EA;
}
[data-layout-mode=dark] body .employee-month-card .employee-month-details h4 {
  color: #BCBEBF;
}
[data-layout-mode=dark] body .clock-in-list .nav li {
  background: #4D5154;
}
[data-layout-mode=dark] body .clock-in-list .nav li h6 {
  color: #E9E9EA;
}

.form-sort {
  position: relative;
}
.form-sort i {
  position: absolute;
  z-index: 101;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 10px;
}
.form-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 35px;
}
.form-sort span.select2-container.select2-container--default.select2-container--open {
  z-index: 99;
}

.search-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.search-set .search-input {
  position: relative;
  margin-right: 0;
}
.search-set .search-input input[type=search] {
  height: 38px;
  border: 1px solid rgba(145, 158, 171, 0.3);
  background: #FFF;
  width: 227px;
  border-radius: 8px;
  padding: 10px;
}
.search-set .search-input input[type=search]::placeholder {
  color: #000;
}
@media (max-width: 1199px) {
  .search-set .search-input input[type=search] {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .search-set .search-input input[type=search] {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .search-set .search-input input[type=search] {
    width: 130px;
  }
}
@media (max-width: 575px) {
  .search-set .search-input input[type=search] {
    width: auto;
  }
}
.search-set .search-input .btn-searchset {
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}
.search-set .search-input .btn-searchset .feather-search {
  width: 14px;
  height: 14px;
}

.filter-section > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .filter-section > ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .filter-section > ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.filter-section > ul > li + li {
  margin-left: 10px;
}
@media (max-width: 575px) {
  .filter-section > ul > li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}
.filter-section > ul > li .select2-container {
  min-width: 200px !important;
}
.filter-section > ul > li .select2-container .select2-selection.select2-selection--single {
  height: 38px;
}
.filter-section > ul > li .select2-container .select2-selection .select2-selection__rendered {
  line-height: 38px;
}
.filter-section > ul > li .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

.view-icons .btn-link.active {
  background-color: #FF902F;
  border-color: #FF902F;
}
.view-icons .btn-link.active i {
  color: #FFF;
}

.set-star i {
  color: #E2E4E6;
}
.set-star i.filled {
  color: #FFBC34;
}

.contact-table .action-label a {
  line-height: normal;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
}
.contact-table .action-label a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  background: #55CE63;
  margin-left: 10px;
}
.contact-table .action-label a.badge-outline-success {
  color: #55CE63;
  border-color: #55CE63;
}
.contact-table .action-label a.badge-outline-success::before {
  background: #55CE63;
}
.contact-table .action-label a.badge-outline-danger {
  color: #FC133D;
  border-color: #FC133D;
}
.contact-table .action-label a.badge-outline-danger::before {
  background: #FC133D;
}

.badge-soft-purple {
  background: #F4F0FD;
  color: #9368E9;
}

.form-focus.focused .focus-label {
  z-index: 100;
}

.form-sorts.dropdown {
  background: #FFF;
  border: 1px solid rgba(145, 158, 171, 0.3);
  height: 38px;
  border-radius: 8px;
  padding: 10px;
}
.form-sorts.dropdown a {
  color: #000;
}
.form-sorts.dropdown a.dropdown-toggle::after {
  margin-left: 8px;
}

.filter-checks .checkboxs {
  display: block;
  cursor: pointer;
  user-select: none;
}
.filter-checks .checkboxs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-checks .checkboxs input ~ .checkmarks {
  border: 1px solid #adb5bd;
  border-radius: 5px;
}
.filter-checks .checkboxs input:checked ~ .checkmarks {
  background-color: #FF902F;
  border-color: #FF902F;
}
.filter-checks .checkboxs input:checked ~ .checkmarks:after {
  display: block;
}
.filter-checks .checkboxs .checkmarks {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.filter-checks .checkboxs .checkmarks:after {
  content: "";
  position: absolute;
  display: none;
}
.filter-checks .checkboxs .checkmarks:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.filter-set-content-head a i {
  transition: 0.5s all;
}
.filter-set-content-head a:not(.collapsed) i {
  transform: rotate(90deg);
  transition: 0.5s all;
}

.form-sorts {
  position: relative;
}
.form-sorts .filter-dropdown-menu {
  padding: 24px;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #D3D3D4;
  box-shadow: 0px 4px 24px 0px rgba(188, 188, 188, 0.2509803922);
  position: absolute;
  z-index: 1;
  min-width: 320px;
  right: 0;
  top: 40px;
  opacity: 0;
  display: none;
}
@media (max-width: 575px) {
  .form-sorts .filter-dropdown-menu {
    right: unset;
    left: 0;
    min-width: 280px;
  }
}
.form-sorts.table-filter-show .filter-dropdown-menu {
  display: block;
  opacity: 1;
}
.form-sorts .filter-set-head h4 {
  font-size: 20px;
  border-bottom: 1px solid #D3D3D4;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.form-sorts .filter-set-content {
  margin-bottom: 15px;
}
.form-sorts .filter-set-content .filter-set-content-head a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-sorts .filter-reset-btns {
  border-top: 1px solid #D3D3D4;
  padding-top: 15px;
}
.form-sorts .filter-reset-btns a {
  padding: 10px 40px;
}
@media (max-width: 575px) {
  .form-sorts .filter-reset-btns a {
    padding: 10px 30px;
  }
}
.form-sorts .filter-reset-btns .btn-light {
  background: #F5F6F7;
  border-color: #F5F6F7;
  margin-right: 15px;
}

.filter-set-contents ul {
  background: #F5F6F7;
  border-radius: 5px;
  padding: 15px;
  margin-top: 15px;
}
.filter-set-contents ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.filter-set-contents ul li:last-child {
  margin-bottom: 0;
}
.filter-set-contents ul li .rating {
  margin-left: 28px;
}
.filter-set-contents ul li .rating i {
  color: #E2E4E6;
}
.filter-set-contents ul li .rating i.filled {
  color: #FFBC34;
}
.filter-set-contents ul li .rating span {
  margin-left: 5px;
}
.filter-set-contents ul li .collapse-inside-text {
  margin-left: 28px;
}
.filter-set-contents ul li .collapse-inside-text h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.filter-filelds .filter-row .btn {
  background: #212529;
  color: #FFF;
  border-color: #212529;
}

td ul.social-links li a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
td ul.social-links li a:hover {
  background: #E2E4E6;
}
td ul.social-links li a i {
  color: #373B3E;
}

.title-head {
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .title-head {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .title-head {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
}
.title-head .add-btn {
  margin-left: 10px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .title-head .add-btn {
    margin-left: 0;
  }
}
.title-head .form-sort .list-view {
  padding: 10px 10px 10px 30px;
  background-color: #FFF;
  border: 1px solid #E2E4E6;
  color: #7A7C7F;
  font-size: 14px;
  text-decoration: none;
  line-height: normal;
}

.view-icons .btn-link:hover {
  background: #FF902F;
  border-color: #FF902F;
}
.view-icons .btn-link:hover i {
  color: #FFF;
}
.view-icons .btn-link.active-filter {
  background: #FF902F;
  border-color: #FF902F;
}
.view-icons .btn-link.active-filter i {
  color: #FFF;
}

.custom-modal-two .modal-dialog {
  max-width: 800px;
}

.add-details-wizard ul {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .add-details-wizard ul {
    flex-direction: column;
  }
}
.add-details-wizard ul li {
  line-height: normal;
  background: #F5F6F7;
  padding: 10px 20px;
  color: #4D5154;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .add-details-wizard ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.add-details-wizard ul li span {
  margin-right: 5px;
}
.add-details-wizard ul li .multi-step-info h6 {
  margin-bottom: 0;
  font-size: 14px;
}
.add-details-wizard ul li.active {
  background: #FF902F;
  color: #FFF;
}
.add-details-wizard ul li.active span i {
  color: #FFF;
}
.add-details-wizard ul li.active h6 {
  color: #FFF;
}

.form-upload-profile {
  padding: 15px;
  background: #F5F6F7;
  border-radius: 5px;
  margin-bottom: 10px;
}

.col-form-label {
  padding: 0 0 5px 0;
  font-size: 12px;
}

.col-form-label, .form-upload-profile h6 {
  color: #373B3E;
  font-weight: 500;
}

.form-upload-profile h6 {
  margin-bottom: 15px;
}
.form-upload-profile h6 span {
  color: #FC133D;
}

.modal-header.header-border {
  border-bottom: 1px solid #D3D3D4 !important;
  padding-bottom: 15px !important;
  margin-bottom: 15px;
}
.modal-header.header-border h5 {
  font-size: 20px !important;
}
@media (max-width: 767px) {
  .modal-header.header-border h5 {
    font-size: 18px !important;
  }
}

.modal-padding .modal-content {
  padding: 24px;
}

.profile-pic-upload {
  display: flex;
  align-items: center;
}
.profile-pic-upload .profile-pic {
  width: 80px;
  height: 80px;
  border: 1px dashed #D3D3D4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .profile-pic-upload .profile-pic {
    width: 60px;
    height: 60px;
  }
}

.employee-field {
  display: flex;
  align-items: center;
}
.employee-field .image-upload {
  height: 38px;
  background: #FF902F;
  border-radius: 5px;
  width: 73px;
  position: relative;
  margin-right: 10px;
}
.employee-field .image-upload input {
  width: 73px;
  height: 38px;
  opacity: 0;
  position: relative;
  z-index: 1;
}
.employee-field .image-upload .image-uploads h4 {
  position: absolute;
  margin-bottom: 0;
  font-size: 15px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: normal;
}
.employee-field .img-reset-btn a {
  color: #373B3E;
  padding: 10px;
}

.select2-container {
  z-index: unset !important;
}

.status-toggle.small-toggle-btn {
  float: unset;
}
.status-toggle.small-toggle-btn .label-text {
  color: #909294;
  font-size: 12px;
  font-weight: 500;
}
.status-toggle.small-toggle-btn .checktoggle {
  width: 30px;
  height: 14px;
}
.status-toggle.small-toggle-btn .checktoggle:after {
  width: 10px;
  height: 10px;
}
.status-toggle.small-toggle-btn .check:checked + .checktoggle:after {
  right: 0;
  width: 10px;
  height: 10px;
}

.select2-results > .select2-results__options::-webkit-scrollbar {
  width: 6px;
  background: #E2E4E6;
  height: 10px;
}
.select2-results > .select2-results__options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(231, 231, 231);
  border-radius: 4px;
}
.select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #FF902F;
  border-radius: 4px;
}
.select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #E2E4E6;
}

.contact-box {
  display: inline-table;
  height: 100%;
  position: relative;
  width: 100%;
  padding: 30px 15px;
}

.contact-list {
  list-style: none;
  width: 96%;
  margin: 0;
  padding: 0;
}
.contact-list > li {
  background-color: #FFF;
  border-bottom: 1px solid #E9E9EA;
  border-radius: inherit;
  padding: 10px;
}
.contact-list > li .contact-cont {
  position: relative;
}
.contact-list > li .contact-cont .user-img {
  display: inline-block;
  position: relative;
}
.contact-list > li .contact-cont .user-img .status {
  background-color: #263238;
  display: inline-block;
  border: 2px solid #FFF;
  height: 10px;
  margin: 0;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.contact-list > li .contact-cont .contact-info {
  padding: 0 30px 0 50px;
}
.contact-list > li .contact-cont .contact-info .text-ellipsis {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-list > li .contact-cont .contact-info .contact-date {
  color: #7A7C7F;
  font-size: 12px;
}
.contact-list > li .contact-cont .contact-action {
  height: 30px;
  list-style: none;
  padding-left: 0;
  text-align: right;
  width: 30px;
  position: absolute;
  top: 10px;
  right: 0;
}
.contact-list > li .contact-cont .contact-action .action-icon {
  color: #7A7C7F;
  font-size: 18px;
  display: inline-block;
}

.bg-soft-dark {
  background-color: rgba(64, 81, 137, 0.18) !important;
}

.bg-soft-light {
  background-color: rgba(243, 246, 249, 0.18) !important;
}

.contact-alphapets {
  background-color: #FFF;
  border-left: 1px solid #D5D8DA;
  height: 100%;
  overflow: hidden;
  padding-bottom: 114px;
  width: 50px;
  position: fixed;
  top: 114px;
  right: 0;
  bottom: 0;
}
.contact-alphapets .alphapets-inner {
  height: 100%;
  overflow: auto;
}
.contact-alphapets .alphapets-inner a {
  display: block;
  text-align: center;
  padding: 2px;
  color: #373B3E;
}

@media (max-width: 991px) {
  .top-action-left .btn-group {
    margin-bottom: 15px;
  }
}
.bg-maroon {
  background-color: #f43b48 !important;
}

.bg-blue {
  background-color: #00c5fb !important;
}

.bg-orange {
  background-color: #ff9b44 !important;
}

.card-radio .form-check-input {
  display: none;
}

.form-check .form-check-input {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #405189;
  border-color: #405189;
}

.card-radio .form-check-input:checked + .form-check-label {
  border-color: #3BB800 !important;
}

.card-radio .form-check-label {
  background-color: var(--vz-card-bg);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: relative;
  padding-right: 32px;
  padding: 10px;
}

.form-check label {
  cursor: pointer;
}

.card-radio .form-check-input:checked + .form-check-label:before {
  content: "✓";
  font-family: "Line Awesome Free";
  position: absolute;
  top: 40%;
  left: 40%;
  font-size: 10px;
  background: #3BB800;
  font-weight: 900;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #F4F4F9;
  transform: translate(0%);
}

.form-wizard-button .button, .form-wizard-button .btn {
  padding: 10px 12px;
  font-size: 15px;
  line-height: normal;
  border-radius: 5px;
}
.form-wizard-button .button.btn-lights, .form-wizard-button .btn.btn-lights {
  background: #F5F6F7;
  border: 1px solid #F5F6F7;
  margin-right: 10px;
  color: #373B3E;
}

.add-info-fieldset fieldset {
  display: none;
}
.add-info-fieldset fieldset#first-field {
  display: block;
}
.add-info-fieldset fieldset#edit-first-field {
  display: block;
}

.access-info-tab .custom_radio {
  margin-right: 15px;
}
.access-info-tab .custom_radio .checkmark {
  background: transparent;
}
.access-info-tab .custom_radio .checkmark::after {
  opacity: 0;
  background: #FFF;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.access-info-tab .custom_radio.active .checkmark {
  background: #FF902F;
  border-color: #FF902F;
}
.access-info-tab .custom_radio.active .checkmark::after {
  opacity: 1;
}

.people-select-tab {
  background: #F5F6F7;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 24px;
}
.people-select-tab h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.people-select-tab label {
  width: 100%;
  position: relative;
  padding: 5px;
  background: transparent;
}
.people-select-tab label.custom_check .checkmark {
  background: #F5F6F7;
  border-color: #D3D3D4;
  right: 10px;
  left: unset;
  top: 50%;
  transform: translatey(-50%);
}
.people-select-tab label.custom_check input:checked ~ .checkmark {
  background: #FF902F;
  border-color: #FF902F;
}
.people-select-tab label .people-profile img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
}
.people-select-tab label .people-profile a {
  color: #4D5154;
  font-size: 14px;
}

.select-people-checkbox.checkbox-checked .custom_check {
  background: #FFF;
}
.select-people-checkbox.checkbox-checked .custom_check .checkmark {
  background: #FF902F;
  border-color: #FF902F;
}
.select-people-checkbox.checkbox-checked .custom_check .checkmark::after {
  opacity: 1;
  display: block;
}

.select-confirm-btn {
  text-align: right;
}
.select-confirm-btn a {
  background: #FC6075;
  color: #FFF;
  padding: 9px 12px;
  font-size: 15px;
}
.select-confirm-btn a:hover {
  background: #FC133D;
  color: #FFF;
  border-color: #FC133D;
}

.status-radio:checked,
.status-radio:not(:checked) {
  position: absolute;
  left: -9999px;
}

.status-radio:checked + label,
.status-radio:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.status-radio:checked + label:before,
.status-radio:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #D3D3D4;
  border-radius: 100%;
  background: #FFF;
}

.status-radio:checked + label:before {
  background: #FF902F;
  border-color: #FF902F;
}

.status-radio[type=radio]:checked + label:after,
.status-radio[type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #FFF;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.people-status-radio {
  margin-right: 10px;
}

.success-message h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.success-message p {
  margin-bottom: 0;
}
.success-message .form-wizard-button {
  margin-top: 40px;
}

.success-popup-icon {
  background: #FFEBDA;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.success-popup-icon i {
  color: #FF902F;
  font-size: 42px;
}
.success-popup-icon.bg-danger {
  background: #FEEAEE !important;
}
.success-popup-icon.bg-danger i {
  color: #FC133D;
}

.contact-grid {
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 24px;
  background: #FFF;
  margin-bottom: 24px;
}
.contact-grid .grid-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-grid .grid-head .users-profile {
  display: flex;
  align-items: center;
}
.contact-grid .grid-head .users-profile .avatar {
  width: 45px;
  height: 45px;
}
.contact-grid .grid-head .users-profile .name-user {
  margin-bottom: 0;
}
.contact-grid .grid-head .users-profile .name-user a {
  color: #373B3E;
  font-size: 15px;
}
.contact-grid .grid-head .users-profile .name-user span {
  display: block;
  color: #4D5154;
  font-size: 14px;
  font-weight: 400;
}
.contact-grid .grid-head .dropdown .dropdown-toggle::after {
  display: none;
}
.contact-grid .grid-head .dropdown .dropdown-toggle i {
  color: #373B3E;
}
.contact-grid .grid-body .address-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px 0;
}
.contact-grid .grid-body .address-info span {
  display: inline-flex;
  align-items: center;
  line-height: normal;
  margin-bottom: 10px;
  color: #4D5154;
  font-size: 14px;
}
.contact-grid .grid-body .address-info span i {
  margin-right: 8px;
}
.contact-grid .grid-body .address-info span:last-child {
  margin-bottom: 0;
}
.contact-grid .grid-body .grid-badges span + span {
  margin-left: 5px;
}
.contact-grid .grid-footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E9E9EA;
}
.contact-grid .grid-footer .social-links li a {
  color: #373B3E;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all;
}
.contact-grid .grid-footer .social-links li a:hover {
  background: #FF902F;
  color: #FFF;
  transition: 0.5s all;
}

#filter_inputs {
  display: none;
}

#filter_search {
  position: relative;
  margin-right: 15px;
}
#filter_search:after {
  content: "";
  width: 1px;
  height: 25px;
  background: #D3D3D4;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  #filter_search:after {
    display: none;
  }
}

.bootstrap-tagsinput {
  border-color: #D3D3D4;
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  color: #4D5154;
  min-height: 44px;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bootstrap-tagsinput .tag {
  background: #F5F6F7;
  color: #373B3E;
  padding: 2px 5px;
  line-height: normal;
  border-radius: 5px;
  font-size: 14px;
}

.table-avatar .company-img {
  flex-shrink: 0;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 1px solid #E2E4E6;
  border-radius: 50%;
}

.star-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #F5F6F7;
  color: #FFBC34;
}
.star-icon i {
  font-size: 14px;
}

.contact-wrap {
  box-shadow: 0px 4px 24px 0px rgba(188, 188, 188, 0.25);
  background: #FFF;
  border-radius: 5px;
  margin: 0 0 24px;
  padding: 24px 24px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.contact-wrap .contact-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 10px;
}
.contact-wrap .contact-profile .avatar {
  margin-right: 15px;
  flex-shrink: 0;
}
.contact-wrap .contact-profile .avatar img {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .contact-wrap .contact-profile .avatar {
    width: 60px;
    height: 60px;
  }
}
.contact-wrap .contact-profile .avatar.company-avatar {
  border: 1px solid #D3D3D4;
  width: 80px;
  height: 80px;
}
.contact-wrap .contact-profile .avatar.company-avatar img {
  width: 48px;
  height: auto;
}
@media (max-width: 768px) {
  .contact-wrap .contact-profile .avatar.company-avatar {
    width: 60px;
    height: 60px;
  }
}
.contact-wrap .contact-profile .avatar.company-avatar .text-icon {
  color: #4D5154;
  font-size: 18px;
  font-weight: 500;
}
.contact-wrap .contact-profile h4 {
  color: #373B3E;
  margin-bottom: 5px;
}
.contact-wrap .contact-profile p {
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-wrap .contact-profile .status {
  border: 2px solid #FFF;
  height: 10px;
  width: 10px;
  background-color: #55CE63;
  margin: 0;
  position: absolute;
  right: 7px;
  bottom: 5px;
  border-radius: 50%;
  display: inline-block;
}
.contact-wrap .contact-profile .badge-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.contact-wrap .contact-profile .badge-rate .badge {
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  padding: 6px 10px;
  color: #373B3E;
  display: inline-block;
  margin-right: 15px;
}
.contact-wrap .contact-profile .badge-rate .badge i {
  margin-right: 5px;
}
.contact-wrap .contact-profile .badge-rate p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 0;
}
.contact-wrap .contact-profile .badge-rate p i {
  color: #FFBC34;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .contact-wrap {
    margin: 0 0 24px;
    padding: 15px 15px 5px;
  }
}

.bg-pink {
  background-color: #FC6075 !important;
}

.action-drops {
  margin: 0 8px 10px 0;
}
.action-drops .dropdown-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  border-radius: 5px;
  background: #55CE63;
  color: #FFF;
  padding: 4px 13px;
  font-weight: 500;
  font-size: 14px;
}
.action-drops .dropdown-toggle span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.action-drops .dropdown-menu {
  min-width: 100px;
}
.action-drops .dropdown-menu a {
  font-size: 14px;
}

.contacts-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
}
.contacts-action > a {
  margin: 0 8px 10px 0;
}
.contacts-action > a:last-child {
  margin-right: 0;
}
.contacts-action .badge {
  margin: 0 8px 10px 0;
  padding: 7px 15px;
  font-size: 14px;
}
.contacts-action .action-drops .dropdown-toggle {
  color: #FFF;
}
.contacts-action .dropdown-toggle {
  margin-right: 0;
  color: #373B3E;
}
.contacts-action .dropdown-toggle::after {
  content: none;
}
.contacts-action .btn {
  border-radius: 5px;
  padding: 6px 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 15px;
  font-weight: 500;
}
.contacts-action .btn i {
  margin-right: 5px;
}
.contacts-action .btn-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #F5F6F7;
  color: #373B3E;
}
.contacts-action .btn-icon:hover {
  background: #FF902F;
  color: #FFF !important;
}

.contact-sidebar {
  box-shadow: 0px 4px 24px 0px rgba(188, 188, 188, 0.25);
  background: #FFF;
  padding: 15px;
}
.contact-sidebar h5 {
  margin-bottom: 15px;
}
.contact-sidebar .com-add {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 15px;
}
.contact-sidebar ul {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #D3D3D4;
}
.contact-sidebar ul:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.contact-sidebar ul li {
  font-size: 14px;
  margin-bottom: 15px;
}
.contact-sidebar ul li:last-child {
  margin-bottom: 0;
}
.contact-sidebar .social-info {
  padding-bottom: 15px;
}
.contact-sidebar .social-info li {
  margin: 0 10px 5px 0;
}
.contact-sidebar .tag-info {
  margin-bottom: 15px;
}
.contact-sidebar .tag-info li {
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .contact-sidebar {
    margin-bottom: 24px;
  }
}

.basic-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 14px;
}
.basic-info li span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #F5F6F7;
  color: #373B3E;
  margin-right: 10px;
  flex-shrink: 0;
}

.set-info li a {
  color: #4D5154;
}
.set-info li a:hover {
  color: #FF902F;
}
.set-info li i {
  margin-right: 5px;
}

.other-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.other-info li .other-title {
  min-width: 110px;
  display: inline-block;
}

.company-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.company-info li span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border: 1px solid #D3D3D4;
  margin-right: 10px;
}
.company-info li h6 {
  font-size: 14px;
  margin-bottom: 2px;
}
.company-info li p {
  font-size: 14px;
  margin-bottom: 0;
}
.company-info.com-info li span {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.company-info.com-info li p i {
  margin-right: 5px;
  color: #FFBC34;
}

.deals-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.deals-info li img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}
.deals-info li p {
  margin-bottom: 0;
}

.social-info li {
  display: inline-block;
}
.social-info li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #373B3E;
  color: #FFF;
}
.social-info li a:hover {
  background: #FF902F;
  color: #FFF;
}

.tag-info li {
  margin-right: 5px;
  display: inline-block;
}
.tag-info li a {
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
}
.tag-info li:last-child {
  margin-right: 0;
}

.projects-info li {
  margin-right: 5px;
  display: inline-block;
}
.projects-info li a {
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  padding: 8px 19px;
  display: inline-block;
}
.projects-info li a:hover {
  color: #373B3E;
}
.projects-info li:last-child {
  margin-right: 0;
}

.priority-info .dropdown .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  border: 1px solid #D3D3D4;
  border-radius: 5px;
  padding: 5px 10px;
}
.priority-info .dropdown .dropdown-toggle::after {
  content: none;
}
.priority-info .dropdown .dropdown-toggle span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.priority-info .dropdown .dropdown-toggle span i {
  font-size: 6px;
}
.priority-info .dropdown a {
  font-size: 14px;
  color: #373B3E;
}
.priority-info .dropdown a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.priority-info .dropdown a span i {
  font-size: 6px;
}
.priority-info .dropdown .dropdown-menu {
  width: 100%;
}

.contact-tab-wrap {
  box-shadow: 0px 4px 24px 0px rgba(188, 188, 188, 0.25);
  background: #FFF;
  border-radius: 5px;
  margin: 0 0 15px;
  padding: 15px 15px 5px;
}
.contact-tab-wrap h4 {
  margin-bottom: 10px;
}

.contact-tab-view {
  border-radius: 5px;
}

.select-pipeline {
  position: relative;
}
.select-pipeline .pipe-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 99;
  transform: translateY(-50%);
}
.select-pipeline .select2-container .select2-selection.select2-selection--single {
  height: 38px;
  border-radius: 5px;
}
.select-pipeline .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  padding-left: 30px;
  line-height: 38px;
}
.select-pipeline .select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
  height: 38px;
}

.pipeline-list {
  border-bottom: 1px solid #D3D3D4;
  margin-bottom: 13px;
}
.pipeline-list ul {
  margin-bottom: 8px;
}
.pipeline-list ul li {
  display: inline-block;
}
.pipeline-list ul li:first-child a {
  border-radius: 10px 0 0 10px;
}
.pipeline-list ul li:last-child a {
  border-radius: 0;
}
.pipeline-list ul li a {
  margin: 0 0 5px;
  padding: 12px 25px 12px 50px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  background: #F5F6F7;
  color: #373B3E;
  position: relative;
  min-width: 185px;
}
.pipeline-list ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: -23px;
  width: 45px;
  height: 45px;
  -webkit-transform: scale(0.707) rotate(45deg);
  -ms-transform: scale(0.707) rotate(45deg);
  -moz-transform: scale(0.707) rotate(45deg);
  -transform: scale(0.707) rotate(45deg);
  z-index: 1;
  background: #F5F6F7;
  -webkit-box-shadow: 2px -2px 0 1px #fff, 3px -3px 0 2px rgba(255, 255, 255, 0.1);
  box-shadow: 2px -2px 0 1px #fff, 3px -3px 0 2px rgba(255, 255, 255, 0.1);
  border-radius: 0 5px 0 50px;
}
.pipeline-list ul li a.bg-info {
  color: #FFF;
}
.pipeline-list ul li a.bg-info::after {
  background: #009EFB;
}
.pipeline-list ul li a.bg-info:hover {
  background: #009EFB !important;
}
.pipeline-list ul li a.bg-warning {
  color: #FFF;
}
.pipeline-list ul li a.bg-warning::after {
  background: #FFBC34;
}
.pipeline-list ul li a.bg-warning:hover {
  background: #FFBC34 !important;
}
.pipeline-list ul li a.bg-pending {
  color: #FFF;
}
.pipeline-list ul li a.bg-pending::after {
  background: #9368E9;
}
.pipeline-list ul li a.bg-pending:hover {
  background: #9368E9 !important;
}
.pipeline-list ul li a.bg-pink {
  color: #FFF;
}
.pipeline-list ul li a.bg-pink::after {
  background: #FC6075;
}
.pipeline-list ul li a.bg-pink:hover {
  background: #FC6075 !important;
}
.pipeline-list ul li a.bg-danger {
  color: #FFF;
}
.pipeline-list ul li a.bg-danger::after {
  background: #FC133D;
}
.pipeline-list ul li a.bg-danger:hover {
  background: #FC133D !important;
}
@media (max-width: 575px) {
  .pipeline-list ul li a {
    width: calc(100% - 25px);
  }
}
@media (max-width: 575px) {
  .pipeline-list ul li {
    display: block;
  }
}

@media (max-width: 575px) {
  .contact-nav {
    display: block;
  }
}
.contact-nav li {
  display: inline-block;
  margin: 0 5px 10px 0;
}
.contact-nav li a {
  color: #4D5154;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #FFF;
  text-align: center;
  padding: 10px 20px;
}
.contact-nav li a:hover, .contact-nav li a.active {
  color: #FF902F;
  border-color: #FF902F;
}
.contact-nav li a i {
  font-size: 16px;
  margin-right: 5px;
}
@media (max-width: 575px) {
  .contact-nav li {
    display: block;
  }
}

.view-header {
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: 1px solid #D3D3D4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
.view-header h4 {
  margin-bottom: 15px;
}
.view-header .com-add {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.view-header ul li {
  display: inline-block;
  margin: 0 20px 15px 0;
}
.view-header ul li:last-child {
  margin-right: 0;
}
.view-header .form-sort .select2-container {
  min-width: 140px !important;
}
.view-header .form-sort .select2-container .select2-selection.select2-selection--single {
  height: 38px;
}
.view-header .form-sort .select2-container .select2-selection .select2-selection__rendered {
  line-height: 38px;
  font-size: 14px;
  color: #4D5154;
}
.view-header .form-sort .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

.badge-day {
  background: #F4F0FD;
  color: #9368E9;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 4px 14px;
}
.badge-day i {
  margin-right: 5px;
}

.activity-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D3D3D4;
  margin: 0 0 15px;
  padding: 15px;
  border-radius: 5px;
}
.activity-wrap .activity-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #FFF;
  margin-right: 8px;
  flex-shrink: 0;
}
.activity-wrap .activity-info h6 {
  font-size: 15px;
  margin-bottom: 5px;
}
.activity-wrap .activity-info p {
  font-size: 14px;
  margin-bottom: 5px;
}
.activity-wrap .activity-info p:last-child {
  margin-bottom: 0;
}
.activity-wrap .activity-info .avatar-xs img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.contact-head {
  margin-bottom: 5px;
}
.contact-head .contact-breadcrumb {
  margin-bottom: 5px;
}
.contact-head .contact-breadcrumb li {
  color: #646669;
  position: relative;
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 0 0 0 10px;
}
.contact-head .contact-breadcrumb li a {
  color: #646669;
}
.contact-head .contact-breadcrumb li a i {
  color: #FC6075;
  margin-right: 5px;
}
.contact-head .contact-breadcrumb li a:hover {
  color: rgb(251, 117.0528846154, 0);
}
.contact-head .contact-breadcrumb li:last-child {
  margin-right: 0;
}
.contact-head .contact-breadcrumb li:first-child {
  padding-left: 0;
}
.contact-head .contact-breadcrumb li:first-child::before {
  content: none;
}
.contact-head .contact-breadcrumb li::before {
  content: "/";
  position: absolute;
  top: 0;
  left: 0;
}
.contact-head .contact-breadcrumb li.before-none {
  padding-left: 5px;
}
.contact-head .contact-breadcrumb li.before-none::before {
  content: none;
}
.contact-head .contact-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 10px;
}
.contact-head .contact-pagination p {
  margin: 0 15px 0 0;
  font-size: 14px;
}
.contact-head .contact-pagination ul li {
  display: inline-block;
  margin-right: 5px;
}
.contact-head .contact-pagination ul li a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #E2E4E6;
  color: #373B3E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.contact-head .contact-pagination ul li a:hover {
  background: #FF902F;
  color: #FFF;
}
.contact-head .contact-pagination ul li:last-child {
  margin-right: 0;
}

.upcoming-info {
  background: rgba(245, 246, 247, 0.84);
  border-radius: 5px;
  padding: 15px 15px 5px;
}
.upcoming-info p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #373B3E;
}
.upcoming-info .dropdown {
  margin-bottom: 10px;
}
.upcoming-info .dropdown .dropdown-toggle {
  border: 1px solid #D3D3D4;
  border-radius: 5px;
  padding: 2px 9px;
  color: #373B3E;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 14px;
}
.upcoming-info .dropdown .dropdown-toggle::after {
  content: none;
}
.upcoming-info .dropdown .avatar-xs {
  width: 16px;
  height: 16px;
  border-radius: 5px;
}
.upcoming-info .dropdown .circle {
  font-size: 6px;
}
.upcoming-info .dropdown .dropdown-menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 14px;
  color: #373B3E;
}

.calls-activity .calls-box p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .calls-activity .calls-box .caller-info {
    display: block;
  }
}

.calls-box {
  margin: 0 0 20px;
  padding: 24px;
  border: 1px solid #D3D3D4;
  border-radius: 5px;
}
.calls-box:last-child {
  margin-bottom: 0;
}
.calls-box .caller-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 5px;
}
.calls-box .caller-info .calls-user {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 10px;
}
.calls-box .caller-info .calls-user img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 8px;
}
.calls-box .caller-info .calls-user p {
  margin-bottom: 0;
}
.calls-box .caller-info .calls-user p span {
  color: #373B3E;
  font-weight: 500;
}
.calls-box .caller-info .calls-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.calls-box .caller-info .calls-action .dropdown {
  margin: 0 8px 10px 0;
}
.calls-box .caller-info .calls-action .dropdown:last-child {
  margin-right: 0;
}
.calls-box .caller-info .calls-action .dropdown.call-drop .dropdown-toggle {
  background: #FEEAEE;
  padding: 6px 11px;
  color: #FC133D;
  font-size: 12px;
}
.calls-box .caller-info .calls-action .dropdown-toggle {
  font-size: 14px;
  border-radius: 5px;
  padding: 0;
  color: #373B3E;
}
.calls-box .caller-info .calls-action .dropdown-toggle::after {
  content: none;
}
.calls-box .caller-info .calls-action .dropdown-menu {
  box-shadow: 0px 4px 24px 0px rgba(188, 188, 188, 0.2509803922);
  border: 1px solid #D3D3D4;
  border-radius: 5px;
  padding: 10px;
}
.calls-box .caller-info .calls-action .dropdown-menu a {
  font-size: 14px;
}
.calls-box .caller-info .calls-action .dropdown-menu a:hover {
  background-color: #FF902F;
  color: #FFF;
  border-radius: 5px;
}
.calls-box p {
  font-size: 14px;
  margin-bottom: 15px;
}
.calls-box .add-comment {
  font-size: 12px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.notes-activity .calls-box h5 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 7px;
  color: #373B3E;
}
.notes-activity .calls-box .calls-user h6 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  color: #373B3E;
}
.notes-activity .calls-box ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
}
.notes-activity .calls-box ul li {
  display: inline-block;
  margin-right: 15px;
}
.notes-activity .calls-box ul li:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  .notes-activity .calls-box ul li {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .notes-activity .calls-box ul {
    display: block;
  }
}
.notes-activity .note-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  border: 1px solid #D3D3D4;
  box-shadow: 0px 4px 24px 0px rgba(188, 188, 188, 0.2509803922);
  margin: 0 0 15px;
  padding: 15px;
  border-radius: 5px;
}
.notes-activity .note-download .note-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-right: 24px;
}
.notes-activity .note-download .note-info h6 {
  font-size: 14px;
  color: #373B3E;
  margin-bottom: 5px;
}
.notes-activity .note-download .note-info p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .notes-activity .note-download .note-info {
    margin-right: 15px;
  }
}
.notes-activity .note-download .note-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #FFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-right: 8px;
  flex-shrink: 0;
}
.notes-activity .note-download .note-icon img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.notes-activity .note-download:hover {
  border-color: #FF902F;
}
.notes-activity .note-download:hover a {
  background: rgba(245, 246, 247, 0.84);
}
.notes-activity .note-download a {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  color: #373B3E;
}
@media (max-width: 767px) {
  .notes-activity .note-download {
    margin: 0 0 15px;
    padding: 10px;
  }
}
.notes-activity .reply-box {
  background: #F9F9F9;
  border-radius: 5px;
  margin: 0 0 15px;
  padding: 15px;
}
.notes-activity .reply-box p {
  margin-bottom: 10px;
}

.avatar-xxs {
  width: 16px;
  height: 16px;
}

.note-btns {
  margin-top: 5px;
}
.note-btns .btn {
  margin: 10px 10px 0 0;
  padding: 7px 15px;
}
.note-btns .btn:last-child {
  margin-right: 0;
}
.note-btns .btn.btn-primary {
  min-width: 110px;
}

.drag-upload {
  background: #FCFCFC;
  border: 1px dashed #D3D3D4;
  border-radius: 5px;
  position: relative;
}
.drag-upload input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.drag-upload i {
  font-size: 24px;
  margin-bottom: 10px;
}
.drag-upload p {
  font-size: 14px;
  margin-bottom: 0;
}
.drag-upload .img-upload {
  text-align: center;
  padding: 36px 20px;
}

.upload-file {
  background: rgba(245, 246, 247, 0.8);
  border: 1px solid #D3D3D4;
  margin: 0 0 5px;
  padding: 15px;
  border-radius: 5px;
}
.upload-file h6 {
  font-size: 15px;
  margin-bottom: 2px;
  color: #373B3E;
}
.upload-file p {
  font-size: 14px;
}
.upload-file .progress {
  height: 3px;
  margin-bottom: 4px;
}
.upload-file.upload-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.custom_check.check-box {
  padding-left: 25px;
  color: #4D5154;
  font-size: 12px !important;
}
.custom_check.check-box .checkmark {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.custom_check.check-box .checkmark::after {
  left: 50%;
  transform: translate(-50%, -50%);
}

.action-drop .dropdown-toggle {
  color: #373B3E;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: rgba(245, 246, 247, 0.84);
}
.action-drop .dropdown-toggle::after {
  content: none;
}
.action-drop .dropdown-menu {
  box-shadow: 0px 4px 24px 0px rgba(188, 188, 188, 0.2509803922);
  border: 1px solid #E9E9EA;
  padding: 10px;
}
.action-drop .dropdown-menu a {
  color: #4D5154;
  border-radius: 5px;
  padding: 5px;
}
.action-drop .dropdown-menu a:hover {
  background: rgba(245, 246, 247, 0.84);
}

.files-wrap {
  border: 1px solid #D3D3D4;
  border-radius: 5px;
  margin: 0 0 15px;
  padding: 24px 24px 9px;
}
.files-wrap .file-info {
  margin-bottom: 15px;
}
.files-wrap .file-info h4 {
  margin-bottom: 5px;
}
.files-wrap .file-info p {
  font-size: 14px;
  margin-bottom: 10px;
}
.files-wrap .file-info p:last-child {
  margin-bottom: 0;
}
.files-wrap .file-info .file-user {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.files-wrap .file-info .file-user img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}
.files-wrap .file-info .file-user p {
  font-size: 14px;
  margin-bottom: 0;
}
.files-wrap .file-info .file-user p span {
  display: block;
  font-size: 12px;
}
.files-wrap .file-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 15px;
}
.files-wrap .file-action li {
  display: inline-block;
}
.files-wrap .file-action .btn {
  font-size: 15px;
  font-weight: 500;
}
.files-wrap .file-action .badge {
  font-size: 14px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0 10px 0 0;
  padding: 6px 10px;
  font-weight: 400;
}
.files-wrap .file-action .badge i {
  margin-right: 5px;
}
.files-wrap .file-action .badge.priority-badge i {
  font-size: 4px;
}

.sync-radio .radio-item {
  margin-bottom: 16px;
}
.sync-radio .radio-item label {
  font-size: 14px;
  color: #373B3E;
}

.email-item li {
  margin: 0 15px 15px 0;
}
.email-item li label {
  color: #373B3E !important;
}

.custom-modal .modal-content .modal-body .existing-company .input-block {
  float: unset;
}

.existing-company {
  background: #E2E4E6;
  padding: 24px;
  border-radius: 5px;
}
.existing-company p {
  margin-top: 10px;
}

.signature-wrap {
  background: #F5F6F7;
  border: 1px solid #D3D3D4;
  border-radius: 5px;
  margin: 0 0 15px;
  padding: 15px 15px 0;
}
.signature-wrap h4, .signature-wrap p {
  margin-bottom: 15px;
}

.add-sign {
  font-size: 16px;
}

.sign-item li {
  margin-bottom: 15px;
}
.sign-item li .sign-title {
  display: block;
  font-weight: 500;
}
.sign-item li:last-child {
  margin-bottom: 0;
}

.note-edit-wrap {
  display: none;
  margin-bottom: 15px;
}

fieldset {
  display: none;
}
fieldset#first-field-file {
  display: block;
}

.send-success {
  border: 1px solid #55CE63;
  background: #DAFFDE;
  border-radius: 5px;
  margin: 0 0 15px;
  padding: 15px;
}
.send-success p {
  color: #373B3E;
  margin-bottom: 0;
}
.send-success p i {
  margin-right: 5px;
}

.task-wrap {
  border: 1px solid #D3D3D4;
  border-radius: 5px;
  margin: 0 0 15px;
  padding: 15px;
}
.task-wrap .task-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.task-wrap .task-info p {
  color: #373B3E;
  font-weight: 500;
  margin-right: 24px;
  margin-bottom: 0;
  margin-right: 24px;
}
.task-wrap .task-info p i {
  color: #E2E4E6;
  margin-right: 10px;
}
.task-wrap .task-info .badge {
  font-size: 14px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0 10px 0 0;
  padding: 6px 10px;
  font-weight: 400;
}
.task-wrap .task-info .badge i {
  margin-right: 5px;
}
.task-wrap .task-info .badge.priority-badge i {
  font-size: 4px;
}
.task-wrap .task-time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
}
.task-wrap .task-time li {
  margin-right: 24px;
  display: inline-block;
  color: #373B3E;
}
.task-wrap .task-time li:last-child {
  margin-right: 0;
}
.task-wrap .task-time li i {
  margin-right: 10px;
}
.task-wrap .task-time li.task-user img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.modal {
  z-index: 1050 !important;
}

.modal-backdrop {
  z-index: 1040 !important;
}

.badge-soft-pink {
  color: #FC6075;
  background-color: #FFEFF1;
}

.badge-soft-grey {
  color: #212529;
  background-color: #E9E9EA;
}

.bg-pending {
  background: #9368E9 !important;
}

.bg-light-pending {
  background: #F4F0FD !important;
  color: #9368E9 !important;
}

.badge-light {
  background: #F5F6F7;
  color: #373B3E;
}

.btn-pink {
  background-color: #FC6075;
  border: 1px solid #FC6075;
  color: #FFF !important;
}
.btn-pink:focus, .btn-pink:hover, .btn-pink:active, .btn-pink.active {
  color: #FFF;
  background-color: rgb(251.0555555556, 45.9444444444, 73.5555555556);
  border-color: rgb(251.0555555556, 45.9444444444, 73.5555555556);
}

.btn-lighter {
  background-color: #F5F6F7;
  border: 1px solid #F5F6F7;
  color: #373B3E !important;
  border-radius: 5px;
  padding: 7px 15px;
  font-size: 15px;
  font-weight: 500;
}
.btn-lighter:focus, .btn-lighter:hover, .btn-lighter:active, .btn-lighter.active {
  color: #FFF;
  background-color: rgb(216.6666666667, 220.5, 224.3333333333);
  border-color: rgb(216.6666666667, 220.5, 224.3333333333);
}

.payment-setup-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
}
.payment-setup-form .card-element-container {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 12px;
  transition: all 0.2s ease;
  margin-bottom: 1rem;
}
.payment-setup-form .card-element-container:hover {
  border-color: #80bdff;
}
.payment-setup-form .card-element-container:focus-within {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.payment-setup-form .submit-btn {
  height: 44px;
  font-size: 16px;
  font-weight: 500;
}
.payment-setup-form .submit-btn .ant-spin {
  margin-right: 8px;
}
.payment-setup-form .alert {
  margin-bottom: 1rem;
}
.payment-setup-form .form-group {
  margin-bottom: 20px;
}
.payment-setup-form .btn-submit {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
}
.payment-setup-form .error-message {
  color: #fa755a;
  margin-top: 10px;
  font-size: 14px;
}

.StripeElement {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #424770;
  background-color: transparent;
}
.StripeElement--focus {
  color: #32325d;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
