/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
  --white: #ffffff;
  --primary-color: #268a99;
  --primary-dark: #0e7c8c;
}
::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: var(--primary-dark);
}

::selection {
  color: #ffffff;
  background: var(--primary-dark);
}
html {
  height: 100%;
}
body {
  font-family: "Poppins", sans-serif;
  background: #f6f9ff;
  height: 100%;
  overflow: auto;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.primary {
  color: var(--primary-color) !important;
}
.dark {
  color: var(--primary-dark);
}
.bg-primary {
  background-color: var(--primary-color);
}
label {
  font-size: 14px;
}
.w-100px{
  width: 100px;
}
.form-group label {
  margin-bottom: 5px;
}
input.form-control {
  height: 40px;
}
input[type="file"].form-control::-webkit-file-upload-button {
  height: 40px;
}
.form-control {
  font-size: 13px;
  height: 40px;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--primary-dark);
}
.form-label {
  background-color: #e6e6e6;
  padding: 10px;
  height: 40px;
  width: 100%;
  border-radius: 0.375rem;
  margin-bottom: 0;
}
.alert-primary {
  padding: 0.3rem 1rem;
  background: #ecf6ff;
  border-color: var(--primary-dark);
  color: var(--primary-dark);
  margin-bottom: 0;
}
.l-height{
  line-height: 25px;
}
/* select2 */
.select2.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  height: 40px !important;
  border-color: #ced4da;
  border-radius: 0.375rem;
}
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--primary-dark);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #73787c;
  line-height: 38px;
  font-size: 13px;
  padding-left: 12px;
}
.select2-results__option {
  font-size: 13px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  font-size: 13px;
}
.select2-container--default .select2-selection--multiple {
  height: 38px;
  overflow-y: auto;
  border-color: #ced4da;
  border-radius: 0.375rem;
}
/* datatable */
table{
  font-family: Verdana,Geneva,sans-serif; 
}
table.dataTable.nowrap th,
table tbody tr td {
  font-size: 13px;
}
table.dataTable tbody td {
    padding: 7px 10px;
}
table.dataTable.nowrap th {
  padding: 10px 10px;
  background-color: var(--primary-color);
  color: #fff;
}
table.dataTable td {
  border-bottom: 1px solid #dee2e6;
}
table.dataTable {
  border-collapse: collapse;
  empty-cells: hide;
}
table.dataTable.no-footer {
  border-bottom: 0;
}
.new-tab-content .dataTables_wrapper .dataTables_filter label {
  margin: 10px 0;
}
.new-tab-content .dataTables_wrapper .dataTables_filter label input {
  padding: 0.375rem 0.75rem;
  height: 40px;
  font-size: 13px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  margin-left: 0;
}
.new-tab-content .dataTables_wrapper .dataTables_filter label input:focus {
  outline: none;
}
.new-tab-content .dataTables_wrapper .dataTables_paginate {
  margin-top: 15px;
  padding-top: 0;
  display: flex;
}
.new-tab-content .dataTables_wrapper .dataTables_paginate span {
  display: flex;
}
.new-tab-content .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: var(--primary-dark) !important;
  font-size: 13px;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-tab-content
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button:hover,
.new-tab-content
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current {
  background: var(--primary-color) !important;
  color: #ffffff !important;
  border: 0;
}
.new-tab-content
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled,
.new-tab-content
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled:hover {
  color: var(--primary-dark) !important;
  background: transparent !important;
}
.table-icon-group {
  text-align: center;
  white-space: nowrap;
}
.edit-icon {
  width: 28px;
  display: inline-block;
  cursor: pointer;
}
.download-sec {
  position: absolute;
  display: flex;
  top: 10px;
  z-index: 1;
}
.download-sec .btn.download-btn {
  border: 0;
  border-radius: 7px;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  padding: 6px 10px;
  line-height: 19px;
}
.download-sec .btn.download-btn:hover {
  background-color: var(--primary-dark);
}
.approve-icon{
  background-color: #e6fad3;
    color: #31bd06;
    padding: 3px 7px;
    border-radius: 7px;
    font-size: 12px;
    width: 150px;
    text-align: center;
    margin: 0px auto;
}
.reject-icon{
  background-color: #fbcdcd;
  color: #bd0606;
    padding: 3px 7px;
    border-radius: 7px;
    font-size: 12px;
    width: 150px;
    text-align: center;
    margin: 0px auto;
}
.leaveType{
  background-color: var(--primary-dark);
  color: #ffffff;
  padding: 3px 7px;
  border-radius: 7px;
  font-size: 12px;
  width: 150px;
  text-align: center;
  margin: 0px auto;
  margin-top: 6px;
  display: inline-block;
}
/* dataTable button */
.new-tab-content .dt-buttons {
  flex-direction: column;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  width: 150px;
  padding: 0;
  left: 0;
  top: 50px;
  display: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.new-tab-content .dt-buttons.active {
  display: flex;
}
.new-tab-content .dt-buttons .dt-button {
  border: 0;
  background: #fff;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
  border-bottom: 1px solid #f2f2f2;
}
.new-tab-content .dt-buttons .dt-button:last-child {
  border-bottom: 0;
}
.new-tab-content .dt-buttons .dt-button:hover {
  background-color: #f2f2f2;
  border: 0;
  border-bottom: 1px solid #f2f2f2;
  background: #f2f2f2;
}

/*Status design button*/
.status-alert{
  width: 100%;
  display: block;
  text-align: center;
  padding: 3px 7px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
}
.status-alert.approved{
  background-color: #198754;
  color: #ffffff;
}
.status-alert.rejected{
  background-color: #dc3545;
  color: #ffffff;
}
.status-alert.requested{
  background-color: #ffc107;
  color: #ffffff;
}
@media (max-width: 767px) {
  .new-tab-content .dataTables_wrapper .dataTables_filter label {
    width: 100%;
  }
  .new-tab-content .dataTables_wrapper .dataTables_filter label input {
    width: 100%;
  }
  .download-sec {
    position: relative;
    top: 0;
  }
  .new-tab-content .dt-buttons {
    top: -7px;
  }
}
/*--------------------------------------------------------------
Tooltip Start
--------------------------------------------------------------*/
.tooltip.show {
  opacity: 1;
  z-index: 9992;
}
.tooltip-inner {
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: var(--primary-color);
  opacity: 1 !important;
  font-size: 13px;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--white);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: var(--white);
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: var(--white);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: var(--white);
}
@media (max-width: 767px) {
  .tooltip.show {
    display: none;
  }
}
/*--------------------------------------------------------------
Tooltip End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  position: fixed;
  left: 48px;
  top: 48px;
  bottom: 0;
  right: 0;
  padding: 10px;
  transition: all 0.3s;
  overflow-y: auto;
  overflow-x: hidden;
  /* background-color: #ffffff; */
}
/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}
.dropdown-menu.header-c-drop {
  padding: 10px;
  width: 220px;
}
.mob-header-list .dropdown-menu {
  inset: 4px 0px auto auto !important;
}
.dropdown-menu.header-c-drop li {
  width: 50%;
  float: left;
}
.dropdown-menu.header-c-drop li a {
  width: 100px;
  flex-direction: column;
  padding: 5px;
  height: 100px;
  justify-content: center;
  border-radius: 4px;
}
.dropdown-menu.header-c-drop li a img {
  width: 36px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
}
.dropdown-menu.header-c-drop li a span {
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
  text-align: center;
  height: 30px;
  width: 100%;
}
.dropdown-menu.header-c-drop li a:hover {
  background-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}
