@charset "UTF-8";
/*!
Theme Name: Portal Child Theme - JO Mory
Theme URL: https://asheragency.com/
Description: Child theme for the Asher Web Portal framework, developed for JO Mory
Author: Asher Agency
Author URL: https://asheragency.com/
Template: asher-portal
Version: 1.0.0
Text Domain: portal-child-jomory
*/
/* Custom CSS below here */
/* Variables */
/* Tablet Size
----------------------------------------------------------------------------------------------------*/
/* Full Size
----------------------------------------------------------------------------------------------------*/
/* Jumbo Size
----------------------------------------------------------------------------------------------------*/
/*
Fonts
*/
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css");
/* Web Fonts
--------------------------------------------------*/
/* Colors
====================================================================================================*/
/* Brand Colors
--------------------------------------------------*/
/*
When cloning this child theme for a client, replace "blue-temp" with brand colors like this:
$brand-green: #008938;
$brand-yellow: #f2b700;
etc
*/
/* Alert Colors
--------------------------------------------------*/
/* Greys
--------------------------------------------------*/
/* Breakpoints
====================================================================================================*/
/* Basic
====================================================================================================*/
html,
body,
#site-container #main-content {
  font-family: "Archivo", sans-serif;
  font-size: 15px;
}

a {
  text-decoration: none;
}

.main-body-container {
  min-height: 100vh;
}

input:active,
input:focus {
  outline: none;
}

.global-left--sidebar {
  background-color: #1F2531;
  width: 384px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
}

.global-main--content {
  background-color: #F4F5F7;
  width: calc(100% - 384px);
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.global-main--content #main-content {
  padding: 65px;
}

.jomory-icon-light:before {
  color: white;
}

.jomory-icon-dark:before {
  color: #1C1C1C;
}

.jomory-icon-red:before {
  color: #C7202B;
}

.jomory-icon-blue:before {
  color: #1F2531;
}

a,
.content a {
  color: #C7202B;
}
a:hover, a:focus,
.content a:hover,
.content a:focus {
  border-color: #C7202B;
}

#password-reset a {
  color: #C7202B;
  border: none;
}
#password-reset a:hover, #password-reset a:focus {
  border: none;
}

.mobile-show {
  display: none;
}

.jomory-button,
.button {
  background-color: #343333;
  color: white;
  font-size: 20px;
  line-height: 50px;
  padding: 17px 25px;
  text-decoration: none;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  border: 0;
  transition: all 0.3s ease;
}
.jomory-button:disabled,
.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.jomory-button:hover {
  background-color: #3e3e3e;
}

.jomory-primary-button {
  background-color: #1F2531;
}

.jomory-secondary-button {
  background-color: #20C741;
}

.jomory-primary-button:hover {
  background-color: #0c0e14;
}

.jomory-secondary-button:hover {
  background-color: #18b337;
}

.jomory-small-button {
  font-size: 14px;
  line-height: 16px;
  padding: 5px 8px;
}

.jomory-medium-button {
  font-size: 16px;
  line-height: 18px;
  padding: 10px 15px;
}

h2 {
  font-size: 30px;
  font-weight: bold;
}

h4 {
  font-size: 20px;
  font-weight: bold;
}

/* employee info */
.employee-info-content--wrapper {
  display: block;
  background: white;
  padding: 40px;
  border-radius: 5px;
  text-align: center;
  max-width: 300px;
}
.employee-info-content--wrapper img.profile_image {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 150px;
}
.employee-info-content--wrapper h3 {
  font-size: 40px;
  line-height: 40px;
  margin-top: 20px;
  font-weight: 600;
}
.employee-info-content--wrapper .employee-info-meta--position {
  display: block;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 25px;
}
.employee-info-content--wrapper .employee-info-meta--id {
  margin-bottom: 25px;
  display: block;
}
.employee-info-content--wrapper .jomory-icon-person {
  font-size: 100px;
}
.employee-info-content--wrapper .employee-info-contact-wrapper span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  display: inline-block;
}
.employee-info-content--wrapper ul {
  margin: 0;
  padding: 0;
  text-align: left;
  max-width: 200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.employee-info-content--wrapper ul li {
  list-style: none;
  margin-bottom: 10px;
}
.employee-info-content--wrapper ul li span {
  vertical-align: top;
  margin-left: 20px;
}
.employee-info-content--wrapper ul li:before {
  font-size: 20px;
}
.employee-info-content--wrapper ul li:last-child {
  margin-bottom: 0;
}

.jomory-notification-message {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
  display: none;
  z-index: 999;
}
.jomory-notification-message div {
  position: absolute;
  background-color: white;
  padding: 60px 40px;
  left: 50%;
  top: 200px;
  transform: translateX(-50%);
  text-align: center;
}
.jomory-notification-message div i {
  font-size: 100px;
  height: 140px;
  width: 140px;
  display: block;
  border: 10px solid #20C741;
  border-radius: 140px;
  line-height: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #20C741;
}
.jomory-notification-message div i:before {
  display: block;
  margin-top: 10px;
}
.jomory-notification-message div span {
  font-size: 40px;
  font-weight: 800;
}

.search-fiield--wrapper {
  display: flex;
  gap: 10px;
  padding: 5px 10px;
  background-color: white;
  align-items: center;
  border-radius: 5px;
}
.search-fiield--wrapper input {
  font-size: 13px;
  border: 0;
  padding: 5px;
  color: #aaa;
}

.jomory-global-latest-events--wrapper {
  margin: 0;
  padding: 0;
}
.jomory-global-latest-events--wrapper li {
  list-style: none;
}
.jomory-global-latest-events--wrapper li .date {
  font-weight: 600;
}
.jomory-global-latest-events--wrapper li {
  padding: 10px 0;
}

/* video styling */
.dashboard-video--wrapper {
  flex: 1;
}
.dashboard-video--wrapper iframe {
  width: 100%;
  height: 100%;
  background-color: #1F2531;
  border-radius: 5px;
}

.jomory-center-content {
  max-width: 600px;
  margin: 0 auto;
}
.jomory-center-content iframe {
  margin-top: 20px;
}

.has_jomory_event {
  position: relative;
}
.has_jomory_event:after {
  content: " ";
  position: absolute;
  width: 15px;
  height: 3px;
  background-color: #C7202B;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.jomory-popup--wrapper {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.jomory-popup--wrapper .jomory-popup-container {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px;
  border-radius: 5px;
  max-width: 500px;
  margin: 10px;
}
.jomory-popup--wrapper .jomory-popup-container h3 {
  margin-bottom: 25px;
}
.jomory-popup--wrapper .jomory-popup-container .popup-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 70vh;
  margin-bottom: 20px;
}
.jomory-popup--wrapper .jomory-popup-container .popup-content .jomory-date-entries {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.jomory-popup--wrapper .jomory-popup-container .popup-content .jomory-date-entries span:first-child {
  display: block;
  color: #aaa;
}
.jomory-popup--wrapper .jomory-popup-container .popup-content .jomory-date-entries span:last-child {
  font-size: 18px;
}
.jomory-popup--wrapper .jomory-popup-container .popup-content .jomory-date-entries:last-child {
  border-bottom: 0;
}
.jomory-popup--wrapper .jomory-popup-container .popup-content .jomory-view-timesheet .jomory-view-row {
  margin-bottom: 20px;
}
.jomory-popup--wrapper .jomory-popup-container .popup-content .jomory-view-timesheet .jomory-view-row span {
  font-size: 20px;
  display: block;
  font-weight: bold;
}
.jomory-popup--wrapper .jomory-popup-container .popup-content .jomory-view-timesheet .jomory-view-row-el {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.jomory-popup--wrapper .jomory-popup-container .popup-content .jomory-view-timesheet .jomory-view-row-el:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons {
  text-align: right;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-close-button {
  background-color: #20C741;
  color: white;
  font-size: 20px;
  line-height: 50px;
  padding: 17px 25px;
  text-decoration: none;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  border: 0;
  transition: all 0.3s ease;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-close-button i {
  margin-right: 5px;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-close-button {
  font-size: 13px !important;
  padding: 7px 15px !important;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-close-button:hover {
  background-color: #18b337;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-close-button {
  margin: 0;
  background-color: #C7202B !important;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-close-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-positive-button {
  background-color: #20C741;
  color: white;
  font-size: 20px;
  line-height: 50px;
  padding: 17px 25px;
  text-decoration: none;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  border: 0;
  transition: all 0.3s ease;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-positive-button i {
  margin-right: 5px;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-positive-button {
  font-size: 13px !important;
  padding: 7px 15px !important;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-positive-button:hover {
  background-color: #18b337;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-positive-button {
  margin-right: 10px;
  background-color: #20C741 !important;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-positive-button:hover {
  background-color: #18b337;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-positive-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-delete-entry-button {
  background-color: #20C741;
  color: white;
  font-size: 20px;
  line-height: 50px;
  padding: 17px 25px;
  text-decoration: none;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  border: 0;
  transition: all 0.3s ease;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-delete-entry-button i {
  margin-right: 5px;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-delete-entry-button {
  font-size: 13px !important;
  padding: 7px 15px !important;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-delete-entry-button:hover {
  background-color: #18b337;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-delete-entry-button {
  margin-right: 10px;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-delete-entry-button:hover {
  background-color: #18b337;
}
.jomory-popup--wrapper .jomory-popup-container .jomory-popup-buttons button.jomory-delete-entry-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.jomory-popup--wrapper .jomory-popup-container.extended-container {
  max-width: 900px;
}
.jomory-popup--wrapper .jomory-popup-container.extended-container .popup-content {
  min-height: 200px;
  border-bottom: 1px solid #ddd;
}
.jomory-popup--wrapper .jomory-popup-container.extended-container .popup-content .jomory-view-timesheet .col-md-4 {
  border-right: 1px solid #ddd;
}
.jomory-popup--wrapper .jomory-popup-container.extended-container .popup-content .jomory-view-timesheet .col-md-8 {
  padding: 0 30px;
}

.jomory-box {
  padding: 30px;
  background-color: white;
  border-radius: 5px;
}

.jomory-table tr td {
  vertical-align: top;
}
.jomory-table tr td.dt-type-numeric {
  text-align: center !important;
}

.dt-length label {
  margin-left: 10px;
}
.dt-length select {
  width: 60px !important;
}

.dt-search {
  display: none;
}
.dt-search input {
  width: 180px !important;
}

.jomory-loader--wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jomory-loader--wrapper .jomory-loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.jomory-loader--wrapper .jomory-loader::before, .jomory-loader--wrapper .jomory-loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #C7202B;
  animation: prixClipFix 2s linear infinite;
}
.jomory-loader--wrapper .jomory-loader::after {
  border-color: #20C741;
  animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
  inset: 6px;
}

.jomory-timesheet-request-row {
  margin-bottom: 20px;
}
.jomory-timesheet-request-row label {
  display: block;
}
.jomory-timesheet-request-row label input, .jomory-timesheet-request-row label select {
  border: 1px solid #A5A5A5;
  width: 100%;
  padding: 7px 10px;
  display: block;
}
.jomory-timesheet-request-row button {
  color: white;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 14px;
}
.jomory-timesheet-request-row button svg {
  vertical-align: middle;
  margin-right: 5px;
}

.frm_remove_form_row,
.frm_add_form_row {
  border-radius: 5px !important;
  border: 0 !important;
}

.frm_remove_form_row {
  background-color: #C7202B !important;
}

.frm_add_form_row {
  background-color: #20C741 !important;
}

.jomory-timesheet-other-fields--hidden {
  height: 0;
  overflow: hidden;
  margin: 0;
}

div.dt-processing > div:last-child {
  display: none !important;
}

.number_to_align_left {
  text-align: left !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.jomory-notification {
  position: absolute;
  z-index: 9;
  color: #C7202B;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-color: white;
  display: inline-block;
  line-height: 0;
  text-align: center;
  padding: 10px 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
}

.joromy_custom_table {
  width: 100%;
}
.joromy_custom_table tr th {
  background-color: #ddd;
  padding: 10px;
}
.joromy_custom_table tr td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.joromy_custom_table tr td:last-child {
  text-align: right;
}
.joromy_custom_table tr:last-child td {
  border-bottom: 0;
}
.joromy_custom_table tr:hover {
  background-color: #eee;
}

.text-right {
  text-align: right;
}

.switch-back-notice {
  position: sticky;
  background: white;
  padding: 10px;
  text-align: center;
  top: 0;
  z-index: 99999;
}

.ui-tooltip, .arrow:after {
  background: #1F2531 !important;
}

.ui-tooltip {
  padding: 10px 20px;
  color: white !important;
  font-size: 13px !important;
  border-radius: 5px !important;
  text-transform: initial !important;
  box-shadow: 0px 47px 67px -15px rgba(0, 0, 0, 0.18) !important;
  -webkit-box-shadow: 0px 47px 67px -15px rgba(0, 0, 0, 0.18) !important;
  -moz-box-shadow: 0px 47px 67px -15px rgba(0, 0, 0, 0.18) !important;
  border: none !important;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}

.arrow.top {
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 20%;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black !important;
  transform: rotate(45deg);
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
/* header */
#header {
  flex: 1;
}
#header a#site-logo {
  padding: 40px 80px;
  padding-bottom: 20px;
  display: block;
}
#header a#site-logo img {
  max-width: 100%;
}
#header a#site-logo {
  text-align: center;
  text-decoration: none;
}
#header a#site-logo p {
  color: white;
  margin-top: 10px;
  font-size: 20px;
}
#header ul {
  margin: 0;
  padding: 0;
}
#header a {
  color: white;
  text-decoration: none;
}
#header nav#main-nav ul li a {
  font-size: 18px;
  display: block;
  padding: 15px 60px;
  position: relative;
}
#header nav#main-nav ul li a span {
  display: inline-block;
  margin-left: 38px;
}
#header nav#main-nav ul li a {
  transition: all 0.3s ease;
}
#header nav#main-nav ul li a:before {
  position: absolute;
  font-size: 18px;
  margin-top: 3px;
}
#header nav#main-nav ul li a:hover {
  background-color: #C7202B;
}
#header nav#main-nav ul li {
  position: relative;
}
#header nav#main-nav ul li.menu-clicked ul.sub-menu {
  display: block;
}
#header nav#main-nav ul li.current_page_item a,
#header nav#main-nav ul li.current-page-ancestor a,
#header nav#main-nav ul li.current-menu-ancestor a,
#header nav#main-nav ul li.menu-clicked a {
  background-color: #C7202B;
}

