/* @import "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap";
body {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #5a5a5a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #057aff;
}

button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

textarea,
button,
input {
  outline: none;
  box-shadow: none;
}
textarea:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/icon/down-arrow.png);
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 11px;
}

select.form-control {
  padding-right: 1.75rem;
}

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #000;
}

h1,
.h1 {
  font-size: 45px;
}

h2,
.h2 {
  font-size: 35px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 22px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 15px;
}

label {
  font-size: 14px;
  color: #747474;
}

select,
select.form-control {
  color: #000;
}
select option[disabled],
select.form-control option[disabled] {
  color: #aaaaaa;
}

.form-control {
  border: 1.06px solid #888888;
  border-radius: 5px;
  color: #000;
}
.form-control:focus {
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}
.form-control::-moz-placeholder {
  color: #aaaaaa;
}
.form-control:-ms-input-placeholder {
  color: #aaaaaa;
}
.form-control:-moz-placeholder {
  color: #aaaaaa;
}

.input-group-text {
  color: #888888;
  background-color: #fff;
  border-color: #888888;
}

.datepicker {
  padding: 0.375rem 0.75rem;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.dropdown-menu.dropdown-left {
  left: auto;
  right: 0;
}

.btn.width-fix {
  width: 180px;
}

.btn-icon i {
  font-size: 19px;
  vertical-align: middle;
  margin-left: 10px;
  top: 3px;
  position: relative;
}

.btn-outline-primary {
  color: #d91e41;
  border-color: #d91e41;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: #d91e41;
  color: #fff;
  border-color: #d91e41;
  box-shadow: none;
}

.btn-primary {
  background-color: #d91e41;
  border-color: #d81e41;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #b1122f;
  border-color: #b1122f;
  box-shadow: none;
}

.btn-info {
  background-color: #2089d9;
  border-color: #2089d9;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background-color: #0179ff;
  border-color: #0179ff;
  box-shadow: none;
}

.btn-success {
  background-color: #489a02;
  border-color: #489a02;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #438c04;
  border-color: #438c04;
  box-shadow: none;
}

.btn-danger {
  background-color: #db4b39;
  border-color: #db4b39;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background-color: #c33422;
  border-color: #c33422;
  box-shadow: none;
}

.btn-dark {
  background-color: #5a5a5a;
  border-color: #5a5a5a;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}

.btn-light {
  color: #9c9c9c;
  background-color: #ebf0f4;
  border-color: #ebf0f4;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  box-shadow: none;
}

.btn-warning {
  color: #fff;
  background-color: #ff7504;
  border-color: #ff7504;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background-color: #ff9137;
  border-color: #ff9137;
  color: #fff;
  box-shadow: none;
}

.btn-link {
  color: #b0b0b0;
}
.btn-link:hover {
  text-decoration: none;
}

.btn-dark-100 {
  background-color: #969696;
  border-color: #969696;
  color: #fff;
}
.btn-dark-100:hover,
.btn-dark-100:focus,
.btn-dark-100:active {
  background-color: #888888;
  border-color: #888888;
  color: #fff;
  box-shadow: none;
}

.btn-purple {
  background-color: #906ee3;
  border-color: #906ee3;
  color: #fff;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
  background-color: #795ac3;
  border-color: #795ac3;
  color: #fff;
  box-shadow: none;
}

.act-btn {
  color: #000;
}
.act-btn i {
  margin-right: 5px;
}
.act-btn.info i {
  color: #2089d9;
}
.act-btn.success i {
  color: #489a02;
}
.act-btn.danger i {
  color: #db4b39;
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  padding: 22px 25px;
}

.modal-header.bg-color {
  background-color: #fafafa;
}

.modal-content {
  border: none;
  border-bottom: 4px solid #d91e41;
}

.modal-body {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}
.modal-body .notification-text h4 {
  font-size: 20px;
  line-height: 40px;
}

.modal-footer {
  padding-bottom: 50px;
}

.modal-header .close {
  opacity: 1;
}
.modal-header .close:hover {
  color: #0179ff;
}

.card {
  border-radius: 0;
}
.card a.filter {
  font-size: 14px;
}

.card-header {
  color: #000;
  background-color: #fafafa;
  padding: 13px 20px;
}

.custom-checkbox .custom-control-label {
  color: #000;
  padding: 3px 0;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
  border: 2px solid #057aff;
}

.custom-control-label {
  color: #000;
  padding: 3px 0;
}

.table {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.table thead th {
  background-color: #fafafa;
  border: none;
  font-size: 14px;
  color: #a1a1a1;
  padding: 12px 18px;
}
.table td {
  color: #000;
  border-top: 1px solid #e6e6e6;
  padding: 16px 18px;
  vertical-align: middle;
}
.table td .status-icon {
  font-size: 22px;
  color: #d91e41;
}
.table td .action-dropdown {
  color: #b7b7b7;
  padding: 10px 4px;
  display: block;
}
.table td .btn-icon {
  width: 110px;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}
.breadcrumb .breadcrumb-item {
  font-size: 14px;
  color: #5a5a5a;
}
.breadcrumb .breadcrumb-item a {
  color: #5a5a5a;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #057aff;
}
.breadcrumb .breadcrumb-item.active {
  font-weight: bold;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.line-tab {
  border-bottom: none;
}
.line-tab .nav-item {
  margin: 0 20px 0 0px;
}
.line-tab .nav-item .nav-link {
  border: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.line-tab .nav-item .nav-link.active {
  border-bottom: 3px solid #d7224c;
  font-weight: bold;
}

.single-line-upload {
  width: auto;
  height: 20px;
  text-align: right;
}
.single-line-upload .custom-file-input {
  height: auto;
}
.single-line-upload .custom-file-input:focus {
  box-shadow: none;
}
.single-line-upload .custom-file-input:focus ~ .custom-file-label {
  border-color: transparent;
  box-shadow: none;
}
.single-line-upload .custom-file-label {
  border: none;
  background: none;
  cursor: pointer;
  color: #057aff;
  padding: 0;
  height: auto;
  margin: 0;
  width: auto;
}
.single-line-upload .custom-file-label:after {
  display: none;
}
.single-line-upload .custom-file-label:focus {
  box-shadow: none;
}

.font-14 {
  font-size: 14px;
}

.font-20 {
  font-size: 20px;
}

.text-gray {
  color: #9c9c9c;
}

.text-black {
  color: #000;
}

.text-blue {
  color: #057aff;
}

.text-pink {
  color: #d91e41;
}

.tooltip-icon {
  font-size: 17px;
  margin-left: 5px;
  vertical-align: middle;
  color: #b7b7b7;
}

header.top-header {
  background-color: #d7224c;
  height: 50px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}
header.top-header .navbar .site-logo .menu-toggle {
  font-size: 24px;
  color: #fff;
}
header.top-header .navbar .right-navbar > ul.nav > li {
  position: relative;
  padding: 12.4px 0;
  margin-right: 30px;
  color: #fff;
}
@media screen and (max-width: 479px) {
  header.top-header .navbar .right-navbar > ul.nav > li {
    position: static;
  }
}
header.top-header .navbar .right-navbar > ul.nav > li > a {
  color: #fff;
  display: block;
}
@media screen and (max-width: 479px) {
  header.top-header .navbar .right-navbar > ul.nav > li > a {
    position: relative;
  }
}
header.top-header .navbar .right-navbar > ul.nav > li > a > i {
  font-size: 25px;
  vertical-align: middle;
  margin-right: 8px;
}
header.top-header .navbar .right-navbar > ul.nav > li > a > span {
  position: absolute;
  right: -3px;
  top: 9px;
  background-color: #000;
  height: 18px;
  width: 18px;
  border-radius: 50px;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
}
@media screen and (max-width: 479px) {
  header.top-header .navbar .right-navbar > ul.nav > li > a > span {
    right: -5px;
    top: -2px;
  }
}
header.top-header .navbar .right-navbar > ul.nav > li > a:after {
  display: none;
}
header.top-header .navbar .right-navbar > ul.nav > li:first-child {
  margin-right: 55px;
}
@media screen and (max-width: 479px) {
  header.top-header .navbar .right-navbar > ul.nav > li:first-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header.top-header .navbar .right-navbar > ul.nav > li:first-child {
    margin-right: 25px;
  }
}
header.top-header .navbar .right-navbar > ul.nav > li:last-child {
  margin-right: 0px;
}
header.top-header .navbar .right-navbar > ul.nav > li .dropdown-card {
  border: none;
  width: 350px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: absolute;
}
@media screen and (max-width: 767px) {
  header.top-header .navbar .right-navbar > ul.nav > li .dropdown-card {
    width: 300px;
  }
}
header.top-header .navbar .right-navbar > ul.nav > li .dropdown-card .card {
  border: 0;
  box-shadow: none;
  background: none;
}
header.top-header .navbar .right-navbar > ul.nav > li .dropdown-card .card .card-header {
  background: none;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  padding: 15px;
  font-size: 18px;
}
header.top-header .navbar .right-navbar > ul.nav > li .dropdown-card .card .dropdown-list-group {
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  max-height: 200px;
}
header.top-header .navbar .right-navbar > ul.nav > li .dropdown-card .card .dropdown-list-group li {
  padding: 10px 15px;
  font-size: 13px;
  border-bottom: 1px solid #f0f0f0;
}
header.top-header .navbar .right-navbar > ul.nav > li .dropdown-card .card .dropdown-list-group li:nth-child(odd) {
  background: #fafafa;
}

.sidebar {
  position: fixed;
  top: 50px;
  height: calc(100% - 50px);
  width: 200px;
  border-right: 1px solid #e6e6e6;
  background-color: #fafafa;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .sidebar {
    left: -200px;
  }
  .sidebar.toggled {
    left: 0;
  }
}
@media screen and (min-width: 991px) {
  .sidebar.desk-collapse {
    width: 55px;
  }
}
@media screen and (min-width: 991px) {
  .sidebar.desk-collapse .scroll-wrapper {
    overflow: unset !important;
  }
}
@media screen and (min-width: 991px) {
  .sidebar.desk-collapse .scroll-wrapper .scroll-content {
    overflow: unset !important;
  }
}
@media screen and (min-width: 991px) {
  .sidebar.desk-collapse .scroll-element {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .sidebar.desk-collapse .sidebar-nav > ul > li .sub-menu {
    position: absolute;
    top: 0;
    display: block;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    left: 100%;
    min-width: 170px;
    background-color: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 991px) {
  .sidebar.desk-collapse .sidebar-nav > ul > li .sub-menu li a {
    padding: 12px 20px;
    color: #5a5a5a;
    height: 46px;
  }
}
@media screen and (min-width: 991px) {
  .sidebar.desk-collapse .sidebar-nav > ul > li .sub-menu li a.cpage-link {
    font-weight: bold;
    border-bottom: 1px solid #eee;
    display: block;
  }
}
@media screen and (min-width: 991px) {
  .sidebar.desk-collapse .sidebar-nav > ul > li a span {
    visibility: hidden;
    opacity: 0;
    position: absolute;
  }
}
@media screen and (min-width: 991px) {
  .sidebar.desk-collapse .sidebar-nav > ul > li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
.sidebar .collapse-sidebar-button {
  position: absolute;
  bottom: 0;
  background-color: #fafafa;
  padding: 15px 20px;
  right: 0;
  width: 100%;
  height: 51px;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 991px) {
  .sidebar .collapse-sidebar-button {
    display: none;
  }
}
.sidebar .collapse-sidebar-button:hover {
  background-color: #f0f0f0;
  color: #5a5a5a;
}
.sidebar .collapse-sidebar-button.toggled span {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.sidebar .collapse-sidebar-button i {
  margin-right: 10px;
}
.sidebar .sidebar-area {
  height: calc(100%);
}
@media screen and (min-width: 991px) {
  .sidebar .sidebar-area {
    height: calc(100% - 51px);
  }
}
.sidebar .sidebar-nav {
  margin-top: 13px;
}
.sidebar .sidebar-nav > ul {
  margin: 0;
  padding: 0;
}
.sidebar .sidebar-nav > ul > li {
  list-style-type: none;
  border-left: 2px solid transparent;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar .sidebar-nav > ul > li > a {
  padding: 15px 10px 15px 17px;
  display: block;
  height: 51px;
  overflow: hidden;
  white-space: nowrap;
}
.sidebar .sidebar-nav > ul > li > a > span {
  display: inline-block;
  margin-left: 10px;
}
.sidebar .sidebar-nav > ul > li > a:hover {
  background-color: #f0f0f0;
  color: #d91e41;
}
.sidebar .sidebar-nav > ul > li .sub-menu {
  background-color: #f0f0f0;
  display: none;
}
.sidebar .sidebar-nav > ul > li .sub-menu .show {
  display: block;
}
.sidebar .sidebar-nav > ul > li .sub-menu li a {
  font-weight: normal;
  padding: 15px 10px 15px 45px;
  display: block;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
}
.sidebar .sidebar-nav > ul > li .sub-menu li a.cpage-link {
  display: none;
}
.sidebar .sidebar-nav > ul > li .sub-menu li a:hover {
  color: #d91e41;
}
.sidebar .sidebar-nav > ul > li .sub-menu li:hover {
  border-color: transparent;
}
.sidebar .sidebar-nav > ul > li .sub-menu li.current-page a {
  font-weight: bold;
  color: #d91e41;
}
.sidebar .sidebar-nav > ul > li:hover {
  border-color: #d91e41;
}
.sidebar .sidebar-nav > ul > li.current-page {
  font-weight: bold;
  background-color: #eaeaea;
  color: #d91e41;
  border-color: #d91e41;
}
.sidebar .sidebar-nav > ul > li.current-page > a {
  color: #d91e41;
}
.sidebar .sidebar-nav > ul > li.current-page .sub-menu {
  display: block;
}
.sidebar .sidebar-nav > ul > li.show > a {
  font-weight: normal;
}

.mobile-overlay {
  position: fixed;
  left: 0;
  top: 50px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}

.main-content {
  padding-top: calc(67px);
  padding-left: calc(222px);
  right: 8px;
  bottom: 85px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .main-content {
    padding-left: 8px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 991px) {
  .main-content.full-width {
    padding-left: calc(63px);
  }
}

.data-action-form .more-filter span.dot {
  font-size: 40px;
  line-height: 0px;
  vertical-align: top;
}

.search-box {
  position: relative;
}
.search-box .fild {
  padding-right: 33px;
}
.search-box .search {
  border: none;
  background: none;
  color: #aaaaaa;
  position: absolute;
  right: 4px;
  top: calc(50% - 11px);
}
.search-box .search:hover {
  color: #000;
}

.filter-options ul li {
  color: #057aff;
}
.filter-options ul li a {
  color: #057aff;
  font-size: 13px;
}
.filter-options ul li a:hover {
  color: #000;
}
.filter-options ul li.divider {
  margin: 0 2px;
}

.permit-type .remove {
  font-size: 25px;
  padding: 3px 0;
  display: inline-block;
  color: #d81e41;
}

.custom-task .remove {
  font-size: 20px;
  padding: 5px 10px;
  display: inline-block;
  color: #b7b7b7;
}

.audit-trail td .btn {
  width: 110px;
}
.audit-trail td .btn.text-black {
  width: auto;
}

.permissionsi-list .list-group .list-group-item {
  background-color: #fafafa;
}
.permissionsi-list .list-group .list-group-item.sub-item {
  background-color: #f3f3f3;
}
.permissionsi-list .list-group .list-group-item.sub-item span {
  display: block;
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .permissionsi-list .list-group .list-group-item.sub-item span {
    padding-left: 20px;
  }
}
.permissionsi-list .list-group .list-group-item .custom-control {
  padding-left: 0px;
}
.permissionsi-list .list-group .list-group-item .custom-control .custom-control-label:before,
.permissionsi-list .list-group .list-group-item .custom-control .custom-control-label:after {
  left: 0;
}
.permissionsi-list .list-group .list-group-item .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #b7b7b7;
  border-color: #b7b7b7;
}
.permissionsi-list
  .list-group
  .list-group-item
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: #b7b7b7;
  border-color: #b7b7b7;
}

.invoicing-table table th,
.invoicing-table table td {
  border-right: 1px solid rgba(151, 151, 151, 0.15);
  position: relative;
}

.invoicing-table table td .tooltip-icon {
  color: #000;
  opacity: 0.2;
}

.invoicing-table table td .progress {
  width: 100px;
  margin: 0 5px;
  padding: 2px 2px;
  border-radius: 30px;
  background-color: #fafafa;
  border: 2px solid #f0f0f0;
}
.invoicing-table table td .progress .progress-bar {
  border-radius: 30px;
}
.invoicing-table table td .progress .success {
  background-color: #96c110;
}
.invoicing-table table td .progress .danger {
  background-color: #db4b39;
}
.invoicing-table table td .progress .warning {
  background-color: #faaf00;
}

.invoicing-table table td .comment {
  position: relative;
  font-size: 20px;
}
.invoicing-table table td .comment span {
  height: 20px;
  width: 20px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -7px;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  background-color: #d7224c;
}

.invoicing-table table tr.accordion-header {
  background-color: #e6e6e6;
}
.invoicing-table table tr.accordion-header .toggle-icon:before {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
}
.invoicing-table table tr.accordion-header .toggle-icon.minus:before {
  content: "\f068";
}

.invoicing-table table tr.accordion-header-subtitle {
  background-color: #fafafa;
}

.invoicing-table table tr.status-row span.label {
  font-weight: bold;
  font-size: 13px;
  position: absolute;
  left: -6px;
  transform: rotate(90.1deg);
  min-width: 45px;
  text-align: center;
}

.invoicing-table table tr.status-row.new {
  background-color: #fff0c7;
}
.invoicing-table table tr.status-row.new span.label {
  color: #ca9400;
}

.invoicing-table table tr.status-row.closed {
  background-color: #ffd3d3;
}
.invoicing-table table tr.status-row.closed span.label {
  color: #d7224c;
}

.invoicing-table table tr.status-row td:first-child {
  padding-left: 35px;
}

.invoicing-table table tbody + tbody {
  border-top: 0;
}

.invoicing-table table tbody:not(.header) {
  display: none;
}

.chat {
  padding: 25px 0;
}
.chat .chat-history {
  min-width: 100px;
  max-height: 330px;
}
.chat .chat-history ul {
  margin: 0;
  padding: 0 25px;
}
.chat .chat-history ul li {
  list-style-type: none;
  margin-bottom: 15px;
}
.chat .chat-history ul li .msg-data {
  font-size: 14px;
  margin-bottom: 10px;
}
.chat .chat-history ul li .msg {
  padding: 16px 12px;
  border-radius: 5px;
  color: #000;
  display: inline-block;
}
.chat .chat-history ul li.other-msg .msg {
  background-color: #f0f0f0;
}
.chat .chat-history ul li.my-msg {
  text-align: right;
}
.chat .chat-history ul li.my-msg .msg {
  background-color: #007aff;
  color: #fff;
}
.chat .msg-text {
  margin-top: 20px;
  padding: 0 25px;
}
.chat .msg-text .inner {
  border: 1px solid #979797;
  padding: 4px 8px;
  border-radius: 50px;
}
.chat .msg-text .inner .type-fild {
  width: calc(100% - 70px);
}
.chat .msg-text .inner .type-fild .form-control {
  border: none;
}
.chat .msg-text .inner .right-option .emoji {
  color: #adadad;
  font-size: 20px;
}
.chat .msg-text .inner .right-option .emoji:hover {
  color: #057aff;
}
.chat .msg-text .inner .right-option .send {
  background-color: transparent;
  border: none;
  color: #adadad;
  transform: rotate(54deg);
  padding: 5px 10px;
  font-size: 20px;
}
.chat .msg-text .inner .right-option .send:hover {
  color: #057aff;
}

.doc-preview .col {
  -ms-flex: 0 0 14.2857%;
  flex: 0 0 14.2857%;
  max-width: 14.2857%;
}
@media screen and (max-width: 991px) {
  .doc-preview .col {
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
}
@media screen and (max-width: 767px) {
  .doc-preview .col {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media screen and (max-width: 479px) {
  .doc-preview .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.doc-preview .doc-uploded-preview {
  background-color: #eaeaea;
  padding: 20px 15px;
  position: relative;
  margin-bottom: 20px;
}
.doc-preview .doc-uploded-preview img {
  max-height: 120px;
}
.doc-preview .doc-uploded-preview a.remove {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 20px;
}
.doc-preview .doc-uploded-preview a.remove:hover {
  color: #d81e41;
}

.job-numbers p {
  font-size: 24px;
  color: #000;
  margin: 0;
  font-weight: bold;
}

.setting .nav {
  position: fixed;
  top: calc(50px + 17px);
  background-color: #fff;
  z-index: 9;
  width: 100%;
}
.setting .nav.fixed {
  top: 50px;
}

.setting .tab-content {
  padding-top: 40px;
}
@media screen and (max-width: 450px) {
  .setting .tab-content {
    padding-top: 80px;
  }
}

.job-right-button-group .btn {
  padding: 0.375rem 0.6rem;
} */

/* @include mobile {    
    font-size: 1rem; 
} 

@include tablet-max {    
    font-size: 1rem; 
} 

@include mobile-sm {    
    font-size: 1rem; 
} 

@include mobile-md {    
    font-size: 1rem; 
} 

@include tablet-sm {    
    font-size: 1rem; 
} 

@include tablet-md {    
    font-size: 1rem; 
}  */

/*# sourceMappingURL=style.css.map */