/* mobile responsive */
/* @media (max-width: 767px) {
  .mob-header-list .dropdown-menu {
    inset: -50px 40px auto auto !important;
  }
} */
@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* -------------------------------------------
right panel
------------------------------------------- */
.right-panel {
  top: 48px;
  background: #fff;
  bottom: 0;
  float: none;
  right: 0px;
  position: fixed;
  z-index: 991;
  transform: translateX(100%);
  transition: ease-in-out 300ms transform;
  width: 300px;
}
.rightSidebarShow {
  transform: translateX(0%);
  transition: ease-in-out 600ms transform;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.right-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 15px;
  height: 40px;
}
.right-head h3 {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--primary-color);
}
.right-head i {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.right-head i:hover {
  background: #f2f2f2;
}
.right-body {
  height: calc(100% - 40px);
  overflow-y: auto;
  padding: 5px;
}
.right-body::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}
.right-body::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}
@media (max-width: 767px) {
  .rightSidebarShow {
    transform: translateX(0px);
    right: 40px;
  }
  .right-panel {
    width: auto;
    left: 0;
    z-index: 997;
  }
}
/* notification list */
.notfication-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.no-notification {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.no-notification h4 {
  color: var(--primary-color);
}
.message-item a {
  display: flex;
  align-items: start;
  padding: 10px;
}
.message-item a:hover {
  background-color: #f2f2f2;
}
.message-item img {
  width: 65px;
  margin-right: 15px;
}
.message-item .title {
  font-size: 13px;
  color: #000;
}
.message-item .desc {
  font-size: 10px;
  color: #9e9e9e;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.message-item .time {
  font-size: 9px;
  color: #ccc;
  margin-bottom: 0;
}
/* setting */
.theme-accordian .accordion-button {
  font-size: 13px;
  padding: 10px;
}
.theme-accordian .accordion-button::after {
  width: 15px;
  background-size: 100%;
  height: 15px;
}
.theme-accordian .accordion-body {
  padding: 10px;
}
.radio-side-group {
  display: flex;
  flex-wrap: wrap;
}
.radio-side-color {
  width: 33.3%;
  height: 50px;
}
.color-radio {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}
.for-color-radio {
  position: relative;
}
.for-color-radio::before {
  content: "";
  background-image: url(../img/header-icon/check.png);
  position: absolute;
  background-size: 25%;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-color: #ffffff12;
  background-position: center;
  visibility: hidden;
  opacity: 0;
}
.color-radio:checked + .for-color-radio,
.color-radio:not(:checked) + .for-color-radio {
  position: relative;
  display: inline-block;
  padding: 2px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  outline: none;
}
.color-radio:checked + .for-color-radio::before {
  visibility: visible;
  opacity: 1;
}
.colorShadow {
  cursor: pointer;
  transition: all 0.5s ease;
  display: block;
  width: 85px;
  float: left;
  height: 45px;
}
.bg-orange {
  background: #f39c12;
}
.bg-grey {
  background: #737070;
}
.bg-blue {
  background: #28bad6;
}
.bg-siemens {
  background: #009999;
}
.bg-darkGrey {
  background: #6c757d;
}
.bg-darkSiemens {
  background: #005454;
}
.chooseColor h4 {
  font-size: 13px;
  margin: 10px 0;
  color: #847f7f;
  font-weight: 600;
}
.chooseColor input[type="color"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 45px;
  padding: 0px 3px;
  width: 100%;
  padding: 0;
}
.c-colorBtn {
  margin-top: 15px;
}
.c-colorBtn .btn {
  outline: transparent;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  border: 1px solid #0f6cbd;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0px 16px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 32px;
  background-color: #0f6cbd;
  color: #ffffff;
  user-select: none;
}
/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}
/*** New Tab ***/
.tabsGroup {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  border-radius: 4px;
  height: 50px;
  padding: 4px;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid #efefef;
}
.tabsGroup-item {
  transition: all 0.2s ease-in-out;
  height: 40px;
  line-height: 40px;
  font-size: 11px;
  color: var(--primary-color);
  position: relative;
  cursor: pointer;
  float: left;
  width: 100%;
  text-align: center;
  border-radius: 7px;
}
.tabsGroup-item:hover {
  background: #f2f2f2;
}
.tabsGroup-item:last-child {
  border-right: 0;
}
.tabsGroup-item.active {
  background-color: var(--primary-color);
  color: #ffffff;
}
@media (max-width: 991px) {
  .tabsGroup {
    display: none;
  }
}
/* Grid Card */
.grid-card {
  width: 100%;
  background-color: #f2f2f2;
  padding: 15px;
  border-radius: 4px;
  text-align: center;
  display: block;
  color: #000 !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 15px;
  position: relative;
}
.grid-card .grid-card-img {
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  counter-increment: plus;
  height: 150px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-card .grid-card-text h3 {
  margin-bottom: 0;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  height: 40px;
}
.view-share-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5 ease-in;
}
.grid-card:hover .view-share-grid {
  opacity: 1;
}
.view-btn {
  width: 30px;
  background-color: #f2f2f2;
  padding: 2px;
  margin: 2px;
  border-radius: 50%;
  height: 30px;
}
.view-btn:hover {
  background-color: #ffffff;
}
.share-btn {
  width: 30px;
  background-color: #f2f2f2;
  padding: 2px;
  margin: 2px;
  border-radius: 50%;
  height: 30px;
}
.share-btn:hover {
  background-color: #ffffff;
}
/* view form */
.view-form-bg {
  background-size: cover;
  padding: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.fill-form-logo {
  width: 250px;
  margin: 0px auto;
  margin-bottom: 35px;
  background-color: #fff;
}
.formModalUl {
  padding-left: 0;
  margin-bottom: 0;
}
.formModalLi:first-child {
  border-radius: 7px 7px 0 0;
}
.formModalLi {
  padding: 15px;
  background-color: #fff;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  margin-bottom: 5px;
}
.formModalLi:last-child {
  border-radius: 0px 0 7px 7px;
  margin-bottom: 0;
}
/* share form */
.shareModalSec {
  padding: 7px;
}
.shareModalSec h3 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary-dark);
  line-height: initial;
  margin-bottom: 0;
  margin: 10px 0;
}
/*.shareModalSec h3::after {
  content: "";
  width: 80px;
  height: 1px;
  display: inline-block;
  background: var(--primary-color);
  margin: 4px 10px;
}*/
.shareSocial {
  margin-bottom: 15px;
}
.shareSocialUl {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shareSocialUl li {
  width: 34px;
  margin-right: 19px;
}
.shareSocialUl li a {
  width: 34px;
  display: block;
}
.copyText {
  display: flex;
}
.shareModalSec .form-control {
  border-radius: 0.375rem 0 0 0.375rem;
}
.copyText #copied {
  padding: 10px 28px;
  font-size: 13px;
  border-radius: 0 0.375rem 0.375rem 0;
  border: 0;
  width: 150px;
  background-color: #e6e6e6;
  color: #0f6cbd;
}
@media (max-width: 767px) {
  .grid-card .grid-card-img {
    height: 80px;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}

.logo img {
  max-height: 38px;
  margin-right: 6px;
}

.logo span {
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
  margin-left: 8px;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 48px;
  background-color: var(--primary-color);
  padding-left: 0;
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}
.mob-header-list {
  display: flex;
  align-items: center;
}
.navBar {
  color: #fff;
  font-size: 25px;
  display: none;
}
/* mobile responsive */
/* @media (max-width: 767px) {
  .navBar {
    display: block;
  }
  .mob-header-list {
    flex-direction: column;
    background: var(--primary-dark);
    position: fixed;
    right: 0;
    bottom: 0;
    top: 48px;
    display: none;
  }
  .showData {
    display: block;
  }
} */
/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav > ul {
  margin: 0;
  padding: 0;
}
.header .universal-icon .nav-item a {
  height: 48px;
  width: 48px;
  color: var(--white);
  margin-right: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .universal-icon .nav-item a:hover {
  background-color: var(--primary-dark);
}
.header .universal-icon .nav-item a i {
  font-size: 19px;
}
.header-nav .nav-icon {
  height: 48px;
  width: 48px;
  color: var(--white);
  margin-right: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav .nav-icon:hover {
  background-color: var(--primary-dark);
}
.header-nav .nav-icon.for-profile-parent:hover {
  background-color: transparent;
}
.header-nav .nav-profile {
  color: var(--white);
}

.header-nav .nav-profile img {
  max-height: 36px;
}
.nav-link .for-profile {
  margin: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-link .for-profile img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.nav-link .for-profile .no-profile-img {
  border: 1px solid var(--white);
  color: var(--white);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 13px;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}
@media (max-width: 767px) {
  .header-nav .nav-icon {
    width: 40px;
    margin-right: 0;
  }
  .nav-link .for-profile {
    width: 28px;
    height: 28px;
  }
  .nav-link .for-profile .no-profile-img {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }
  /* without responsive */
  .header-nav .profile {
    top: 0px !important;
  }
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 48px;
  left: 0;
  bottom: 0;
  width: 48px;
  z-index: 996;
  transition: all 0.3s;
  padding: 4px;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  /* box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1); */
  background-color: #f0f0f0;
}
.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #4154f1;
  transition: 0.3;
  padding: 10px 12px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  /* margin-right: 10px; */
  color: #4154f1;
}

.sidebar-nav .nav-link.collapsed {
  color: #012970;
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: #4154f1;
  background: #ffffff;
}

.sidebar-nav .nav-link:hover i {
  color: #4154f1;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}
.sidebar-nav .dropdown-menu {
  top: 0 !important;
  left: 45px !important;
  transform: none !important;
  width: 220px;
  padding: 10px;
  max-height: 220px;
  min-height: 120px;
  overflow: auto;
}
.sidebar-nav .dropdown-menu a:-moz-focusring {
  border: 0;
  outline: 0;
  width: 0.5rem;
}
.dropdown-menu::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}
.sidebar-nav .dropdown-menu-arrow::before {
  left: -7px;
  border: 0;
  top: 10px;
}
.sidebar-nav .nav-item .nav-link {
  border-radius: 0;
  padding: 0;
  border-right: 2px solid transparent;
}
.sidebar-nav .nav-item .nav-link img {
  padding: 10px;
}
.sidebar-nav .nav-item .nav-link.show {
  border-right: 2px solid var(--primary-color);
  transition: ease-in-out 600ms transform;
}
.sidebar-nav .nav-item .nav-link.active {
  transition: ease-in-out 600ms transform;
  background-color: #ffffff;
}
.dropdown-menu.sidebar-c-drop li {
  width: 50%;
  float: left;
}
.dropdown-menu.sidebar-c-drop li a {
  width: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 5px;
  height: 100px;
  justify-content: center;
  border-radius: 4px;
}
.dropdown-menu.sidebar-c-drop li a.active,
.dropdown-menu.sidebar-c-drop li a.active:hover {
  color: #000;
  text-decoration: none;
  background-color: #e4efff;
}
.dropdown-menu.sidebar-c-drop li a:hover {
  background-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.dropdown-menu.sidebar-c-drop li a img {
  width: 36px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
}
.dropdown-menu.sidebar-c-drop li a span {
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
  text-align: center;
  height: 30px;
  width: 100%;
}
/*--------------------------------------------------------------
# Tree View
--------------------------------------------------------------*/
#treeView,
#treeView ul {
  list-style-type: none;
}
#treeView {
  margin: 0;
  padding-left: 10px;
}
#treeView ul {
  padding-left: 2rem;
  position: relative;
}
#treeView ul::before {
  content: "";
  border-left: 1px dashed #ccc;
  position: absolute;
  left: 2px;
  bottom: 0;
  top: 0;
}
#treeView li a,
#treeView ul li a {
  color: #151515;
  font-size: 13px;
  font-weight: 400;
}
.caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
  margin: 10px 0;
  display: block;
  font-weight: 500 !important;
}