.content-user-global--widget {
  margin-bottom: 50px;
}
.content-user-global--widget .user-widget--area {
  display: flex;
  float: right;
}
.content-user-global--widget .user-widget-settings--area {
  padding-left: 10px;
}
.content-user-global--widget .user-widget-settings--area .user-options {
  display: flex;
  gap: 15px;
  height: 100%;
  margin: 0;
  padding: 0;
}
.content-user-global--widget .user-widget-settings--area .user-options li {
  align-self: center;
  list-style: none;
  position: relative;
  height: 30px;
}
.content-user-global--widget .user-widget-settings--area .user-options li a {
  display: block;
}
.content-user-global--widget .user-widget-settings--area .user-options li i {
  font-size: 30px;
  line-height: 30px;
}
.content-user-global--widget .user-widget-settings--area .user-options li ul {
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1F2531;
  min-width: 180px;
  margin: 5px 0 0 0;
  padding: 10px 0;
  z-index: 9;
  text-align: center;
}
.content-user-global--widget .user-widget-settings--area .user-options li ul li a {
  color: white;
  font-size: 12px;
  line-height: 18px;
  display: block;
  padding: 7px;
  transition: all 0.3s ease;
}
.content-user-global--widget .user-widget-settings--area .user-options li ul li a:hover {
  background-color: #C7202B;
}
.content-user-global--widget .user-widget-settings--area .user-options li ul:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #1F2531;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.content-user-global--widget .user-widget-settings--area .user-options li.settings a {
  display: block;
  position: relative;
}
.content-user-global--widget .user-widget-settings--area .user-options li.settings a i {
  display: block;
  position: relative;
  width: 30px;
  height: 35px;
}
.content-user-global--widget .user-widget-settings--area .user-options li.settings a i:before {
  transition: all 1s ease;
}
.content-user-global--widget .user-widget-settings--area .user-options li.settings a i::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.content-user-global--widget .user-widget-settings--area .user-options li.settings a:hover i:before {
  rotate: 180deg;
}
.content-user-global--widget .user-widget-settings--area .user-options li.user-stats .user-top-profile--wrapper {
  display: flex;
}
.content-user-global--widget .user-widget-settings--area .user-options li.user-stats .user-top-profile--wrapper .user-top-profile--name {
  text-align: right;
  padding-right: 10px;
  line-height: 16px;
  display: flex;
  flex-direction: column;
}
.content-user-global--widget .user-widget-settings--area .user-options li.user-stats .user-top-profile--wrapper .user-top-profile--name span:first-child {
  display: block;
  font-size: 12px;
}
.content-user-global--widget .user-widget-settings--area .user-options li.user-stats .user-top-profile--wrapper .user-top-profile--name span:last-child {
  font-weight: 700;
  font-size: 20px;
}
.content-user-global--widget .user-widget-settings--area .user-options li.user-stats .user-top-profile--wrapper .user-top-profile--pic {
  width: 40px;
  height: 40px;
  background-size: cover;
  border-radius: 40px;
}
.content-user-global--widget .user-widget-settings--area .user-options li.user-stats .user-top-profile--wrapper .user-top-profile-pic--holder span.jomory-icon {
  font-size: 30px;
}

/* admin side menu */
#menu-admin-side-menu button.menu-toggle,
#menu-supervisor-menu button.menu-toggle {
  display: none;
}
#menu-admin-side-menu ul.sub-menu,
#menu-supervisor-menu ul.sub-menu {
  position: absolute;
  width: 100%;
  right: -100%;
  z-index: 8;
  background: #C7202B;
  top: 0;
  display: none;
}
#menu-admin-side-menu ul.sub-menu li,
#menu-supervisor-menu ul.sub-menu li {
  list-style: none;
}
#menu-admin-side-menu ul.sub-menu li a:before,
#menu-supervisor-menu ul.sub-menu li a:before {
  content: none !important;
}
#menu-admin-side-menu ul.sub-menu li a span,
#menu-supervisor-menu ul.sub-menu li a span {
  margin-left: 0 !important;
}

