

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/* Navbar Dropdown */
#navbarDropdown {
  font-size: 1rem;
}

/* View document styles */
.document-title, .document-author {
  color: #9a0007;
}

/* Table Display */
.table th, .table td {
  vertical-align: middle;
  font-size: 0.8rem;
}

/* Form styles */
.support-detail {
  color: gray;
}

.document-form .field-label {
  font-size: 1.3rem;
  font-weight: 600;
  color: #9a0007;
}

.document-form .sublabel {
  font-size: 1rem;
}

.btn-light {
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
}

/*
  * Sidebar
  */
svg {
  vertical-align:-2px !important;
}

.sidebar {
  position: fixed;
  top: 20px;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .subzero {
  font-weight: 600 !important;
  font-size: 0.9vw !important;
}

.sub-item {
  padding-left: 20px;
}

.sidebar .nav-link {
  font-weight: bold;
  color: #333;
  font-size: 1vw;
}

.sidebar .nav-link .fa {
  margin-right: 4px;
  color: #999;
  font-size: 1rem;
}

.sidebar .nav-link .fa-chevron-right {
  margin-right: 4px;
  color: #999;
  font-size: 0.8rem;
}


.sidebar .nav-link.active {
  color: #f15c5e;
}

.sidebar .nav-link:hover .fa,
.sidebar .nav-link.active .fa {
  color: inherit;
}


.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
  * Content
  */


/*
  * Navbar
  */  

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.document-thumbnail {
  height: 40px;
  margin-right: 10px;
}

.show-document-table td {
  vertical-align: top;
}

.modal-tbody td {
  padding: 0.2rem 0.5rem;
}

.docs-table td {
  cursor: pointer;
}

/* Font */

/* Loading bar */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ff0080;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* Sidenav Badges */

.badge-pink {
  background-color: rgb(255, 0, 128);
  color: #fff;
}

/* Modal */
.modal-content {
  border: none!important;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Live Chat */
ul {
  margin: 0;
  padding: 0;
  direction: ltr;
}

.media-body .email {
  color: #a2a2a2;
}

.media-body .name {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
}

li {
  list-style: none;
}

.user-wrapper, .message-wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
}

.user-wrapper {
  height: 98%;
  padding-left: 5px;
  position: absolute;
  width: 100%;
}

.user {
  cursor: pointer;
  padding: 5px 0;
  position: relative;
}

.user:hover {
  background: #eeeeee;
}

.user:last-child {
  margin-bottom: 0;
}

.pending {
  position: absolute;
  right: 13px;
  top: 9px;
  background: #38c172;
  margin: 0;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  padding-left: 5px;
  color: #ffffff;
  font-size: 12px;
}

.media-right {
  margin: 0 10px;
}

.media-right img {
  width: 64px;
  height: 64px;
  border-radius: 64px;
}

.media-body p {
  margin: 6px 0;
  text-align: right;
}

.message-wrapper {
  padding: 10px;
  height: 92%;
  direction: rtl;
  position: absolute;
  width: 100%;
  border-right: 1px solid #babbbb;
}

.message-avatar-sender{
  float: right;
}

.message-avatar-receiver{
  float: left;
}

.message-avatar-sender img, .message-avatar-receiver img {
  width: 34px;
  height: 34px;
  margin: 5px;
  border-radius: 34px;
}

.messages .message {
  margin-bottom: 15px;
}

.messages .messages:last-child {
  margin-bottom: 0;
}

.received, .sent {
  width: 50%;
  padding: 3px 10px;
  border-radius: 20px;
  word-break: break-word;
}

.received {
  background: #dedede;
  float: left;
}

.sent {
  background: #f15c5e;
  float: right;
  text-align: right;
  color: #eeeeee;
}

.message p {
  margin: 2px 0;
  font-size: 0.9rem;
}

.sent .date {
  color: #eeeeee;
  font-size: 12px;
}

.received .date {
  color: #777777;
  font-size: 12px;
}

.active-chat {
  background: #eeeeee;
  border-left: 5px solid #f15c5e;
}

.input-text {
  position: absolute;
  width: 100%;
  bottom: 2%;
}



/* ///////////////////////////////////////////////////////////////////////////////////////// */
/* Document Route */

.route-table tr td .route-detail {
  font-size: 1rem;
  vertical-align: middle;
  display: inline;
}

.route-table tr td .icon-holder {
  font-size: 1.2rem;
  display: inline-block;
  width: 35px;
  height: 35px;
  position: relative;
  border: 2px solid #d8d8d8;
  border-radius: 50%;
  background: #f8fafc;
  z-index: 1;
}

.route-table tr td .icon-holder i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #d8d8d8;
}