.caret.s-1::before {
  content: "";
  background-image: url(../img/icons/folder.png);
  padding: 3px 12px;
  position: relative;
  left: -9px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.caret.s-2::before {
  content: "";
  background-image: url(../img/icons/folder-2.png);
  padding: 3px 12px;
  position: relative;
  left: -9px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.caret.s-3::before {
  content: "";
  background-image: url(../img/icons/folder-3.png);
  padding: 3px 12px;
  position: relative;
  left: -9px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.caret-down::before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nested li a {
  margin: 5px 0;
  display: block;
}
.nested li a:before {
  content: "";
  background-image: url(../img/icons/form.png);
  padding: 3px 12px;
  position: relative;
  left: -9px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}
.nested {
  display: none;
}
.nested.active {
  display: block;
}

/*--------------------------------------------------------------
# Dashboard Page
--------------------------------------------------------------*/
.full-scroll-card {
  height: calc(100% - 66px);
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid #efefef;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: Verdana,Geneva,sans-serif; 
}
.dash-card1{
  border: 1px solid #f2f2f2;
  padding: 15px;
  text-align: center;
  position: relative;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dc1-img{
  width: 60px;
  /*background-color: #f3feff;*/
  padding: 10px;
  border-radius: 7px;
}
.dc1-txt{
  text-align: end;
}
.dc1-count{
  font-size: 21px;
  color: var(--primary-dark);
  font-weight: 700;
}
.dc1-head{
  margin-bottom: 0;
  font-size: 16px;
}
/* dash2 */
.dash-card2{
  /*border: 1px solid #f2f2f2;
  padding: 2px;
  text-align: center;
  position: relative;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;*/
  border: 1px solid var(--primary-color);
  text-align: center;
  position: relative;
  border-radius: 7px;
  box-shadow: 1px 5px 10px #c3c3c3;
}
.dash-card2.one{
  background-color: #f0f8ff;
}
.dash-card2.two{
  background-color: #faebd7;
}
.dash-card2.three{
  background-color: #f5f5dc;
}
.dash-card2.four{
  background-color: #e6fad3;
}
.dc2-img{
  width: 32px;
}
.dc2-txt{
  text-align: start;
  padding: 5px;
}
.dc2-count{
  font-size: 20px;
  color: var(--primary-dark);
  font-weight: 700;
  width: 32px;
  display: inline-block;
  text-align: center;
}
.dc2-head{
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-color);
}
.dash-side-card{
  border: 1px solid #f2f2f2;
  padding: 15px;
  position: relative;
  border-radius: 7px;
  font-family: Verdana,Geneva,sans-serif; 
}
.dsc-head {
  font-size: 13px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--primary-dark);
}
/*.dsc-head::after {
  content: "";
  width: 80px;
  height: 1px;
  display: inline-block;
  background: var(--primary-color);
  margin: 4px 10px;
}*/
.dsc-body{
  padding: 5px;
  max-height: 251px;
  overflow: hidden;
}
/* birthday card */
.birthday-box{
  display: flex;
  border-bottom: 1px dashed var(--primary-color);
  padding-bottom: 5px;
  width: 100%;
  margin-bottom: 5px;
}
.bb-img{
  width: 40px;
  margin-right: 15px;
}
.bb-date{
  font-size: 13px;
  color: #9e9e9e;
}
.bb-name{
  margin-bottom: 0;
  font-size: 14px;
}
/* holiday card */
.holiday-box{
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}
.hb-img{
  width: 40px;
  margin-right: 15px;
  background-color: #f2f2f2;
  padding: 8px 10px;
  border-radius: 50%;
  height: 40px;
}
.hb-date{
  font-size: 13px;
  color: #9e9e9e;
}
.hb-name{
  margin-bottom: 0;
  font-size: 14px;
}
/* leave table */
.leave-table-card{
  border: 1px solid #f2f2f2;
  padding: 15px;
  position: relative;
  border-radius: 7px;
  font-family: Verdana,Geneva,sans-serif; 
}
.ltc-head {
  font-size: 13px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--primary-dark);
  font-family: Verdana,Geneva,sans-serif; 
}
/*.ltc-head::after {
  content: "";
  width: 80px;
  height: 1px;
  display: inline-block;
  background: var(--primary-color);
  margin: 4px 10px;
}*/
.ltc-body{
  max-height: 236px;
}
.leave-table-card .table thead {
  background: #f2f2f2;
  font-size: 13px;
}
.leave-table-card .table tbody {
  font-size: 13px;
}
/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item + .post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0px 10px 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: var(--primary-dark);
}