.dashboard-widget--one {
  display: flex;
}
.dashboard-widget--one .dashboard-quicklinks--wrapper {
  flex: 1;
  padding-right: 20px;
}
.dashboard-widget--one .dashboard-quicklinks--wrapper .row div a {
  display: block;
  background: white;
  border-radius: 5px;
  flex-direction: column;
  height: 154px;
  position: relative;
  color: #1C1C1C;
  font-weight: 800;
}
.dashboard-widget--one .dashboard-quicklinks--wrapper .row div a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 150px;
}
.dashboard-widget--one .dashboard-quicklinks--wrapper .row div a span i {
  font-size: 30px;
  display: block;
  line-height: 30px;
}
.dashboard-widget--one .dashboard-quicklinks--wrapper .row:nth-child(1) {
  margin-bottom: 20px;
}

.dashboard-widget--two .dashboard-quicklinks--wrapper {
  margin-top: 20px;
}
.dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area figure {
  background-color: white;
  height: 220px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area figure div {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area figure div span.widget-figure-number {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area figure div span.widget-figure-text {
  font-weight: 600;
  margin-bottom: 15px;
}
.dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area figure div i {
  font-size: 30px;
}
.dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area figure div a {
  color: #1C1C1C;
}
.dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area figure:last-child {
  margin-bottom: 0;
}
.dashboard-widget--two .dashboard-calendar--area {
  background-color: white;
  display: flex;
  height: 100%;
  border-radius: 5px;
}
.dashboard-widget--two .dashboard-calendar--area div.dashboard-calendar--left {
  flex: 1;
  border-right: 1px solid #999;
}
.dashboard-widget--two .dashboard-calendar--area div.dashboard-calendar--left h2 {
  margin-bottom: 35px;
}
.dashboard-widget--two .dashboard-calendar--area div.dashboard-calendar--left h4 {
  margin-bottom: 15px;
}
.dashboard-widget--two .dashboard-calendar--area div.dashboard-calendar--right {
  flex: 1;
}
.dashboard-widget--two .dashboard-calendar--area div.dashboard-calendar--right .calendar-space--padd {
  padding: 45px;
}
.dashboard-widget--two .dashboard-calendar--area div.dashboard-calendar--right .day {
  position: relative;
}
.dashboard-widget--two .dashboard-calendar--area .dashboard-calendar-left--wrapper {
  padding: 45px;
}
.dashboard-widget--two .dashboard-calendar--area .dashboard-calendar-left--wrapper ul {
  height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

.login-panel-wrapper {
  display: flex;
  min-height: 100vh;
  background-color: #f6f6f6;
}
.login-panel-wrapper .login-panel--form {
  flex: 1;
}
.login-panel-wrapper .login-panel--hero {
  flex: 1;
}
.login-panel-wrapper #login-page {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
}
.login-panel-wrapper #login-page img {
  max-width: 236px;
  margin-bottom: 15px;
}
.login-panel-wrapper #login-page p {
  margin-bottom: 20px;
}
.login-panel-wrapper #page-description {
  text-align: center;
}
.login-panel-wrapper #login-form {
  padding: 60px 50px;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
}
.login-panel-wrapper .login-panel--hero {
  background-color: #1F2531;
  background-image: url("images/login-hero.png");
  background-size: cover;
  background-position: center;
}
.login-panel-wrapper input[type=text],
.login-panel-wrapper input[type=password] {
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px solid #888;
  display: block;
  width: 100%;
}
.login-panel-wrapper .login-submit {
  text-align: center;
  margin-top: 30px;
}
.login-panel-wrapper .login-submit .button-primary {
  background-color: #20C741;
  width: 195px;
  margin: 0;
}

.employee-info-content--wrapper {
  position: relative;
}

.employee-info--container {
  display: flex;
  gap: 20px;
}
.employee-info--container h2 {
  margin-bottom: 30px;
}
.employee-info--container .employee-info-container--left {
  width: 300px;
  position: relative;
}
.employee-info--container .employee-info-container--left #open-cropper-modal {
  border: 1px solid #bdbcbc;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background-color: white;
}
.employee-info--container .employee-info-container--left .jomory-cropper-modal {
  display: none;
  max-width: 650px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px;
  border-radius: 5px;
  z-index: 99;
  box-shadow: 1px 11px 36px -2px rgba(0, 0, 0, 0.39);
  -webkit-box-shadow: 1px 11px 36px -2px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 1px 11px 36px -2px rgba(0, 0, 0, 0.39);
}
.employee-info--container .employee-info-container--left .jomory-cropper-modal .canvas-container {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}
.employee-info--container .employee-info-container--left .jomory-cropper-modal #jomory-cropper-cancel {
  background-color: #C7202B;
}
.employee-info--container .employee-info-container--left #cropperimageInput {
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}
.employee-info--container .employee-info-container--left .jomory-profile-placeholder {
  width: 130px;
  height: 130px;
  background-color: #ddd;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  display: none;
  background-size: cover;
}
.employee-info--container .employee-info-container--left .saved-profile-image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.employee-info--container .employee-info-container--right {
  width: calc(100% - 300px);
}
.employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--left {
  display: flex;
  gap: 20px;
}
.employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--left div {
  flex: 1 1 0;
}
.employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--left div a {
  height: 80px;
  display: block;
  background-color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--left div a span {
  display: block;
  max-width: 120px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  padding-left: 30px;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  color: #1C1C1C;
  font-weight: 600;
}
.employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--left div a span:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #C7202B;
}
.employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--left div a span.jomory-icon-folder:before {
  font-size: 18px !important;
}
.employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--left div a span.jomory-icon-link:before {
  font-size: 22px !important;
}
.employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--right {
  display: flex;
  gap: 20px;
}
.employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--right .employee-info-quicklinks-right--container {
  flex: 1;
}
.employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--right .employee-info-quicklinks-right--container a {
  height: 80px;
  background-color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  position: relative;
}
.employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--right .employee-info-quicklinks-right--container a .quicklinks-r--wrap {
  display: flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 200px;
  padding: 15px;
}
.employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--right .employee-info-quicklinks-right--container a .quicklinks-r--wrap span.jomory-icon:before {
  font-size: 20px;
}
.employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--right .employee-info-quicklinks-right--container a .quicklinks-r--wrap span.jomory-icon-sun:before {
  font-size: 25px !important;
}
.employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--right .employee-info-quicklinks-right--container a .quicklinks-r--wrap .quicklinks-r-meta--wrap {
  margin-left: 10px;
  color: #1C1C1C;
}
.employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--right .employee-info-quicklinks-right--container a .quicklinks-r--wrap .quicklinks-r-meta--wrap span:first-child {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}
.employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--right .employee-info-quicklinks-right--container a .quicklinks-r--wrap .quicklinks-r-meta--wrap span:last-child {
  font-size: 10px;
  display: block;
}

.employee-info--wrapper {
  align-items: center;
}
.employee-info--wrapper .bottom-button {
  text-align: center;
  margin-top: 15px;
}

.employee-info-table--wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}
.employee-info-table--wrapper .row {
  align-items: center;
}
.employee-info-table--wrapper .row .col-md-8 {
  display: flex;
  align-items: center;
}
.employee-info-table--wrapper .row h2 {
  margin: 0;
}
.employee-info-table--wrapper .row .employee-info-table-download {
  background-color: #20C741;
  color: white;
  font-size: 20px;
  line-height: 50px;
  padding: 17px 25px;
  text-decoration: none;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  border: 0;
  transition: all 0.3s ease;
}
.employee-info-table--wrapper .row .employee-info-table-download i {
  margin-right: 5px;
}
.employee-info-table--wrapper .row .employee-info-table-download {
  font-size: 13px !important;
  padding: 7px 15px !important;
}
.employee-info-table--wrapper .row .employee-info-table-download:hover {
  background-color: #18b337;
}
.employee-info-table--wrapper .row .employee-info-table-download {
  float: right;
}

#employee-info-record-table tr td:nth-child(5),
#employee-info-record-table tr td:nth-child(7) {
  text-wrap: auto;
}

.employee-info-table--table {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
}
.employee-info-table--table .employee-total-work-hours {
  background-color: #1F2531;
  color: white;
  padding: 30px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  text-align: center;
  border-radius: 0 0 5px 5px;
  display: none;
  margin-top: 50px;
}
.employee-info-table--table .employee-total-work-hours span {
  font-size: 30px;
  vertical-align: middle;
  margin-left: 20px;
  font-weight: 700;
}
.employee-info-table--table .employee-total-work-hours span i {
  font-style: normal;
}

.jomory-table-action {
  display: flex;
  gap: 10px;
}
.jomory-table-action span {
  cursor: pointer;
  font-size: 17px;
}
.jomory-table-action span.jomory-icon-eye {
  color: #aaa;
}
.jomory-table-action span.jomory-icon-edit-2 {
  color: #20C741;
}