.middle-line {
  width: 2px;
  height: 100%;
  position: absolute;
  background: #d8d8d8;
  left: 18px;
}

.route-table tr td {
  position: relative;
}

.route-overview-table tbody tr td {
  border: none;
  padding: 0 0 0 10px;
}


/* ///////////////////////////////////////////////////////////////////// */
/* Login */
.login-background {
  width: calc(100% - 500px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  background-image: url("/storage/project_files/login-background.jpg");
}

.login-background::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.1);
}

.login-form {
  width: 500px;
  min-height: 100vh;
  display: block;
  background-color: #f7f7f7;
  padding: 100px 55px 55px 55px;
}

.login-wrap {
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}

.login-container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
}

.login-title {
  display: block;
  text-align: center;
  color: #222d2d;
}

.login-logo {
  width: 100px;
}

/* .login-form ::-webkit-input-placeholder, #registerModal ::-webkit-input-placeholder {
  color: #b7b7b7!important;
  font-size: 0.9rem;
}
.login-form ::-webkit-input-placeholder, #registerModal ::-webkit-input-placeholder {
  color: #b7b7b7!important;
  font-size: 0.9rem;
}
.login-form :-moz-placeholder, #registerModal :-moz-placeholder {
  color: #b7b7b7!important;
  font-size: 0.9rem;
}
.login-form ::-moz-placeholder, #registerModal ::-moz-placeholder {
  color: #b7b7b7!important;
  font-size: 0.9rem;
}
.login-form :-ms-input-placeholder, #registerModal :-ms-input-placeholder {  
  color: #b7b7b7!important;
  font-size: 0.9rem;
} */


/* ///////////////////////////////////////////////////////////////////////////////// */
/* Bootstrap primary button and input*/
/* .btn-primary {
  background-color: #f15c5e !important;
  border-color: #ff6f71 !important;
}

.btn-primary:hover {
  background-color: #4a4a4a !important;
  border-color: #585858 !important;
}

.btn-primary:focus {
  background-color: #f15c5e !important;
  border-color: #ff6f71 !important;
  box-shadow: 0 0 0 0.2rem #ffcacb !important;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #f15c5e !important;
  border-color: #ff6f71 !important;
  box-shadow: 0 0 0 0.2rem #ffcacb !important;
}

.page-item.active .page-link {
  background-color: #f15c5e !important;
  border-color: #ff6f71 !important;
}

.page-link:focus {
  box-shadow: none !important;
}

.form-control:focus, .custom-file-input:focus, .custom-control-input:focus {
  border-color: #ff6f71 !important;
  box-shadow: none !important;
}

.custom-control-input:checked ~ .custom-control-label::before, .custom-file-input:checked ~ .custom-file-label {
  background-color: #f15c5e !important;
  border-color: #ff6f71 !important;
  box-shadow: none !important;
}

.custom-control-input:focus ~ .custom-control-label::before, .custom-file-input:focus ~ .custom-file-label {
  border-color: #ff6f71 !important;
  box-shadow: none !important;
} */

/* /////////////////////////////////////////////////////////////////////////////////////////////// */
/* override font size to be responsive */

/* .table th, .table td {
  font-size: 0.82vw;
}

h1, .h1 {
  font-size: 1.87vw;
}

h5, .h5 {
  font-size: 0.9vw;
} */