.profile .profile-edit label {
  font-weight: 600;
  color: var(--primary-dark);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #5969f3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}
/*--------------------------------------------------------------
# Survey page
--------------------------------------------------------------*/
.new-tab-sec {
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 6px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  height: 56px;
}
.new-tab-content.tab-content {
  height: calc(100% - 126px);
  padding: 10px;
  /* overflow: auto; */
  background-color: #fff;
  border-radius: 7px;
  border: 1px solid #efefef;
}
.new-tab-content .tab-pane {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.new-tab-sec .nav-tabs {
  border-bottom: 0;
}
.new-tab-sec .nav-tabs .nav-item .nav-link {
  border: 1px solid var(--primary-dark);
  border-radius: 7px;
  background-color: var(--primary-dark);
  padding: 6px 10px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
}
.new-tab-sec .nav-tabs .nav-item .nav-link img{
  filter: brightness(0) invert(1);
  margin-left: 5px;
}
.new-tab-sec .nav-tabs .nav-item .nav-link:hover,
.new-tab-sec .nav-tabs .nav-item .nav-link.active {
  border: 1px solid var(--primary-color);
}
@media (max-width: 991px) {
  .new-tab-content {
    height: calc(100% - 66px);
  }
}
/* create right panel */
.create-right-panel {
  top: 48px;
  background: #fff;
  bottom: 0;
  float: none;
  right: 0px;
  position: fixed;
  z-index: 991;
  transform: translateX(100%);
  transition: ease-in-out 300ms transform;
  width: 450px;
}
.rightSidebarShow {
  transform: translateX(0%);
  transition: ease-in-out 600ms transform;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.create-right-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 15px;
  height: 50px;
}
.create-right-head h3 {
  margin-bottom: 0;
  font-size: 17px;
  color: var(--primary-color);
  font-weight: 400;
}
.create-right-head i {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.create-right-head i:hover {
  background: #f2f2f2;
}
.create-right-body {
  height: calc(100% - 50px);
  overflow-y: auto;
  padding: 15px;
}
.create-right-body::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}
.create-right-body::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}
.btn {
  padding: 10px 28px;
  font-size: 13px;
  border-radius: 7px;
  border: 0;
  width: 150px;
}
.btn.btn-primary {
  background-color: var(--primary-color);
}
.btn.btn-secondary {
  background-color: #e6e6e6;
  color: #0f6cbd;
}
@media (max-width: 767px) {
  /* mobile responsive */
  /* .rightSidebarShow {
    transform: translateX(0px);
    right: 40px;
  } */
  /* without responsive */
  .rightSidebarShow {
    transform: translateX(0px);
    right: 0;
  }
  /* ** */
  .create-right-panel {
    width: auto;
    left: 0;
    z-index: 997;
    right: 0;
  }
  .form-btn {
    display: flex;
    justify-content: space-between;
  }
  .btn {
    width: 49%;
    margin: 0;
  }
}
.simple-modal .modal-header {
  border-bottom: 0;
}
.select2-container--open .select2-dropdown--below {
  z-index: 1055;
}
.simple-modal .modal-footer {
  border-top: 0;
}
.simple-modal .btn-close:hover {
  background-color: #f2f2f2;
}
/*--------------------------------------------------------------
# Survey page
--------------------------------------------------------------*/
.data-list {
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
}

.data-list .heading {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  white-space: pre;
}
.data-list .desc {
  font-size: 11px;
  margin-bottom: 0;
}
.data-list .ancPdf{
  display: inline-block;
  width: 16px;
}
/*--------------------------------------------------------------
# organise survey
--------------------------------------------------------------*/
.org-sec {
  height: calc(100% - 60px);
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.drag-sec {
  height: 100%;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid #efefef;
  overflow: auto;
}
.drop-sec-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: calc(100% - 71px);
}
.drop-sec-1 {
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid #efefef;
}
.drop-user {
  height: 100%;
  overflow: auto;
}
.drop-user-head {
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 7px;
  height: 35px;
}
.drop-user-head h3 {
  font-size: 13px;
  color: var(--primary-color);
  margin-bottom: 0;
}
.org-btn-sec {
  height: 61px;
  margin-top: 10px;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid #efefef;
  text-align: end;
}
.drag-sec-main {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.drag-heading {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  margin: 10px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary-dark);
}  
.drag-heading img{
  width: 25px;
}  
/*.drag-heading::after {
  content: "";
  width: 80px;
  height: 1px;
  display: inline-block;
  background: var(--primary-color);
  margin: 4px 10px;
}*/
/* drag tab */
.drag-tab.nav {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  column-gap: 10px;
  row-gap: 10px;
  border-bottom: 0;
}
.drag-tab.nav.nav-tabs .nav-link,
.drag-tab.nav.nav-tabs .nav-link:hover {
  border-radius: 0.375rem;
  border: 1px dashed var(--primary-color);
  font-size: 11px;
  color: var(--primary-color);
  padding: 10px;
}
.drag-tab.nav.nav-tabs .nav-link.active {
  background-color: #f2f2f2;
}
.drag-tab.nav.nav-tabs .nav-link img {
  width: 20px;
  display: block;
  margin: 0px auto;
  margin-bottom: 10px;
}
/* drag tab content*/

/* .drag-tab-content .tab-pane {
  height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
} */
/* user drag list*/
.UserDragList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
  grid-gap: 5px;
  margin-bottom: 15px;
}
.UserDragList li {
  border: 1px solid var(--primary-color);
  border-radius: 7px;
  padding: 10px;
  cursor: all-scroll;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
  align-items: center;
}
.UserDragList li .image {
  width: 35px;
  /* margin: 0px auto; */
  margin-bottom: 0;
  border-radius: 50%;
}
.UserDragList li .image img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}
.UserDragList li h4 {
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  margin-bottom: 0;
}
/* user drop list*/
.drop-user-body {
  height: calc(100% - 55px);
  margin: 10px 0;
  overflow-y: auto;
  border-radius: 7px;
}
.drop-user-body li {
  width: 24%;
  border: 1px solid var(--primary-color);
  border-radius: 7px;
  padding: 10px;
  height: 106px;
  float: left;
  margin: 2px;
}
.drop-user-body li .image {
  width: 35px;
  margin: 0px auto;
  margin-bottom: 10px;
}
.drop-user-body li h4 {
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 32px;
  font-weight: 400;
}
/* layer drag list*/
.UserLayerList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
  grid-gap: 5px;
}
.UserLayerList li {
  border: 1px solid var(--primary-color);
  border-radius: 7px;
  padding: 10px;
  cursor: all-scroll;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
  align-items: center;
}
.UserLayerList li .image {
  width: 35px;
  /* margin: 0px auto; */
  margin-bottom: 0;
}
.UserLayerList li .image img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}
.UserLayerList li h4 {
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  margin-bottom: 0;
}
/* layer drop list*/
.drop-layer-body {
  height: calc(100% - 55px);
  margin: 10px 0;
  overflow-y: auto;
  border-radius: 7px;
}
.drop-layer-body li {
  width: 24%;
  border: 1px solid var(--primary-color);
  border-radius: 7px;
  padding: 10px;
  height: 106px;
  float: left;
  margin: 2px;
}
.drop-layer-body li .image {
  width: 35px;
  margin: 0px auto;
  margin-bottom: 10px;
}
.drop-layer-body li h4 {
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 32px;
  font-weight: 400;
}
.light {
  background-color: #f2f2f2;
}
@media (max-width: 1247px) {
  .org-sec {
    grid-template-columns: 1fr 1fr;
  }
  .drop-sec-child {
    display: block;
  }
  .drop-sec-child .drop-sec-1:first-child {
    height: 49%;
    margin-bottom: 2%;
  }
  .drop-sec-child .drop-sec-1:last-child {
    height: calc(100% - 51%);
  }
}
@media (max-width: 991px) {
  .drag-tab.nav.nav-tabs .nav-link,
  .drag-tab.nav.nav-tabs .nav-link:hover {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .org-sec {
    grid-template-columns: 1fr;
  }
  .drag-tab.nav.nav-tabs .nav-link,
  .drag-tab.nav.nav-tabs .nav-link {
    white-space: nowrap;
  }
}
/*--------------------------------------------------------------
# Assign survey
--------------------------------------------------------------*/
.assign-gis-sec {
  height: calc(100% - 60px);
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.assign-gis-form-sec {
  height: 100%;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid #efefef;
  overflow: auto;
}
.assign-gis-map-sec {
  height: 100%;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid #efefef;
}
.form-heading {
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 7px;
  height: 40px;
  font-size: 16px;
  color: var(--primary-dark);
  margin-bottom: 10px;
}
.form-body {
  height: calc(100% - 50px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px;
}
.form-sub-heading {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary-dark);
  line-height: initial;
  margin-bottom: 0;
}
/*.form-sub-heading::after {
  content: "";
  width: 80px;
  height: 1px;
  display: inline-block;
  background: var(--primary-color);
  margin: 4px 10px;
}*/
/* by boundary list */
.by-boundary {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
  grid-gap: 5px;
}
/* .by-boundary li label {
  padding: 14px 10px;
  text-align: center;
  font-size: 11px;
  border-radius: 7px;
  border: 1px solid var(--primary-dark);
  width: 100%;
  height: 68px;
} */

.by-boundary li label {
  display: flex;
  cursor: pointer;
  position: relative;
  font-size: 11px;
  overflow: hidden;
}
.by-boundary li label input {
  position: absolute;
  left: -9999px;
}
.by-boundary li label input:checked + span {
  background-color: #e6e6e6;
  font-weight: 500;
}
.by-boundary li label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #00005c;
}
.by-boundary li label span {
  display: flex;
  align-items: center;
  padding: 1em;
  border-radius: 7px;
  transition: 0.25s ease;
  white-space: nowrap;
  border: 1px solid var(--primary-color);
  width: 100%;
  flex-direction: column;
}
.by-boundary li label span:hover {
  background-color: #f2f2f2;
}
.by-boundary li label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em var(--primary-dark);
  margin-bottom: 10px;
}
.by-boundary li label input {
  display: block;
  margin: 0px auto;
  margin-bottom: 10px;
}
/* by manualy list */
.by-manualy {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
  grid-gap: 5px;
}
.by-manualy li {
  height: 68px;
}
.by-manualy li .for-radio-manualy img {
  width: 20px;
  display: block;
  margin: 0px auto;
  margin-bottom: 10px;
}
.radio-manualy {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}
.radio-manualy:checked + .for-radio-manualy,
.radio-manualy:not(:checked) + .for-radio-manualy {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 11px;
  margin: 0 auto;
  border-radius: 7px;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  border: 1px solid var(--primary-color);
}
.radio-manualy:checked + .for-radio-manualy {
  background-color: #e6e6e6;
  font-weight: 500;
}
.by-manualy li label {
  padding: 10px;
  text-align: center;
  font-size: 11px;
  border-radius: 7px;
}
.by-manualy li label:hover {
  background-color: #f2f2f2;
}
/* assign work user list */
.assign-work-user-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
  grid-gap: 5px;
  margin-bottom: 15px;
}
.assign-work-user-list li {
  border: 1px solid var(--primary-dark);
  border-radius: 7px;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
  align-items: center;
}
.assign-work-user-list li .image {
  width: 35px;
  border-radius: 50%;
  margin-right: 10px;
  margin: 0px auto;
}
.assign-work-user-list li h4 {
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 32px;
  font-weight: 400;
  margin-bottom: 0;
}
/* map */
#map {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
@media (max-width: 1260px) {
  .assign-gis-sec {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .assign-gis-sec {
    grid-template-columns: 1fr;
    height: 100%;
    grid-template-rows: repeat(2, 1fr);
  }
}
/*--------------------------------------------------------------
# Assign QA QC GIS
--------------------------------------------------------------*/
.new-full-card {
  height: 100%;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid #efefef;
  overflow: hidden;
  font-family: Verdana,Geneva,sans-serif; 
}
.full-card {
  height: calc(100% - 66px);
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid #efefef;
  overflow: hidden;
  font-family: Verdana,Geneva,sans-serif; 
}
.full-height-card {
  height: 100%;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid #efefef;
  overflow: hidden;
  font-family: Verdana,Geneva,sans-serif; 
}
.full-card-body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.usr-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--primary-dark);
  border-radius: 7px;
}
.close-user {
  position: absolute;
  top: -7px;
  right: -7px;
  cursor: pointer;
}
.close-user img {
  width: 20px;
  padding: 5px;
  border-radius: 50%;
  background-color: #f2f2f2;
}
.usr-img {
  width: 50px;
}
.usr-text h4 {
  font-size: 12px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .full-card {
    height: 100%;
  }
}