#employee-info-record-table button {
  color: white;
  font-size: 20px;
  line-height: 50px;
  padding: 17px 25px;
  text-decoration: none;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  border: 0;
  transition: all 0.3s ease;
  font-size: 13px !important;
  padding: 7px 15px !important;
  background-color: #20C741;
}
#employee-info-record-table button:hover {
  background-color: #18b337;
}

.timesheet_form *,
.timesheet_form *::before,
.timesheet_form *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.timesheet_form {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  background: #fff;
  color: #111;
}

.timesheet_form .layout {
  display: flex;
  border-top: 1px solid #e0e0e0;
}

/* ── LEFT PANEL ── */
.timesheet_form .left-panel {
  width: 340px;
  min-width: 340px;
  padding: 50px;
  border-right: 1px solid #e0e0e0;
  background: #fff;
}

.timesheet_form .page-title {
  font-size: 26px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.2;
}

.timesheet_form .emp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
  margin-bottom: 22px;
}

.timesheet_form .emp-label {
  font-size: 13px;
  color: #555;
  margin-bottom: 2px;
}

.timesheet_form .emp-value {
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.timesheet_form .divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 4px 0 20px;
}

.timesheet_form .field {
  margin: 15px 0;
}

.timesheet_form .field label {
  display: block;
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
}

.timesheet_form .field label .req {
  color: #c0392b;
  margin-left: 1px;
}

.timesheet_form .field input[type=text],
.timesheet_form .field input[type=date],
.timesheet_form .field input[type=email],
.timesheet_form .field input[type=number],
.timesheet_form .field input[type=time],
.timesheet_form .field select,
.timesheet_form .field textarea {
  width: 100%;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  color: #111;
  background: #fff;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.timesheet_form .field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23555' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
  cursor: pointer;
}

.timesheet_form .field input:focus,
.timesheet_form .field select:focus,
.timesheet_form .field textarea:focus {
  border-color: #888;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}

/* date input icon */
.timesheet_form .date-wrap {
  position: relative;
}

.timesheet_form .date-wrap input[type=date],
.timesheet_form .date-wrap input[type=text] {
  padding-left: 36px;
  color: #111;
}

.timesheet_form .date-wrap .cal-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
  color: #555;
}

/* time selects with clock icon */
.timesheet_form .time-wrap {
  position: relative;
}

.timesheet_form .time-wrap select {
  padding-left: 34px;
}

.timesheet_form .time-wrap .clock-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  pointer-events: none;
  color: #555;
}

.timesheet_form .row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.timesheet_form .row2 .field {
  margin-bottom: 0;
}

.timesheet_form .field input:disabled {
  background: #f5f5f5;
  color: #888;
}

.timesheet_form .total-value {
  font-size: 14px;
  color: #111;
  margin-top: 4px;
  padding: 0 2px;
}

#remaining_vacation_hours {
  font-weight: 700;
  font-size: 25px;
}

/* ── RIGHT PANEL ── */
.timesheet_form .right-panel {
  flex: 1;
  padding: 50px;
  background: #fff;
}

.timesheet_form .right-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.timesheet_form .section-title {
  font-size: 26px;
  font-weight: 700;
  color: #111;
}

.timesheet_form .go-back {
  font-size: 13px;
  color: #c0392b;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
}

.timesheet_form .go-back:hover {
  text-decoration: underline;
}

.timesheet_form .go-back svg {
  width: 13px;
  height: 13px;
}

/* ── JOB CARD ── */
.timesheet_form #jobs-container {
  margin-bottom: 4px;
}

.timesheet_form .job-card {
  margin-bottom: 0;
}

.timesheet_form .job-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
  margin-bottom: 2px;
}

.timesheet_form .job-row .field {
  margin-bottom: 14px;
}

.timesheet_form .job-desc .field {
  margin-bottom: 14px;
}

.timesheet_form .job-desc .field textarea {
  height: 38px;
  resize: vertical;
  padding-top: 8px;
  line-height: 1.4;
}

/* ── BUTTONS ── */
.timesheet_form .btn-row {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.timesheet_form .btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 18px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: filter 0.15s;
}

.timesheet_form .btn:hover {
  filter: brightness(0.92);
}

.timesheet_form .btn:active {
  filter: brightness(0.85);
}

.timesheet_form .btn-add {
  background: #27ae60;
  color: #fff;
}

.timesheet_form .btn-remove {
  background: #c0392b;
  color: #fff;
}

.timesheet_form .btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* separator between jobs */
.timesheet_form .job-sep {
  border: none;
  border-top: 1px solid #e8e8e8;
  margin: 8px 0 20px;
}

.timesheet-summary {
  padding: 10px 40px;
}

.jomory-timesheet-submit--wrapper {
  padding: 40px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
}
.jomory-timesheet-submit--wrapper div:first-child {
  flex: 1;
}
.jomory-timesheet-submit--wrapper div:last-child {
  width: 200px;
}
.jomory-timesheet-submit--wrapper div:last-child label {
  font-weight: bold;
  font-size: 14px;
  display: block;
}
.jomory-timesheet-submit--wrapper div:last-child div {
  font-size: 20px;
  font-weight: 700;
}
.jomory-timesheet-submit--wrapper button {
  background-color: #20C741 !important;
  color: white !important;
  font-size: 20px !important;
  line-height: 50px !important;
  padding: 17px 25px !important;
  text-decoration: none !important;
  line-height: 20px !important;
  border-radius: 5px !important;
  display: inline-block !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
  border: 0 !important;
  transition: all 0.3s ease;
}
.jomory-timesheet-submit--wrapper button:disabled {
  background-color: #A5D6A7 !important;
  cursor: not-allowed !important;
}
.jomory-timesheet-submit--wrapper .frm_submit {
  display: block !important;
  text-align: center !important;
}
.jomory-timesheet-submit--wrapper button:hover {
  background-color: #18b337 !important;
}

.title-and-date-fields {
  display: flex;
  gap: 10px;
}

.account-figure--section {
  background: white;
  padding: 30px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
}
.account-figure--section i {
  font-size: 45px;
  line-height: 45px;
}
.account-figure--section figure {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 35px;
}

.employee-account-billing--table #jomory-supervisor-timesheet-logs tr th {
  text-align: left !important;
}
.employee-account-billing--table #jomory-supervisor-timesheet-logs tr td.dt-type-numeric {
  text-align: left !important;
}

.company-calendar--container .row {
  background-color: white;
  border-radius: 5px;
}
.company-calendar--container .col-md-5 {
  border-right: 1px solid #A5A5A5;
}
.company-calendar--container .calendar-spacer {
  padding: 50px;
}
.company-calendar--container .calendar-spacer h2 {
  margin-bottom: 30px;
}
.company-calendar--container .calendar-spacer .company-calendar-events h3 {
  font-weight: 800;
  font-size: 20px;
}
.company-calendar--container .calendar-spacer .company-calendar-events ul {
  margin-bottom: 30px;
}
.company-calendar--container .calendar-spacer .company-calendar-video .dashboard-video--wrapper {
  height: 300px;
}
.company-calendar--container .company-calendar-calendar {
  padding: 50px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.employee-directory--wrapper h2 {
  margin-bottom: 30px;
}
.employee-directory--wrapper .employee-company-directory--section {
  max-width: 630px;
  margin-bottom: 30px;
}
.employee-directory--wrapper .employee-company-directory--section .employee-directory-search {
  background: white;
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.employee-directory--wrapper .employee-company-directory--section .employee-directory-search input {
  padding: 7px 15px;
  border: 0;
  width: 100%;
  padding-right: 30px;
}
.employee-directory--wrapper .employee-company-directory--section .employee-directory-search i {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
}
.employee-directory--wrapper .employee-company-directory--section a {
  background-color: white;
  height: 180px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.employee-directory--wrapper .employee-company-directory--section a span {
  margin: 0 auto;
  text-align: center;
  color: #1C1C1C;
  font-size: 20px;
  font-weight: 600;
}
.employee-directory--wrapper .employee-company-directory--section a i {
  display: block;
  font-size: 30px;
}
.employee-directory--wrapper .employee-company-files-forms--section {
  margin-bottom: 30px;
  margin-right: 40px;
}
.employee-directory--wrapper .employee-company-files-forms--section .row {
  margin-bottom: 20px;
}
.employee-directory--wrapper .employee-company-files-forms--section .row a {
  background-color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: 46px;
  font-weight: 600;
  color: #1C1C1C;
  padding: 30px;
}
.employee-directory--wrapper .employee-company-files-forms--section .row a span {
  margin: 0 auto;
}
.employee-directory--wrapper .employee-company-links--section {
  max-width: 700px;
}
.employee-directory--wrapper .employee-company-links--section ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
.employee-directory--wrapper .employee-company-links--section ul li {
  flex: 1;
  list-style: none;
}
.employee-directory--wrapper .employee-company-links--section ul li a {
  background-color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: 46px;
  font-weight: 600;
  color: #1C1C1C;
  padding: 30px;
}
.employee-directory--wrapper .employee-company-links--section ul li a span {
  margin: 0 auto;
  text-align: center;
}
.employee-directory--wrapper .employee-concern-form--section {
  padding: 40px;
  background-color: white;
  border-radius: 5px;
  margin-top: 60px;
}
.employee-directory--wrapper .employee-concern-form--section input,
.employee-directory--wrapper .employee-concern-form--section textarea {
  border: 1px solid #A5A5A5;
  width: 100%;
  padding: 7px 10px;
  display: block;
}
.employee-directory--wrapper .employee-concern-form--section button {
  background-color: #20C741;
  color: white;
  font-size: 20px;
  line-height: 50px;
  padding: 17px 25px;
  text-decoration: none;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  border: 0;
  transition: all 0.3s ease;
  margin: 0;
}
.employee-directory--wrapper .employee-concern-form--section .form-field {
  margin-bottom: 20px;
}
.employee-directory--wrapper .employee-concern-form--section iframe {
  height: 730px;
  overflow: hidden;
  padding: 0 20px;
  background: #F2F3F5;
  border-radius: 5px;
}
.employee-directory--wrapper .col-md-9 {
  width: 70%;
}
.employee-directory--wrapper .col-md-3 {
  width: 30%;
}

.employee-directory-child--wrapper section.employee-concern-form--section {
  margin-top: 0 !important;
}

.employee-directory-table--cotainer .edt-title {
  margin-bottom: 30px;
  align-items: center;
}
.employee-directory-table--cotainer .edt-title h2 {
  margin-bottom: 0;
}
.employee-directory-table--cotainer .edt-title .col-md-2:last-child {
  text-align: right;
}
.employee-directory-table--cotainer .edt-title .col-md-2:last-child i {
  margin-right: 5px;
}
.employee-directory-table--cotainer .edt-title .col-md-2:last-child i:before {
  color: #C7202B;
}
.employee-directory-table--cotainer #employee-directory-tbl-vendors_wrapper table tr td {
  text-wrap: auto !important;
  vertical-align: top !important;
}
.employee-directory-table--cotainer .edt-search-dl .employee-directory-search {
  background: white;
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.employee-directory-table--cotainer .edt-search-dl .employee-directory-search input {
  padding: 7px 15px;
  border: 0;
  width: 100%;
  padding-right: 30px;
}
.employee-directory-table--cotainer .edt-search-dl .employee-directory-search i {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
}
.employee-directory-table--cotainer .edt-search-dl .employee-directory-search {
  margin-bottom: 0px;
}
.employee-directory-table--cotainer .edt-search-dl button {
  background-color: #20C741;
  color: white;
  font-size: 20px;
  line-height: 50px;
  padding: 17px 25px;
  text-decoration: none;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  border: 0;
  transition: all 0.3s ease;
}
.employee-directory-table--cotainer .edt-search-dl button i {
  margin-right: 5px;
}
.employee-directory-table--cotainer .edt-search-dl button {
  font-size: 13px !important;
  padding: 7px 15px !important;
}
.employee-directory-table--cotainer .edt-search-dl button:hover {
  background-color: #18b337;
}
.employee-directory-table--cotainer .edt-search-dl button i:before {
  color: white;
}
.employee-directory-table--cotainer .edt-search-dl .col-md-2:last-child {
  text-align: right;
}
.employee-directory-table--cotainer .employee-directory-table {
  padding: 30px;
  background: white;
  border-radius: 5px;
  margin-top: 20px;
}
.employee-directory-table--cotainer table tr td .action-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
}
.employee-directory-table--cotainer table tr td .action-buttons span {
  cursor: pointer;
  padding: 5px 10px;
}

.files-forms-menu {
  padding: 30px 0;
  background-color: white;
  border-radius: 5px;
}
.files-forms-menu ul {
  margin: 0;
  padding: 0;
}
.files-forms-menu ul li {
  list-style: none;
}
.files-forms-menu ul li a {
  display: block;
  padding: 10px 25px;
  font-size: 20px;
  color: #1C1C1C;
  transition: all 0.3s ease;
}
.files-forms-menu ul li a:hover, .files-forms-menu ul li a.active {
  background-color: #C7202B;
  color: white;
}

.files-forms-table--wrapper .files-forms-search {
  background: white;
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.files-forms-table--wrapper .files-forms-search input {
  padding: 7px 15px;
  border: 0;
  width: 100%;
  padding-right: 30px;
}
.files-forms-table--wrapper .files-forms-search i {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
}
.files-forms-table--wrapper label {
  font-weight: 700;
  margin-bottom: 5px;
}
.files-forms-table--wrapper .files-forms-sort-by {
  display: flex;
  gap: 10px;
}
.files-forms-table--wrapper .files-forms-sort-by div select {
  padding: 9px 15px;
  border: 0;
  width: 100%;
  padding-right: 30px;
  font-size: 15px;
}
.files-forms-table--wrapper button {
  background-color: #20C741;
  color: white;
  font-size: 20px;
  line-height: 50px;
  padding: 17px 25px;
  text-decoration: none;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  border: 0;
  transition: all 0.3s ease;
}
.files-forms-table--wrapper button i {
  margin-right: 5px;
}
.files-forms-table--wrapper button {
  font-size: 13px !important;
  padding: 7px 15px !important;
}
.files-forms-table--wrapper button:hover {
  background-color: #18b337;
}
.files-forms-table--wrapper button i:before {
  color: white;
}
.files-forms-table--wrapper .files-forms-table {
  background-color: white;
  border-radius: 5px;
  padding: 30px;
  padding-top: 20px;
}
.files-forms-table--wrapper .files-forms-table table tr td:last-child {
  text-align: right;
}
.files-forms-table--wrapper .files-forms-table table tr td a {
  background-color: #20C741;
  color: white;
  font-size: 20px;
  line-height: 50px;
  padding: 17px 25px;
  text-decoration: none;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  border: 0;
  transition: all 0.3s ease;
}
.files-forms-table--wrapper .files-forms-table table tr td a i {
  margin-right: 5px;
}
.files-forms-table--wrapper .files-forms-table table tr td a {
  font-size: 13px !important;
  padding: 7px 15px !important;
}
.files-forms-table--wrapper .files-forms-table table tr td a:hover {
  background-color: #18b337;
}

#add-new-file {
  padding: 10px 15px;
  border: 1px solid #CCC;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
  background: #f2f2f2;
}

.page-intro .main-intro {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}

.jomory-link-div--wrapper .button-wrap {
  text-align: right;
  padding: 0px 5px;
  padding-bottom: 15px;
  margin-top: -80px;
}
.jomory-link-div--wrapper .button-wrap button {
  background-color: #20C741;
  color: white;
  font-size: 20px;
  line-height: 50px;
  padding: 17px 25px;
  text-decoration: none;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  border: 0;
  transition: all 0.3s ease;
}
.jomory-link-div--wrapper .button-wrap button i {
  margin-right: 5px;
}
.jomory-link-div--wrapper .button-wrap button {
  font-size: 13px !important;
  padding: 7px 15px !important;
}
.jomory-link-div--wrapper .button-wrap button:hover {
  background-color: #18b337;
}
.jomory-link-div--wrapper .button-wrap button i:before {
  color: white;
}
.jomory-link-div--wrapper .col-md-4 div {
  background-color: white;
  border-radius: 5px;
}
.jomory-link-div--wrapper .col-md-4 div h2 {
  font-size: 20px;
  padding: 20px;
  border-bottom: 1px solid #CCC;
}
.jomory-link-div--wrapper .col-md-4 div ul {
  margin: 0;
  padding: 0px;
}
.jomory-link-div--wrapper .col-md-4 div ul li {
  list-style: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.jomory-link-div--wrapper .col-md-4 div ul li a {
  display: block;
  color: #1C1C1C;
  padding: 15px 20px;
  flex: 1;
}
.jomory-link-div--wrapper .col-md-4 div ul li a:hover {
  color: #C7202B;
}
.jomory-link-div--wrapper .col-md-4 div ul li span {
  display: block;
  padding: 20px;
  cursor: pointer;
}
.jomory-link-div--wrapper .col-md-4 div ul li:last-child {
  border-bottom: 0;
}
.jomory-link-div--wrapper .col-md-4 div {
  margin-bottom: 30px;
}

.employee-swag-points--wrapper .employee-swag-points {
  background-color: white;
  padding: 30px;
  border-radius: 5px;
  text-align: center;
}
.employee-swag-points--wrapper .employee-swag-points i {
  font-size: 40px;
}
.employee-swag-points--wrapper .employee-swag-points figure {
  font-size: 47px;
  line-height: 47px;
  margin-top: 5px;
  font-weight: 600;
}
.employee-swag-points--wrapper .employee-swag-points figure span {
  font-size: 47px;
  line-height: 47px;
  font-weight: 600;
}
.employee-swag-points--wrapper .employee-swag-points span {
  font-size: 20px;
  font-weight: 600;
}
.employee-swag-points--wrapper .employee-swag-points-recent {
  padding: 30px;
  background-color: white;
  border-radius: 5px;
}

.jomory-profile-settings--wrapper {
  margin-top: 5%;
}
.jomory-profile-settings--wrapper .jomory-profile-setting {
  padding: 50px;
  background: white;
  border-radius: 5px;
  height: 100%;
  margin: 0 40px;
}
.jomory-profile-settings--wrapper .jomory-profile-setting h2 {
  margin-bottom: 30px;
}
.jomory-profile-settings--wrapper .jomory-profile-setting input[type=text] {
  width: 100%;
  border: 1px solid #A5A5A5;
  width: 100%;
  padding: 7px 10px;
  display: block;
}
.jomory-profile-settings--wrapper .jomory-profile-setting input[type=text]:-moz-read-only {
  background-color: #ddd;
}
.jomory-profile-settings--wrapper .jomory-profile-setting input[type=text]:read-only {
  background-color: #ddd;
}
.jomory-profile-settings--wrapper .jomory-profile-setting #frm_field_275_container {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.jomory-profile-settings--wrapper .jomory-profile-setting #frm_field_275_container .frm_single_upload {
  width: 300px;
  margin-left: 10px;
}
.jomory-profile-settings--wrapper .jomory-profile-setting #frm_field_275_container .frm_single_upload svg {
  width: 20px;
}
.jomory-profile-settings--wrapper .jomory-profile-setting .frm_submit input[type=submit] {
  background-color: #343333;
  color: white;
  font-size: 20px;
  line-height: 50px;
  padding: 17px 25px;
  text-decoration: none;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  border: 0;
  transition: all 0.3s ease;
  background-color: #20C741;
  margin: 0;
}
.jomory-profile-settings--wrapper .jomory-profile-setting .frm_submit input[type=submit]:hover {
  background-color: #18b337;
}
.jomory-profile-settings--wrapper .verify-pass-form {
  max-width: 500px;
  margin: 0 auto;
}
.jomory-profile-settings--wrapper .profile-password-form div label {
  display: block;
}
.jomory-profile-settings--wrapper .profile-password-form div {
  margin-bottom: 20px;
}
.jomory-profile-settings--wrapper .profile-password-form div input[type=password] {
  display: block;
  border: 1px solid #A5A5A5;
  width: 100%;
  padding: 7px 10px;
  display: block;
}
.jomory-profile-settings--wrapper .profile-password-form div input[type=password].invalid {
  border-color: #C7202B;
}
.jomory-profile-settings--wrapper .profile-password-form div button {
  background-color: #343333;
  color: white;
  font-size: 20px;
  line-height: 50px;
  padding: 17px 25px;
  text-decoration: none;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  border: 0;
  transition: all 0.3s ease;
  background-color: #20C741;
  margin: 0;
}
.jomory-profile-settings--wrapper .profile-password-form div button:hover {
  background-color: #18b337;
}
.jomory-profile-settings--wrapper .profile-password-form .error_msg {
  color: #C7202B;
}
.jomory-profile-settings--wrapper .profile-password-form .success_msg {
  color: #20C741;
}
.jomory-profile-settings--wrapper .password_strength_indicator.weak strong {
  color: #C7202B;
}
.jomory-profile-settings--wrapper .password_strength_indicator.medium strong {
  color: yellow;
}
.jomory-profile-settings--wrapper .password_strength_indicator.strong strong {
  color: #20C741;
}
.jomory-profile-settings--wrapper .frm_dropzone .dz-preview .dz-image {
  max-width: none !important;
  overflow: unset !important;
  flex-grow: 1 !important;
}
.jomory-profile-settings--wrapper .frm_dropzone .dz-preview .dz-image img {
  max-height: 100px !important;
}
.jomory-profile-settings--wrapper .frm_dropzone .dz-preview .dz-column {
  overflow: auto !important;
}

.admin-employee-logs--wrapper .employee-log-header {
  margin-bottom: 20px;
}
.admin-employee-logs--wrapper .employee-log-header .col-md-7 {
  display: flex;
}
.admin-employee-logs--wrapper .employee-log-header .col-md-7 .search-fiield--wrapper:last-child {
  margin-left: 20px;
}
.admin-employee-logs--wrapper .employee-log-header button {
  background-color: #20C741;
  color: white;
  font-size: 20px;
  line-height: 50px;
  padding: 17px 25px;
  text-decoration: none;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  border: 0;
  transition: all 0.3s ease;
}
.admin-employee-logs--wrapper .employee-log-header button i {
  margin-right: 5px;
}
.admin-employee-logs--wrapper .employee-log-header button {
  font-size: 13px !important;
  padding: 7px 15px !important;
}
.admin-employee-logs--wrapper .employee-log-header button:hover {
  background-color: #18b337;
}
.admin-employee-logs--wrapper .employee-log-header button {
  float: right;
  vertical-align: middle;
}
.admin-employee-logs--wrapper .jomory-employee-log-table--wrapper {
  position: relative;
}
.admin-employee-logs--wrapper .jomory-employee-log-table--wrapper .jomory_update_request_count {
  position: absolute;
  right: 0;
  z-index: 99;
}
.admin-employee-logs--wrapper #jomory-employee-logs button {
  background-color: #20C741;
  color: white;
  font-size: 20px;
  line-height: 50px;
  padding: 17px 25px;
  text-decoration: none;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  border: 0;
  transition: all 0.3s ease;
}
.admin-employee-logs--wrapper #jomory-employee-logs button i {
  margin-right: 5px;
}
.admin-employee-logs--wrapper #jomory-employee-logs button {
  font-size: 13px !important;
  padding: 7px 15px !important;
}
.admin-employee-logs--wrapper #jomory-employee-logs button:hover {
  background-color: #18b337;
}
.admin-employee-logs--wrapper #jomory-employee-logs button {
  background-color: #A5A5A5;
}
.admin-employee-logs--wrapper #jomory-employee-logs tr td:last-child {
  vertical-align: middle;
}
.admin-employee-logs--wrapper #jomory-employee-logs tr td:last-child .employee-timelogs-table-action {
  display: flex;
  align-items: center;
  gap: 10px;
}
.admin-employee-logs--wrapper #jomory-employee-logs tr td:last-child .employee-timelogs-table-action i:before {
  font-size: 17px;
  cursor: pointer;
}
.admin-employee-logs--wrapper #jomory-employee-logs tr td:last-child .employee-timelogs-table-action i.jomory-icon-bell:before {
  color: #aaa;
}
.admin-employee-logs--wrapper #jomory-employee-logs tr td:last-child .employee-timelogs-table-action i.jomory-icon-bell.has-pending-request::before {
  color: #DBBE04 !important;
}
.admin-employee-logs--wrapper #jomory-employee-logs tr td:last-child .employee-timelogs-table-action i.jomory-icon-edit-2:before {
  color: #20C741;
}
.admin-employee-logs--wrapper #jomory-employee-logs tr td:last-child .employee-timelogs-table-action i.jomory-icon-trash-2:before {
  color: #C7202B;
}