/*--------------------------------------------------------------
# Employees page
--------------------------------------------------------------*/
.employee-card{
  border: 1px solid #f2f2f2;
  padding: 15px;
  text-align: center;
  position: relative;
  border-radius: 7px;
}
.ec-head{
  padding: 3px 7px;
  border-radius: 7px;
  font-size: 12px;
}

.ec-head.active{
  background-color: #c9ffc9;
  color: #008000;
}
.ec-head.probation{
  background-color: #bde6ff;
  color: #0179bf;
}
.ec-head.inactive{
  background-color: #fbcdcd;
  color: #bd0606;
}
.ec-img img{
  width: 100px;
    margin: 20px 0;
    background: var(--primary-dark);
    height: 100px;
    object-fit: cover;
}
.ec-text-sec h3{
  font-size: 18px;
  margin-bottom: 5px;
}
.ec-text-sec h5{
  font-size: 14px;
  margin-bottom: 5px;
}
.ec-text-sec p{
  font-size: 12px;
  color: #9e9e9e;
  margin-bottom: 15px;
}
.ec-text-sec span{
  font-size: 13px;
  font-weight: 500;
  margin-left: 10px;
}
.ec-view a{
  margin-bottom: 0;
  font-size: 15px;
  color: var(--primary-dark);
  border-top: 1px dashed var(--primary-color);
  padding-top: 10px;
  display: block;
}
/*--------------------------------------------------------------
# Employees page modal
--------------------------------------------------------------*/
.evm-prof-pic{
  border-radius: 50%;
  width: 170px;
  background: var(--primary-dark);
  padding: 5px;
  height: 170px;
  object-fit: cover;
}
/*--------------------------------------------------------------
# Project page
--------------------------------------------------------------*/
.project-card{
  border: 2px dashed #f2f2f2;
  padding: 15px;
  position: relative;
  border-radius: 7px;
}
.projectFilter{
  position: absolute;
  top: 5px;
  right: 5px;
}
.pc-img{
  width: 90px;
  display: inline-block;
  border-radius: 7px;
  height: 90px;
  margin-right: 10px;
  overflow: hidden;
}
.pc-text{
  width: calc(100% - 90px);
  display: flex;
  align-items: end;
}
.pc-text-sec{
  width: calc(100% - 200px);
}
.pc-text-sec h3{
  font-size: 16px;
  color: #787878;
}
.pc-text-sec h5{
  font-size: 14px;
  color: var(--primary-dark);
}
.pc-text-sec p{
  font-size: 12px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 33px;
  color: #9e9e9e;
}
.pc-text-sec2{
  width: 190px;
  height: 100%;
  padding-top: 35px;
  border-left: 1px solid #f2f2f2;
  text-align: center;
  margin-left: 10px;
}
.pc-text-sec2 label{
  font-size: 12px;
  margin-bottom: 5px;
}
.pc-status{
  padding: 3px 7px;
  border-radius: 7px;
  font-size: 12px;
  width: 150px;
  text-align: center;
  margin: 0px auto;
}
.pc-status.created{
  background-color: #0dcaf0;
  color: #ffffff;
}
.pc-status.in-progress{
  background-color: #00a6c2;
  color: #ffffff;
}
.pc-status.on-hold{
  background-color: #ffc107;
  color: #ffffff;
}
.pc-status.completed{
  background-color: #198754;
  color: #ffffff;
}
/*assign employee list*/
.assign-user-list{
  display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0;
}
.assign-user-list li{
  margin: 3px;
}
.assign-user-list li a{
    position: relative;
    display: inline-block;
}
.assign-user-list li a img{
  width: 50px;
    height: 50px;
    display: inline-block;
    margin: 5;
    background-color: antiquewhite;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    object-fit: cover;
}
.userDetail{
    position: absolute;
    background-color: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    padding: 9px;
    border-radius: 7px;
    top: -55px;
    left: -5px;
    text-align: center;
    display: none
}
.userDetail:after{
    border-bottom-color: #fff !important;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    margin-left: -10px;
    top: 100%;
    left: 30px;
    height: 0;
    width: 0;
    transform: rotate(180deg);
}
.userDetail h4{
  font-size: 13px;
  color: #000;
  white-space: nowrap;
  margin-bottom: 5px;
}
.userDetail p{
  font-size: 10px;
  white-space: nowrap;
  margin-bottom: 0;
  color: #6c6c6c;
}
.assign-user-list li a:hover .userDetail{
  display: block;
}
@media(max-width: 767px) {
  .project-card > .d-flex{
    flex-direction: column;
  }
  .pc-text{
    width: 100%;
    flex-direction: column;
  }
  .pc-text-sec{
    width: 100%;
    margin-top: 15px;
  }
  .pc-text-sec2{
    width: 100%;
    text-align: left;
    padding-top: 0;
  }
  .pc-status{
    margin: unset;
  }
}
/*--------------------------------------------------------------
# Notes page
--------------------------------------------------------------*/
.notes-card{
  border: 1px dashed #f2f2f2;
  padding: 15px;
  position: relative;
  border-radius: 7px;
}
.notes-icon{
  width: 80px;
  margin-bottom: 10px;
}
.notes-content h3{
  font-size: 15px;
}
.notes-content p{
  font-size: 10px;
  color: #262626;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 45px;
}
.notes-footer{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px dashed var(--primary-color);
  padding-top: 5px;
}
.notes-footer h2{
  font-size: 17px;
  margin-bottom: 0px;
}
.notes-footer p{
  font-size: 8px;
  margin-bottom: 0;
  color: #262626;
}
/*--------------------------------------------------------------
# User Profile Page
--------------------------------------------------------------*/
.nav-tabs.prof-tab{
  height: 50px;
  padding: 4px;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid #efefef;
}
.nav-tabs.prof-tab .nav-link{
  transition: all 0.2s ease-in-out;
  height: 40px;
  line-height: 25px;
  font-size: 11px;
  color: var(--primary-color);
  position: relative;
  cursor: pointer;
  text-align: center;
  border-radius: 7px;
}
.nav-tabs.prof-tab .nav-link.active{
  border: 0;
  background-color: var(--primary-color);
    color: #ffffff;
}
@media(max-width: 767px) {
  .nav-tabs.prof-tab{
    height: auto;
  }
  .nav-tabs.prof-tab .nav-item{
    width: 100%;
  }
  .nav-tabs.prof-tab .nav-link{
    width: 100%;
  }
  .profile .profile-card h2 {
    font-size: 20px;
}
}