.jomory-supervisor-timesheet-entry--wrapper {
  background: white;
  display: flex;
  margin-top: 30px;
  border-radius: 5px;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left {
  width: 400px;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry {
  padding: 50px;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .supervisor-timesheet-entry-field {
  margin-bottom: 20px;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .supervisor-timesheet-entry-field label {
  display: block;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .supervisor-timesheet-entry-field label input, .jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .supervisor-timesheet-entry-field label select {
  border: 1px solid #A5A5A5;
  width: 100%;
  padding: 7px 10px;
  display: block;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .supervisor-timesheet-entry-field label input.invalid, .jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .supervisor-timesheet-entry-field label select.invalid {
  border-color: #C7202B;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .supervisor-timesheet-entry-field label select {
  padding: 9px 10px;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .jomory-timesheet-jobs--wrapper {
  margin-top: 30px;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .jomory-timesheet-jobs--wrapper h3 {
  font-size: 30px;
  font-weight: 700;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .jomory-timesheet-static-info--wrapper,
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .jomory-timesheet-recent--table,
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry h3.frm_section_spacing {
  display: none;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .frm_combo_inputs_container, .jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .frm_grid_container, .jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .frm_form_fields .frm_section_heading, .jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .frm_form_fields .frm_fields_container {
  display: block;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry #frm_field_427_container {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
  z-index: -10;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .jomory-timesheet-date--field .jomory-icon,
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .jomory-timesheet-workdaystart--field .jomory-icon {
  position: relative;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .jomory-timesheet-date--field .jomory-icon:before,
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .jomory-timesheet-workdaystart--field .jomory-icon:before {
  position: absolute;
  top: 37px;
  left: 12px;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .jomory-timesheet-date--field .jomory-icon input,
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .jomory-timesheet-workdaystart--field .jomory-icon input {
  padding-left: 35px;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .jomory-timesheet-date--field .jomory-icon select,
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .jomory-timesheet-workdaystart--field .jomory-icon select {
  padding-left: 30px;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry #frm_field_406_container {
  margin-bottom: 10px !important;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry #frm_field_406_container #frm_combo_inputs_container_406 {
  margin-bottom: 0 !important;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry #frm_field_406_container #frm_combo_inputs_container_406 .form-field:first-child {
  margin-bottom: 10px !important;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .jomory-timesheet-workdaystart--field {
  display: flex;
  gap: 15px;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .jomory-timesheet-workdaystart--field .form-field {
  flex: 1;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .jomory-timesheet--info h2 {
  display: none;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry .jomory-timesheet--info #frm_field_405_container {
  margin-top: 0 !important;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--right {
  width: calc(100% - 400px);
  border-left: 1px solid #CCC;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--right .jomory-timesheet--work {
  height: calc(100% - 100px);
  padding: 50px;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--right .jomory-timesheet--work .supervisor-timesheet-table-entries table tr th,
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--right .jomory-timesheet--work .supervisor-timesheet-table-entries table tr td.dt-type-numeric {
  text-align: left !important;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--right .jomory-timesheet--work .supervisor-timesheet-table-entries table tr td:last-child .jomory-table-action {
  flex-direction: column-reverse;
  text-align: right;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--right .jomory-timesheet--work .supervisor-timesheet-table-entries table tr td:last-child span i {
  cursor: pointer;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--right .jomory-timesheet--work .supervisor-timesheet-table-entries table tr td:last-child span i:before {
  color: #aaa;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--right .action-buttons {
  text-align: center;
}
.jomory-supervisor-timesheet-entry--wrapper .jomory-employee-timesheet-lookup-loader {
  animation: jomory_pulse 1.5s infinite ease-in-out;
  font-size: 13px;
  margin-top: 5px;
  color: #C7202B;
  display: none;
}
@keyframes jomory_pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

.employee-timesheet--wrapper {
  position: relative;
}

.jomory-advisory-timesheet-entry .timesheet_form_search {
  padding: 50px;
}
.jomory-advisory-timesheet-entry .timesheet_form_search .jomory-timesheet-layout--wrapper {
  border: 1px solid #CCC;
  padding: 10px 15px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.jomory-advisory-timesheet-entry .timesheet_form_search #jomory-timesheet-search {
  width: calc(100% - 60px);
  border: 0;
}
.jomory-advisory-timesheet-entry .timesheet_form_search #jomory-timesheet-search-btn {
  border: 0;
  background: #20C741;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.jomory-advisory-timesheet-entry .jomory-employee-timesheet-lookup-result {
  position: absolute;
  background: white;
  width: 100%;
  border: 1px solid #CCC;
  margin-top: -2px;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  display: none;
  box-shadow: -1px 34px 25px 3px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: -1px 34px 25px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: -1px 34px 25px 3px rgba(0, 0, 0, 0.12);
  z-index: 9;
  max-height: 200px;
  overflow-x: auto;
}
.jomory-advisory-timesheet-entry .jomory-employee-timesheet-lookup-result ul {
  margin: 0;
  padding: 0;
}
.jomory-advisory-timesheet-entry .jomory-employee-timesheet-lookup-result ul li {
  list-style: none;
  padding: 15px;
  border-bottom: 1px solid #CCC;
  cursor: pointer;
}

.jomory_emsearch_moreres {
  max-width: 600px !important;
}
.jomory_emsearch_moreres .popup-content {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

#copyright_bottom {
  padding: 20px 40px;
  position: relative;
  bottom: 0;
}
#copyright_bottom a {
  color: white;
  text-decoration: none;
}
#copyright_bottom .copyright {
  display: flex;
  justify-content: space-between;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.hamburger-box {
  width: 25px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -6px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 6px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.mobile_burger {
  display: none;
}

@media (max-width: 1300px) {
  .main-body-container.row {
    display: block !important;
  }
  .dashboard-widget--one .dashboard-quicklinks--wrapper .row {
    margin: 0 -5px;
  }
  .dashboard-widget--one .dashboard-quicklinks--wrapper .row div a {
    margin: 0 5px;
    padding: 10px;
  }
  .dashboard-widget--one .dashboard-quicklinks--wrapper .row div a span {
    font-size: 12px;
  }
  .dashboard-widget--one .dashboard-quicklinks--wrapper .row div a span i:before {
    font-size: 25px;
  }
  .dashboard-widget--one .dashboard-quicklinks--wrapper .row div a span {
    width: auto;
  }
  .dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area figure {
    margin-right: 10px;
    margin-bottom: 10px !important;
    padding: 10px;
  }
  .dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area figure span.widget-figure-number {
    font-size: 20px !important;
  }
  .dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area figure span.widget-figure-text, .dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area figure a {
    font-size: 13px;
  }
  .dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area .col-md-2 {
    width: 25%;
  }
  .dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area .col-md-10 {
    width: 75%;
  }
  .dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area div.dashboard-calendar--left h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area .dashboard-calendar-left--wrapper {
    padding: 25px;
  }
  .dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area div.dashboard-calendar--right .calendar-space--padd {
    padding: 25px;
  }
  .dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area div.dashboard-calendar--right .calendar-space--padd .calendar-wrapper .week {
    font-size: 9px;
  }
  #login-page {
    padding: 50px;
  }
  #login-page img {
    max-width: 130px;
  }
  #login-page p {
    font-size: 16px;
  }
  .global-left--sidebar {
    position: sticky;
    top: 0px;
    z-index: 9999;
  }
  .global-left--sidebar,
  .global-main--content {
    width: 100%;
  }
  .row {
    --bs-gutter-x: 0;
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0;
  }
  #main-nav {
    position: absolute;
    background: #1F2531;
    height: 100vh;
    width: 100%;
    left: -100%;
    transition: all 0.3s ease;
  }
  #main-nav.is-active {
    left: 0;
  }
  .jomory-nav-wrapper {
    display: flex;
    align-items: baseline;
  }
  .jomory-nav-wrapper #site-logo {
    width: 75%;
    padding: 25px !important;
    display: flex !important;
    align-items: center;
  }
  .jomory-nav-wrapper #site-logo img {
    height: 30px;
    margin-top: -10px;
  }
  .jomory-nav-wrapper #site-logo p {
    margin: 0;
    font-size: 14px !important;
    margin-left: 10px;
    margin-top: 0 !important;
  }
  .jomory-nav-wrapper .mobile_burger {
    display: block;
    font-size: 30px;
    width: 25%;
    padding-right: 10px;
    text-align: right;
  }
  #copyright_bottom {
    display: none;
  }
  #menu-admin-side-menu ul.sub-menu,
  #menu-supervisor-menu ul.sub-menu {
    position: relative;
    right: 0;
  }
  #menu-admin-side-menu ul.sub-menu li a,
  #menu-supervisor-menu ul.sub-menu li a {
    padding-left: 65px !important;
  }
  #menu-admin-side-menu li.jomory-icon-person-nav span.jomory-notification {
    top: 15px;
    transform: none;
  }
  #menu-admin-side-menu li.jomory-icon-person-nav .sub-menu li span.jomory-notification {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1050px) {
  .dashboard-widget--two .dashboard-calendar--area {
    display: block;
  }
  #header nav#main-nav ul li a {
    font-size: 16px;
    padding: 15px 30px;
  }
  #header nav#main-nav ul li a:before {
    font-size: 16px;
  }
  #header nav#main-nav ul li a span {
    margin-left: 35px;
  }
  .global-main--content #main-content {
    padding: 25px;
  }
  .login-panel-wrapper {
    display: block;
  }
  .login-panel-wrapper #login-page {
    top: auto;
    left: auto;
    transform: none;
  }
  .login-panel-wrapper #login-page #login-form {
    padding: 30px;
  }
  .login-panel-wrapper #login-page #login-form input[type=submit] {
    width: 100%;
  }
  .content-user-global--widget {
    text-align: center;
  }
  .content-user-global--widget .user-widget--area {
    display: block;
    float: none;
  }
  .content-user-global--widget .user-widget--area div {
    margin-bottom: 20px;
  }
  .content-user-global--widget .user-widget--area div a {
    display: block;
  }
  .content-user-global--widget .user-widget--area .user-options {
    margin: 0 auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .dashboard-widget--one {
    display: block;
  }
  .dashboard-widget--one .dashboard-quicklinks--wrapper {
    padding-right: 0px;
  }
  .dashboard-widget--one .dashboard-quicklinks--wrapper .dashboard-quicklinks--links {
    margin: 0 -5px;
  }
  .dashboard-widget--one .dashboard-quicklinks--wrapper .row:first-child {
    margin-bottom: 10px;
  }
  .dashboard-widget--one .dashboard-quicklinks--wrapper .row:last-child {
    margin-bottom: 20px;
  }
  .dashboard-widget--one .dashboard-quicklinks--wrapper .row div a {
    height: 100px;
    margin: 0 5px;
  }
  .dashboard-widget--one .dashboard-quicklinks--wrapper .row div a span {
    font-size: 10px;
    width: 100%;
  }
  .dashboard-widget--one .dashboard-quicklinks--wrapper .row div a span i:before {
    font-size: 20px;
  }
  .dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area .col-md-2 {
    display: flex;
    gap: 10px;
  }
  .dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area .col-md-2 figure {
    flex: 1;
    padding: 10px;
    height: 190px;
    margin-right: 0 !important;
  }
  .dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area .col-md-2 figure div span.widget-figure-number {
    font-size: 22px;
  }
  .dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area .col-md-2 figure div span.widget-figure-text, .dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area .col-md-2 figure div a {
    font-size: 12px;
  }
  .dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area .col-md-2 {
    width: 100%;
  }
  .dashboard-widget--two .dashboard-quicklinks--wrapper .dashboard-figure--area .col-md-10 {
    width: 100%;
  }
  .dashboard-widget--two .dashboard-calendar--area div.dashboard-calendar--left {
    border-right: 0;
  }
  .dashboard-widget--two .dashboard-calendar--area div.dashboard-calendar--left .dashboard-calendar-left--wrapper {
    padding: 25px;
  }
  .dashboard-widget--two .dashboard-calendar--area div.dashboard-calendar--left .dashboard-calendar-left--wrapper h2 {
    font-size: 25px;
  }
  .dashboard-widget--two .dashboard-calendar--area div.dashboard-calendar--right .calendar-space--padd {
    padding: 25px;
  }
  .admin-employee-logs--wrapper .employee-log-header .col-md-7 {
    display: block;
  }
  .admin-employee-logs--wrapper .employee-log-header .col-md-7 .search-fiield--wrapper {
    margin-bottom: 10px;
  }
  .admin-employee-logs--wrapper .employee-log-header .col-md-7 .search-fiield--wrapper:last-child {
    margin-left: 0;
  }
  .employee-info--container {
    display: block;
  }
  .employee-info--container .employee-info-container--left {
    width: auto;
  }
  .employee-info--container .employee-info-container--left .employee-info-content--wrapper {
    max-width: none;
    padding: 25px;
  }
  .employee-info--container .employee-info-container--left .employee-info--wrapper {
    margin-bottom: 30px;
  }
  .employee-info--container .employee-info-container--right {
    width: 100%;
  }
  .employee-info--container .employee-info-container--right h2 {
    display: none;
  }
  .employee-info--container .employee-info-container--right .employee-timesheet--wrapper .jomory-timesheet-layout--wrapper {
    display: block;
  }
  .employee-info--container .employee-info-container--right .employee-timesheet--wrapper .jomory-timesheet-layout--wrapper .jomory-timesheet--info {
    width: auto;
    padding: 25px;
  }
  .employee-info--container .employee-info-container--right .employee-timesheet--wrapper .jomory-timesheet-layout--wrapper .jomory-timesheet--work {
    width: auto;
    border: 0;
    padding: 25px;
  }
  .employee-info--container .employee-info-container--right .employee-timesheet--wrapper .jomory-timesheet-recent--table {
    padding: 25px;
  }
  .employee-info--container .employee-info-container--right .go_back_employee_info {
    display: none;
  }
  .employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--left {
    gap: 5px;
    margin-bottom: 20px;
    align-items: center;
  }
  .employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--left div a {
    background-color: white;
    display: block !important;
  }
  .employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--left div a span {
    left: 0;
    transform: none;
    padding-left: 0;
    padding: 10px 5px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .employee-info--container .employee-info-container--right .employee-info--quicklinks .employee-info-quicklinks--left div a span:before {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    top: auto;
    transform: none;
    position: relative;
  }
  .employee-info--container .employee-info-container--right .search-fiield--wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
  .employee-timesheet--wrapper .form-alert {
    right: 0;
    text-align: center;
    bottom: 0;
    margin: 0 !important;
  }
  .title-and-date-fields {
    display: block;
  }
  .title-and-date-fields h2 {
    margin-bottom: 10px;
  }
  .company-calendar--container .col-md-5 {
    border-right: 0;
  }
  .company-calendar--container .calendar-spacer {
    padding: 25px;
  }
  .company-calendar--container .company-calendar-calendar {
    padding: 25px;
  }
  .employee-directory--wrapper .col-md-9 {
    width: 100%;
  }
  .employee-directory--wrapper .col-md-3 {
    width: 100%;
  }
  .employee-directory--wrapper #jomory-directory-top-menu {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .employee-directory--wrapper #jomory-directory-top-menu .col-4 {
    width: auto;
    flex: 1;
  }
  .employee-directory--wrapper #jomory-directory-top-menu .col-4 a {
    height: 100px;
  }
  .employee-directory--wrapper #jomory-directory-top-menu .col-4 a span i {
    font-size: 20px;
  }
  .employee-directory--wrapper #jomory-directory-top-menu .col-4 a span {
    font-size: 12px !important;
  }
  .employee-directory--wrapper .employee-company-files-forms--section {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .employee-directory--wrapper .employee-company-files-forms--section .row {
    gap: 10px;
    flex-wrap: wrap;
  }
  .employee-directory--wrapper .employee-company-files-forms--section .row .col-4 {
    width: auto;
    flex: 1;
    font-size: 12px;
  }
  .employee-directory--wrapper .employee-company-links--section ul {
    gap: 10px;
    flex-wrap: wrap;
  }
  .employee-directory--wrapper .employee-company-links--section ul li a {
    font-size: 12px;
    text-align: center;
  }
  .employee-directory--wrapper .employee-concern-form--section {
    padding: 25px;
    margin-top: 20px;
  }
  .employee-directory-table--cotainer .edt-search-dl .employee-directory-search {
    margin-bottom: 20px;
  }
  .employee-directory-table--cotainer .employee-directory-table {
    padding: 25px;
  }
  .employee-directory-table--cotainer .employee-directory-table .dt-layout-cell {
    overflow-x: auto;
  }
  .files-forms-menu {
    padding: 0;
    background: transparent;
  }
  .files-forms-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .files-forms-menu ul li {
    width: 33.3%;
  }
  .files-forms-menu ul li a {
    font-size: 12px !important;
    display: block;
    border-radius: 5px;
    margin: 5px;
    background-color: white;
    position: relative;
    height: 70px;
  }
  .files-forms-menu ul li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .files-forms-table--wrapper .row {
    margin: 20px 0;
  }
  .files-forms-table--wrapper .files-forms-table {
    padding: 25px;
  }
  .files-forms-table--wrapper .files-forms-table .dt-layout-cell {
    overflow-x: auto;
  }
  .employee-swag-points--wrapper .col-md-9 {
    margin-top: 20px;
  }
  .employee-swag-points--wrapper .col-md-9 #swag-points-table_wrapper .dt-layout-cell {
    overflow-x: auto;
  }
  .employee-swag-points--wrapper .employee-swag-points-recent {
    padding: 25px;
  }
  .jomory-supervisor-timesheet-entry--wrapper {
    display: block;
  }
  .jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left,
  .jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--right {
    width: 100%;
    border: 0;
  }
  .jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .supervisor-timesheet-entry,
  .jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--right .supervisor-timesheet-entry {
    padding: 25px;
  }
  .jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .jomory-timesheet--work,
  .jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--right .jomory-timesheet--work {
    padding: 25px;
  }
  .jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--left .action-buttons .jomory-secondary-button,
  .jomory-supervisor-timesheet-entry--wrapper .jomory-supervisor-timesheet-entry--right .action-buttons .jomory-secondary-button {
    margin-bottom: 25px;
  }
  .jomory-popup--wrapper .jomory-popup-container {
    max-width: 330px;
    margin: 0;
  }
  .jomory-popup--wrapper .jomory-popup-container.extended-container {
    max-width: 330px;
    margin: 0;
  }
  .jomory-popup--wrapper .jomory-popup-container.extended-container .popup-content {
    max-height: 50vh;
  }
  .jomory-popup--wrapper .jomory-popup-container.extended-container .popup-content .jomory-view-timesheet .col-md-4,
  .jomory-popup--wrapper .jomory-popup-container.extended-container .popup-content .jomory-view-timesheet .col-md-8 {
    border: 0;
    padding: 0;
  }
  .jomory-profile-settings--wrapper .jomory-profile-setting {
    margin: 0;
    padding: 25px;
    margin-bottom: 20px;
  }
  .timesheet_form .layout {
    display: block;
  }
  .jomory-timesheet-submit--wrapper {
    flex-wrap: wrap-reverse;
  }
  .jomory-timesheet-submit--wrapper > div {
    width: 100% !important;
    margin-bottom: 20px;
    text-align: center;
  }
  .jomory-timesheet-submit--wrapper .remaining_vacation_hours {
    text-align: center;
    width: 100% !important;
  }
}
.admin-dropdown-actions {
  position: relative;
}
.admin-dropdown-actions span.jomory-icon-more {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 5px;
  float: right;
}
.admin-dropdown-actions span.jomory-icon-more:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.admin-dropdown-actions span.jomory-icon-more:hover {
  background: white;
}
.admin-dropdown-actions span.jomory-icon-more.open {
  background: white;
}
.admin-dropdown-actions button {
  border: none;
  background: none;
}
.admin-dropdown-actions ul {
  position: absolute;
  background: white;
  padding: 0;
  border-radius: 5px;
  margin: 0;
  right: 0;
  top: 25px;
  display: none;
  z-index: 10;
}
.admin-dropdown-actions ul li {
  list-style: none;
}
.admin-dropdown-actions ul li a {
  display: block;
  padding: 8px 13px;
  color: #3e3e3e;
  text-decoration: none;
}
.admin-dropdown-actions ul li a:hover {
  background: #f6f6f6;
}/*# sourceMappingURL=style.css.map */