.parent-checkbox-group{

}
.parent-checkbox{
  font-size: 13px;
  font-weight: 500;
}
.child-checkbox-group{
    padding-left: 25px;
    position: relative;
    margin: 10px 0;
}
.child-checkbox-group:before{
  content: '';
    border-left: 1px dashed var(--primary-color);
    height: 100%;
    position: absolute;
    left: 5px;
}
.child-checkbox{
  font-size: 12px;
    padding: 2px 0;
    font-weight: 400;
}

.float-right{
  float: right;
}


/*Datatable filter hide*/
#salary_data_table_filter.dataTables_filter {
  display: none;
}
#increment_data_table_filter.dataTables_filter {
  display: none;
}

/*required*/
.required-field::after {
    content: "*";
    color: red;
}

/*Datatable*/

/*#leave_data_table{
  table-layout: fixed !important;
  word-wrap: break-word;
}*/

#leave_data_table td:nth-child(2) {
  /*min-width: 200px !important;*/
  max-width: 150px !important;
}

#leave_data_table td:nth-child(2) {
  white-space: normal; 
  overflow: visible;
  text-overflow: unset; 
}

.textarea-h-100{
  height: 100px;
}



.txt1 {
    font-size: 13px;
    line-height: 1.5;
    color: #999999;
  }
  
  .txt2 {
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
  }
  .txt2:hover {
    color: var(--primary-dark);
  }
  .limiter {
    width: 100%;
    margin: 0 auto;
    z-index: 1111;
    position: fixed;
  }
  
  .container-login100 {
    width: 100%;  
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: var(--primary-dark);
  }
  
  .wrap-login100 {
    width: 960px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 50px;
  }
  .wrap-login100 .new {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .login100-pic {
    width: 316px;
	display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .login100-pic img {
    max-width: 100%;
	background-color: #f2f2f2;
    border-radius: 70px;
  }
  .login100-pic img:hover {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  }
  .login100-form {
    width: 290px;
  }
  .login-logo{
	width: 150px;
    margin: 0px auto;
    margin-bottom: 25px;
  }
  .login100-form-title {
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .login100-form-desc{
	font-size: 13px;
	text-align: center;
  }
  .wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
  }
  
  .input100 {
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
  
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 68px;
  }
  
  .symbol-input100 {
    font-size: 15px;
  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    pointer-events: none;
    color: #666666;
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .input100:focus + .focus-input100 + .symbol-input100 {
    color: var(--primary-color);
    padding-left: 28px;
  }

  .container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
  }
  
  .login100-form-btn {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    border-radius: 25px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .login100-form-btn:hover {
    background: var(--primary-dark);
	color: #ffffff;
  }

  @media (max-width: 992px) {
    .wrap-login100 {
      padding: 177px 90px 33px 85px;
    }
  
    .login100-pic {
      width: 35%;
    }
  
    .login100-form {
      width: 50%;
    }
  }
  
  @media (max-width: 768px) {
    .wrap-login100 {
      padding: 100px 80px 33px 80px;
    }
  
    .login100-pic {
      display: none;
    }
  
    .login100-form {
      width: 100%;
    }
    .wrap-login100 marquee {
      bottom: 10px !important;
      font-size: 13px;
    }
  }
  
  @media (max-width: 576px) {
    .wrap-login100 {
      padding: 100px 15px 33px 15px;
    }
  }


/*sliding data*/
.wrap-login100 marquee{
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: red;
}
