
@font-face {
  font-family: 'Essentielle';
  src: url('/assets/fonts/Essentielle.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: "Open Sans", sans-serif !important;
  background: #f6f9ff !important;
  color: #444444 !important;
}


td,
th,
h1,
h2,
h3,
h4,
h5 {
   font-family: "Nunito", sans-serif;
}
a {
  color: #4154f1;
  text-decoration: none !important;
}


:root {
  scroll-behavior: smooth;
}

a:hover {
  color: #717ff5 !important;
  text-decoration: none !important;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Nunito", sans-serif ;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/

#main {
  margin-top: 60px ;
  padding: 20px 30px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}


.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

.nav-link span {
        color: #031076;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  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;
}

@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;
  }

  .payrolldetail_model {
    width: 103%;
  }

}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* 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;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
  font-size: 17px !important ;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #5e5df0;
}

.nav-tabs-bordered .nav-link.active {
    border-bottom: 4px solid #000 !important ;
    color: #000 !important ;
    font-size: 17px !important ;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}

.logo img {
  max-height: 26px;
  margin-right: 6px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #000;
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #5e5df0;
  display: flex;
  column-gap: 10px;
}


span.d-none.d-md-block.name.dropdown-toggle.ps-2 {
  background-color: transparent;
  color: #000;
  border-bottom: 2px solid #000;
}

.header-nav .nav-profile img {
  height: 50px;
  width: 100%;
  max-width: 50px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.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 {
  inset: 8px -15px auto auto !important;
}

.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: #e3a636;
  color: #000;
}

h3.col-sm-3.col-form-label.text1.required {
  font-size: 18px;
  font-weight: 600;
  text-align: start;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px 10px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 300px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }

}

.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;
  background: #f6f9ff;
  padding: 0px 0px;
  border-radius: 4px;
}

.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: #f6f9ff;
}

.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: #031076 !important;
  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: #031076;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# 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: 31px;
  color: black;
  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: #5e5df0;
  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;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 175px;
  height: 170px;
  width: 100%;
  margin-bottom: 13px;
}
.profile-card img {
    object-fit: cover;
}


.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 14px;
  margin-top: 5px;
}

.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: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.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;
  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;
}

@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%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #012970;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

/* //---------------- */
.calculator {
  border: 1px solid #717377;
  padding: 10px;
  border-radius: 16px;
  background: transparent;
  box-shadow: 0px 3px 15px rgba(113, 115, 119, 0.5);
}

.calculator input {
  width: 285px;
  border: none;
  padding: 7px;
  margin: 5px;
  background: #000;
  box-shadow: 0px 3px 15px rgba(84, 84, 84, 0.1);
  font-size: 30px;
  text-align: right;
  cursor: pointer;
}

.calculator input::placeholder {
  color: #ffffff;
}

.calculator a {
  border: none;
  width: 50px;
  height: 50px;
  margin: 12px 12px 0px;
  border-radius: 50%;
  background: #898989;
  color: #ffffff !important;
  font-size: 16px;
  box-shadow: -8px -8px 15px rgba(255, 255, 255, 0.1);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calculator .equalBtn {
  background-color: #fb7c14;
}

.calculator .operator {
  color: #5E5DF0;
}


.calculator a.operator:hover {
  background-color: #5E5DF0 !important;
}

.cal-section a:hover {
  background-color: #5E5DF0 !important;
}

.cal-section {
  /* width: 100%; */
  display: flex;
  align-items: center;
  margin: 0px auto;
  justify-content: center;
  /* gap: 5px; */
}

section.main-section {
  display: flex;
  justify-content: right;
  margin: 0px auto;
  column-gap: 15px;
}

section.cal2 {
  border: 1px solid #717377;
  padding: 10px;
  border-radius: 16px;
  background: transparent;
  box-shadow: 0px 3px 15px rgba(113, 115, 119, 0.5);
  width: 270px;
}

.design-button {
  overflow-y: scroll;
  padding: 14px 15px 0px;
  margin: 10px 0px 0px;
  height: 35vh;

}

a.button-deisgn:hover {
  border: 2px solid #5E5DF0;
  background: #000;
  color: white;
}

a.button-deisgn {
  padding: 10px 10px;
  border: 2px solid #e3a636;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  /* font-family: ui-monospace; */
  text-align: center;
  cursor: pointer;
  background: #e3a636;
}

.cal-button {
  padding: 5px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}


button.btn.btn-default {
  background: #e3a636;
  padding: 5px 25px;
  color: #fff;
  text-align: center;
  border: 2px solid #e3a636;
  transition: .5 ease all;
}

button.btn.btn-default:hover {
  background: #000;
  color: white;
  border: 2px solid #5e5df0;
}

form.form-design {
  box-shadow: 0 0px 6px #ebeef4;
  padding: 20px 20px;
  background: #fff;
}


#main {
  margin-top: 60px;
  padding: 20px 20px;
  transition: all 0.3s;
}

.pagetitle {
  display: flex;
  justify-content: flex-start;
  padding: 0px 0px 10px;
}

.design-button h4 {
  text-align: center;
  font-size: 20px;
  display: flex;
  justify-content: center;
  font-weight: 600;
  color: #000;
}

label.col-sm-3.col-form-label.required {
  font-size: 18px;
  font-weight: 600;
  text-align: start;
}

textarea#formulaOutput {
  width: 100%;
}

.col-form-label.required span.asterisk {
  color: red;
}

textarea#capping {
  width: 100%;
}


.create_btn {
  display: flex;
  justify-content: end;
  margin: 0px auto;
  padding: 0px 0px 30px;
  align-items: center;
  column-gap: 26px;
}

.modal-footer.back-btn {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

footer.footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 0px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
  background-color: #cddfff;
  z-index: 1000;
}

.ui-autocomplete li {
  padding: 5px;
  width: 100%;
}

.ui-autocomplete li a {
  width: 100%;
}

.ui-autocomplete li:hover {
  background: rgb(92, 92, 184);
}

.ui-autocomplete li a:hover {
  background: rgb(67, 67, 187);
}

.ui-autocomplete li a.ui-state-focus {
  background: rgb(72, 72, 177) !important;
  border: none;
  color: #fff;
}



.show_hide_btn {
  display: flex;
  justify-content: flex-end;
  margin: 0px auto;
  width: -webkit-fill-available;
  align-items: center;
  gap: 10px;
  padding: 0px 20px;
}

h5.modal-title {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}

div#append_grade_data a.button-design {
  padding: 10px 10px;
  border: 1px solid #898989;
  background: #898989;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  /* font-family: ui-monospace; */
  text-align: center;
  cursor: pointer;
}

.grade_btn {
  display: flex;
  gap: 5px;
}

.create_btn1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto 10px;
}

nav.header-nav.ms-auto {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0px auto;
  width: 100%;
}

div#header-alert {
  display: flex;
  justify-content: center;
  margin: 0px auto;
  align-items: center;
  width: 66%;
  padding: 10px;
  background-color: #000;
  color: white;
}

main.col.table-design {
  background: #fff;
  background: #fff;
  padding: 25px 20px 31px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.22);
}

.table-flex {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0px;
}

table.dataTable td {
  padding: 15px 0px;
}

table.dataTable>thead>tr>th {
  padding: 20px 0px 20px;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 10px !important;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 15px 0px 0px !important;
  white-space: nowrap;
  text-align: right;
}

input[type=radio] {
  border: 0px;
  width: 10%;
  height: 1em;
  accent-color: #e3a636;
}


h5#exampleModalLabel {
  color: #000;
  font-weight: 600;
  font-size: 24px;
}

h5#changePasswordModalLabel {
  font-size: 20px;
  font-weight: 600;
}

.modal-header button.btn-close {
  color: #dc3545 !important;
}

button.btn.btn-primary {
  background-color: #dc3545;
  border: 2px solid #dc3545;
  color: #fff;
}

button.btn.btn-primary.save_btn {
  background-color: #5e5df0;
  border: 2px solid #5e5df0;
  color: #fff;
}

button.btn.btn-primary.save_btn:hover {
  background-color: #5e5df0;
  color: white;

}

button.btn.btn-primary:hover {
  background-color: #dc3545;
  color: white;

}

a.btn.btn-warning.change-password-btn {
  border: 2px solid #ffc107;
  background-color: #ffc107;
  color: #fff;
}

a.btn.btn-warning.change-password-btn:hover {
  background: transparent;
  border: 2px solid #ffc107;
  color: #ffc107;
}

a.btn.btn-danger.delete-user-btn {
  background-color: #dc3545;
  color: #fff;
  border-color: #dc3545;
  border: 2px solid #dc3545;
}

a.btn.btn-danger.delete-user-btn:hover {
  background-color: transparent;
  color: #dc3545;
  border-color: #dc3545;
  border: 2px solid #dc3545;
}

a.btn.btn-primary {
  background-color: #e3a636;
  border: 2px solid #e3a636;
  color: white;
}


a.btn.btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

a.btn.btn-primary.edit-userdata-btn:hover {
  background-color: #fff;
  color: #5e5df0;

}

a.btn.btn-primary i.bi.bi-pencil:hover {
  background-color: transparent;
  color: #5e5df0;

}

a.btn.btn-success.approve-payroll:hover {
  background-color: transparent;
  color: #198754;
}

a.btn.btn-danger.reject-payroll:hover {
  background-color: transparent;
  color: #dc3545;
}

button.btn.btn-primary.primary1:hover {
  background-color: transparent;

  color: #5e5df0;
}




a.btn.btn-danger.delete:hover {
  background-color: transparent;
  color: #dc3545;
}

a.btn.btn-danger.delete-payrollhead:hover {
  background-color: transparent;
  color: #dc3545;
}

button.btn.btn-default {
  background: #e3a636;
  padding: 5px 25px;
  color: #fff;
  text-align: center;
  border: 2px solid #e3a636;
  transition: .5 ease all;
}

button.btn.btn-default:hover {
  background: #000;
  color: white;
  border: 2px solid #5e5df0;
}

input[type="checkbox"] {
  width: 1em;
  accent-color: #e3a636;
}

h3.heading-select {
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  font-family: none;
}

.grade h4.grade_heading {
  color: #000;
  font-weight: 500;
  font-size: 19px;
  text-align: left;
  padding: 0px 0px -7px;
  position: relative;
  left: 171px;
  bottom: 33px;
  font-family: "Nunito", sans-serif;
}

button.btn.btn-primary.primary1 {
  background-color: #e3a636;
  border: 2px solid #e3a636;
  color: #fff;
}

button.btn.btn-primary.primary1:hover {
  background-color: #000;
  color: white;
}

button.btn.btn-primary1 {
  background-color: #e3a636;
  color: #fff;
  border-color: #e3a636;
}

button.btn.btn-primary1:hover {
  background-color: #000;
  color: #fff;
  border-color: #5e5df0;
}

button.btn.btn-primary.update_btn {
  background-color: #e3a636;
  border: 2px solid #e3a636;
  color: #fff;
}

button.btn.btn-primary.update_btn:hover {
  background-color: transparent;
  color: #5e5df0;
}

button.btn.btn-primary.update_btn:focus {
  background-color: #e3a636;
  color: #fff;
}

label.col-sm-3.col-form-label.permission {
  font-size: 18px;
  font-weight: 600;
  text-align: start;
}

.modal-header h5#editRoleLabel {
  font-size: 24px;
  color: #000;
  font-weight: 600;

}

input[type="checkbox"] {
  width: 1em;
  accent-color: #e3a636;
  ;
}

h5#editUserDataModalLabel {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}

button.btn.btn-primary.deletegrade_btn:hover {
  background-color: transparent;
  color: #dc3545;
}

button.btn.btn-primary.sbt_btn {
  background-color: #5e5df0;
  border: 2px solid #5e5df0;
  color: #fff;
}

button.btn.btn-primary.sbt_btn:hover {
  background-color: transparent;
  color: #5e5df0;
}

a.btn.btn-primary.back_btn:hover {
  background-color: transparent;
  color: #898989;
  border-color: #898989;
}

button.btn.btn-primary.deletepayroll_btn:hover {
  background-color: transparent;
  color: #dc3545;
}

button#delete_btn:hover {
  background-color: transparent;
  color: #dc3545;
}

button.btn.btn-primary.user_delete:hover {
  background-color: transparent;
  color: #dc3545;
  border-color: #dc3545;
}


a.btn.btn-primary.back_btn {
  background-color: #898989;
  border: 2px solid #898989;
}

.check_btn {
  display: flex;
  align-items: center;
  margin: 0px auto;
}

.custom-file-upload {
  border-radius: 50%;
  display: inline-block;
  position: relative;
  padding: 6px;
  cursor: pointer;
  background: linear-gradient(270deg, #5e5df0, #5e5df0);
  margin-bottom: 25px;
}

.img-wrap {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}

/* .profile .profile-card img {
  max-width:unset;
  width: 100%;
} */
.img-upload:before {
  content: "\f093";
  font-size: 90px;
  position: absolute;
  padding-top: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #63d3a6;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  opacity: 0;
  transition: .5s ease;
  background-color: #fff;
}

a.btn.btn-primary.switch_btn {
  background-color: #fff;
  border: 2px solid #fff;
  font-size: 14px;
  /* slightly larger */
  color: #000;
  padding: 7px 11px;
  /* more padding for a large feel */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  /* optional for a smoother button */
  transition: all 0.3s ease;
}

a.btn.btn-primary.switch_btn:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

.display_btn {
  display: flex;
  justify-content: flex-end;
  margin: 0px auto;
  padding: 10px 0px 0px;
  column-gap: 15px;
}

.display_btn a#show_hide {
  font-size: 14px;
}

h5#detail {
  color: #5e5df0;
}

h5#update_benefit {
  color: #5e5df0;
}

a.btn.btn-success.approved {
  padding: 7px 10px;
  border: 2px solid #198754 !important;

}

a.btn.btn-danger.rejected {
  padding: 7px 15px;
  border: 2px solid #bb2d3b !important;
}

a.btn.btn-warning.pending {
  padding: 7px 15px;
  border: 2px solid #ffc107 !important;
}

a.btn.btn-success.approved:hover {
  background: transparent;
  color: #198754;

}

a.btn.btn-danger.rejected:hover {
  padding: 7px 15px;
  background: transparent;
  color: #bb2d3b;

}

a.btn.btn-warning.pending:hover {
  padding: 7px 15px;
  background: transparent;
  color: #ffc107;

}

/* tabs desgn css */

.tabs-design {
  padding: 10px 0px 30px;
}

ul#myTab {
  padding: 0px 0px;
}

button#profile-tab {
  color: #5e5df0;
  font-weight: 600;
  font-size: 15px;
}

button#home-tab {
  color: #5e5df0;
  font-weight: 600;
  font-size: 15px;
}

.nav-tabs .nav-link.active {
  color: #000 !;
  font-weight: 600;
  font-size: 15px;
}

.table-btndesign {
  display: flex;
  column-gap: 10px;
}

.table-btndesign a.btn.btn-danger {
  padding: 5px 25px;
}

.beneft_btn {
  display: flex;
  justify-content: flex-end;
  margin: 0px auto;
  /* padding: 0px 0px 30px; */
  position: relative;
  bottom: 40px;
}

.popupform {
  display: flex;
  flex-direction: column;
  margin: 0px auto;
  row-gap: 15px;
}

div#input_field {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

div#file_upload {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

div#calender {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

div#select_box {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.form-wrap {
  background: rgba(255, 255, 255, 1);
  width: 100%;
  /* max-width: 850px; */
  padding: 0px;
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.form-wrap:before {
  content: "";
  width: 90%;
  height: calc(100% + 60px);
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: -30px;
  /* background: #00bcd9; */
  z-index: -1;
  opacity: 0.8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;


}

.form-grouppayroll {
  margin-bottom: 0px !important;
}

.form-grouppayroll {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-top: 15px;
}

.form-grouppayroll {
  margin-bottom: 25px;
}

.form-grouppayroll>label {
  display: block;
  font-size: 18px;
  color: #000;
}

.custom-control-label {
  color: #000;
  font-size: 16px;
}

*/ .form-controlpayroll {
  height: 50px;
  background: #ecf0f4;
  border-color: transparent;
  padding: 0 15px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  border-color: #00bcd9;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

textarea.form-control {
  height: 160px;
  padding-top: 15px;
  resize: none;
}

.btn {
  padding: .657rem .75rem;
  font-size: 18px;
  letter-spacing: 0.050em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #00bcd9;
  border-color: #00bcd9;
}

.btn-primary:hover {
  color: #00bcd9;
  background-color: #ffffff;
  border-color: #00bcd9;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}


.btn-primary:focus,
.btn-primary.focus {
  color: #5e5df0;
  background-color: #ffffff;
  border-color: #5e5df0;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}


.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.main-radio {
  display: flex;
  column-gap: 20px;
}

.main-radio .form-check {
  display: flex;
  column-gap: 10px;
}

.main-radio .form-check input#flexRadioDefault2 {
  width: 20px;
  height: 20px;
  border: 1px solid #898585;
  color: #7e7b7b;
}


.col-md-12.pay_component {
  display: flex;
  justify-content: flex-end;
  margin: 27px auto 10px;
  /* background: #4154f1; */
}

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

button#submit {
  display: flex;
  /* justify-content: flex-end; */
  /* margin: 0px auto; */
  background: #e3a636;
  border: 2px solid #e3a636;
}

button#submit:hover {
  background: #000;
  color: white;
}


span.select2-selection.select2-selection--single {
  display: block;
  height: 50px;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

span.select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 13px !important;
  right: 5px !important;
  width: 20px;
}


.payroll_model {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  /* margin: 0px auto; */
  align-items: baseline !important;
}

p#append {
  font-size: 18px;
  font-weight: 600;
  padding-right: 15px;
}

h5#childcare {
  font-size: 20px;
  font-weight: 800;
  color: #2f2e78;
}

/* //----------- */
.tab-section {
  padding: 50px 0;
  font-family: "Open Sans", sans-serif;
}

div#nav-home h3 {
  padding-bottom: 10px;
}

.tab-section .nav-pills .nav-link.active {
  color: #fff;
  background-color: #e3a636 !important;
  border-color: #dee2e6 #dee2e6 #fff;
  border-radius: 20px;
}

.tab-section .nav-pills .nav-link {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  border-radius: 20px;
  padding: 10px;
  position: relative;
}

.tab-content h3 {
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
}

ul#myTab {
  border-radius: 20px;
}

.tab-content p {
  font-size: 18px;
}

.tab-content p strong {
  color: #5e5df0;
}

div#nav-tabContent {
  padding: 30px 25px;
}

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e3a636;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}




div#loader {
 position: absolute;
  margin-top: 11%;
  margin-left: 43%;
}

div#approver_loader {
  position: absolute;
  margin-top: -1%;
  margin-left: 43%;
}

h5#userModalLabel {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

span.payroll-name {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  #approval_model .modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
  }

  #rejection_model .modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
  }

  #common_model .modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
  }

   #employee_referral_model .modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
  }

  #housing_loan .modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
  }

  #joiningRecovery_bonus .modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
  }

  #childcare .modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
  }

  #weddingGift_model .modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
  }

  #transfer_model .modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
  }

  #maternity_model .modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
  }
}

div#common_loader {
  position: absolute;
  top: 40%;
  left: 46%;
}

div#housingloan_loader {
  position: absolute;
  top: 72%;
  left: 40%;
}

div#rejected_history_length {
  padding-bottom: 20px;
}

.active>.page-link {
  background-color: #e3a636 !important;
  border-color: #e3a636 !important;
}

.footer_payrroll {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
}

.main-radio .form-check input#flexRadioDefault3 {
  width: 20px;
  height: 20px;
  border: 1px solid #898585;
  color: #7e7b7b;
}

#deleteModal button.btn.btn-primary:active {
  color: #fff;
  background-color: #e04656;
  border-color: #dc3545;
}

button.btn.btn-primary.user_delete:active {
  color: #dc3545;
  background-color: unset;
  border-color: #dc3545;
}

a.btn.btn-danger.delete-btn:hover {
  background-color: transparent;
  color: #dc3545;
}


a.btn.btn-primary.create-button {
  background-color: #e3a636;
  border: 2px solid #e3a636;
  color: white;
  transition: 0.3s;
}

a.btn.btn-primary.create-button:hover {
  background-color: #000;
  color: white;
}

a.btn.btn-secondary {
  border: 2px solid #6c757d;
  padding: 2px 10px 2px 7px;
}

a.btn.btn-secondary:hover {
  color: #6c757d;
  background-color: transparent;
  border: 2px solid #6c757d;
}

a.status-toggle.btn.btn-danger {
  background: #dc3545;
  border: 2px solid #dc3545;
  margin-right: 10px;
}

a.status-toggle.btn.btn-danger:hover {
  background-color: transparent;
  color: #dc3545;
}

a.btn.btn-danger.delete {
  background: #dc3545;
  border: 2px solid #dc3545;
  color: #fff;
}

button.btn.btn-primary.save_btn:hover {
  background-color: transparent;
  border: 2px solid #5e5df0;
  color: #5e5df0;
}

button.btn.btn-secondary.close_btn {
  border: 2px solid #6c757d;
  background-color: #6c757d;

}

button.btn.btn-secondary.close_btn:hover {
  color: #6c757d;
  background-color: transparent;
  border: 2px solid #6c757d;

}

button.btn.btn-secondary.cancel_btn {
  border: 2px solid #6c757d;
  background-color: #6c757d;

}

button.btn.btn-secondary.cancel_btn:hover {
  color: #6c757d;
  background-color: transparent;
  border: 2px solid #6c757d;

}

/* a.btn.btn-success.approve_btn {
  background: #198754;
  border: 2px solid #198754;
  color: #fff;
} */
/* a.btn.btn-success.approve_btn:hover {
  background: transparent;
  border: 2px solid #198754;
  color: #198754;
} */
/* a.btn.btn-danger.rejected_btn {
  background: #dc3545;
  color: #fff;
  border: 2px solid #dc3545;
}
a.btn.btn-danger.rejected_btn:hover {
  background:transparent;
  color: #dc3545;
  border: 2px solid #dc3545;
} */


span.select2-selection.select2-selection--multiple {
  min-height: 38px;
  user-select: none;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 5px 10px;
}

button.btn.btn-secondary.close-button {
  border: 2px solid #6c757d;
  background-color: #6c757d;
}

button.btn.btn-secondary.close-button:hover {
  color: #6c757d;
  background-color: transparent;
  border: 2px solid #6c757d;
}

a.status-toggle.btn.btn-success {
  background: #198754;
  color: #fff;
  border: 2px solid #198754;
}

a.status-toggle.btn.btn-success:hover {
  background: transparent;
  color: #198754;
  border: 2px solid #198754;
}

/* a.btn.btn-success.historyApprovedButton {
  background: #198754;
  border: 2px solid #198754;
  color: #fff;
}

a.btn.btn-success.historyApprovedButton:hover{
  background: transparent;
  border: 2px solid #198754;
  color: #198754;
} */

/* a.btn.btn-danger.historyRejectedButton {
  background: #dc3545;
  color: #fff;
  border: 2px solid #dc3545;
}

a.btn.btn-danger.historyRejectedButton:hover{
  background: transparent;
  color: #dc3545;
  border: 2px solid #dc3545;
} */

.main-radio .form-check input#paycomponent_fileupload {
  width: 20px;
  height: 20px;
  border: 1px solid #898585;
  color: #7e7b7b;
}

.main-radio .form-check input#paycomponent_onetime {
  width: 20px;
  height: 20px;
  border: 1px solid #898585;
  color: #7e7b7b;
}

.main-radio .form-check input#paycomponent_recurring {
  width: 20px;
  height: 20px;
  border: 1px solid #898585;
  color: #7e7b7b;
}

.tooltip {
  --bs-tooltip-bg: #000 !important;
}

.modal-dialog.employee-detail {
  max-width: 800px;
}

.detail-name {
  justify-content: flex-start;
  display: flex;
  column-gap: 5px;
  width: 100%;
  align-items: center;
  /* margin: 0px auto; */
}

.detail-design {
  background: #e7e7e7;
  /* width: 75%; */
  display: flex;
  align-items: center;
  padding: 10px 0px 10px 10px;
  border-radius: 5px;
}

.name-design h4 {
  display: flex;
  align-items: center;
  /* width: 26%; */
  font-size: 20px;
  margin: 0px auto;
}


.detail {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

/* detail design css */



.form-contact {
  width: 100%;
  /* margin:30px auto 30px; */
  /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.22) ; */
}

.div-class {
  width: 100%;
  display: table;
  padding: 20px 10px 0px;

}

.div-class1 {
  width: 100%;
  display: table;
  padding: 20px 10px 0px;

}

.div-class2 {
  width: 100%;
  display: table;
  padding: 20px 10px 0px;

}

.div-class3 {
  width: 100%;
  display: table;
  padding: 20px 10px 0px;

}

.first-div,
.second-div {
  display: table-cell;
  vertical-align: middle;
}

.first-div {
  width: 25%;

}

.first-div h3 {
  font-size: 22px;
  font-weight: 600;
}

.second-div {
  width: 75%;
  text-align: left;
  padding: 0px 20px 0px 5px;

}

.first-div h3 {
  margin: 0;
  font-size: 20px;
}

.second-div .fill-form {
  display: inline-block;
  background-color: #f0f0f0;
  padding: 10px 10px;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
}

.name-design.me-3.payrolldetaildiv {
  display: inline-block;
  width: 160px;
  margin-right: 0 !important;
}

/* detail design end  */
.appended_form {
  /* margin: 20px 0px; */
  padding: 40px 30px;
}

form.teampayrollform {
  background: white;
  padding: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.22);
}

.modal-footer.appendedform_footer button.btn.btn-primary {
  background-color: #4154f1;
  border: 2px solid #4154f1;
  color: #fff;
}

.modal-footer.appendedform_footer button.btn.btn-primary:hover {
  background-color: #edf2fa;
  color: #4154f1;
}

.modal-footer.appendedform_footer {
  display: flex;
  column-gap: 10px;
}

.modal-footer.appendedform_footer button.btn.btn-secondary {
  background: #6c757d;
  border: 2px solid #6c757d;
  color: #fff;
}

.modal-footer.appendedform_footer button.btn.btn-secondary:hover {
  background: transparent;
  border: 2px solid #6c757d;
  color: #6c757d;
}

div .teampayrollform .teampayrollform1 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-bottom: 10px;
}

.teampayrollform1 .form-group label {
  padding-bottom: 10px;
}

label.payrolluser_name {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  padding-top: 10px;
}

.form-group.input {
  display: flex;
  column-gap: 20px;
  width: 100%;
}

.input-design {
  display: flex;
  /* flex-direction: column; */
  width: 100%;
  column-gap: 35px;
}

.input-design1 {
  display: flex;
  /* flex-direction: column; */
  width: 100%;
  column-gap: 20px;
}

.input-design2 {
  display: flex;
  /* flex-direction: column; */
  width: 99%;
  column-gap: 4px;
  height: 39px;
}

.modal-footer.common_modelfooter {
  padding-top: 18px;
  column-gap: 15px;
}

.appendecommon_loader {
  position: absolute;
  /* margin-left: 500px; */
  margin-top: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.permission-model-heading {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.modal-body.permission {
  font-weight: 500;
}

td.action_td {
  display: flex;
  column-gap: 10px;
}

a.btn.btn-primary1.w-100.pass_btn {
  color: white;
  background-color: #e3a636;
}

a.btn.btn-primary1.w-100.pass_btn:hover {
  background-color: #000;
}

a.btn.btn-primary1.w-100.otp_btn {
  margin-top: 18px;
  color: white;
  background-color: #e3a636;
}

a.btn.btn-primary1.w-100.otp_btn:hover {
  background-color: #000;
}

button.btn.btn-primary1.w-100.otp_btn {
  margin-top: 27px;
}

button.btn.btn-primary1.w-100.submit-button {
  margin-top: 0px;
}

button.btn.btn-primary1.w-100.login-button {
  margin-top: 0px;
}

.spinner-border.text-warning.loader-spinner.login_loader {
  position: absolute;
  top: 220px;
  left: 40%;
  z-index: 999;
}

p.small.mb-0.resend_otp {
  text-align: right;
}

input#mass_upload_yes {
  width: 20px;
  height: 20px;
  border: 1px solid #898585;
  color: #7e7b7b;
}

input#mass_upload_no {
  width: 20px;
  height: 20px;
  border: 1px solid #898585;
  color: #7e7b7b;
}

input#future_date_yes {
  width: 20px;
  height: 20px;
  border: 1px solid #898585;
  color: #7e7b7b;
}

input#future_date_no {
  width: 20px;
  height: 20px;
  border: 1px solid #898585;
  color: #7e7b7b;
}

input#add {
  width: 20px;
  height: 20px;
  border: 1px solid #898585;
  color: #7e7b7b;
}

input#substract {
  width: 20px;
  height: 20px;
  border: 1px solid #898585;
  color: #7e7b7b;
}

input#both {
  width: 20px;
  height: 20px;
  border: 1px solid #898585;
  color: #7e7b7b;
}

/* div#ui-datepicker-div {
  position: fixed;
  top: 214.997px !important;
  left: 530.99px;
  z-index: 1056;
  display: block;
} */

a.btn.btn-primary.pending-btn {
  background: transparent !important;
  color: #5e5df0;
  font-weight: 600;
  font-size: 15px;
  padding: 0;
  border: none;
}

i.bi.bi-question-circle {
  /* border-width: 10px 8px 08px; */
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3) transparent transparent transparent;
  top: -20px;
  margin-left: -8px;
}

div#ui-datepicker-div {
  position: fixed;
  top: 395.4px;
  left: 409.8px;

  /* display: block; */
}



.rotating-text-wrapper {
  text-align: center;
  position: absolute;
  width: 100px;
  color: #fff;
  margin-top: -6px;
}

.rotating-text-wrapper h6 {
  font-size: 15px;
  margin: 0;
  padding: 11px 10px;
  color: #5e5df0;
  animation: blink 3s infinite;
  font-weight: 500 !important;
  line-height: 14px !important;
  font-family: inherit !important;
  position: absolute;
  width: 130px;
  left: -125px;
  top: -32px;
  border-radius: 3px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale(1);
  }

  51% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

table#approved_approval td,
th {
  font-size: 15px;
}

div#approver_plus {
  display: flex;
  align-items: center;
  /* margin: 0px auto; */
  column-gap: 25px;
}

.add-approver {
  display: flex;
  align-items: center;
  /* margin: 37px auto; */

  color: #5e5df0;
  font-size: 20px;
  /* background: #5e5df0; */
}

.approve-remove-btn {
  display: flex;
  align-items: center;
  margin: 0px auto;
  padding-top: 45px;
  column-gap: 10px;
}

.form-grouppayroll select {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}


#row.edit-aprrove-remove-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.approver_row {
  flex: 1;
  margin-right: 10px;
}

.approve_edit-remove-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.appended_approver {
  display: flex;
  flex-direction: column;
  /* width: 100%; */
}

.approve_edit-remove-btn .add-approver,
.approve_edit-remove-btn .remover_edit-approver {
  margin-right: 10px;
  /* Space between Add and Remove buttons */
}

.approve_edit-remove-btn a {
  margin-right: 10px;
  /* Space between buttons */
}

.form-grouppayroll {
  margin-bottom: 15px;
}

.approve_edit-remove-btn {
  display: flex;
  align-items: center;
  justify-content: left;
  flex: 1;
  margin: 0px 0px -57px;
  padding-left: 30px;
}

#row.edit-aprrove-remove-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0px;
}

td.highlight_masterHead {
  font-weight: 700 !important;
  background-color: gray;
}

tr.highlight_masterHead {
  background-color: lightgray;
}

td.highlight_masterHead_amount {
  font-weight: 700 !important;

}

button#enable-drag {
  background-color: #e3a636;
  border-color: #e3a636;
}

button#enable-drag:hover {
  background: #000;
  border: 2px solid #5e5df0;
  color: white;
}

td.head-title-column {
  width: 37%;
}

div#upload_loader {
  text-align: center;
  padding-top: 3px;
  position: absolute;
  margin-left: 49%;
}

.user_changePassword {
  display: flex;
  justify-content: end;
  margin: 0px auto;
  padding: 0px 0px 30px;
  align-items: center;
  column-gap: 26px;
}

a.btn.btn-warning.mydetailchange-password {
  border: 2px solid #ffc107;
  background-color: #ffc107;
  color: #fff;
}

a.btn.btn-warning.mydetailchange-password :hover {
  background: transparent;
  border: 2px solid #ffc107;
  color: #ffc107;
}

#loan_model .modal-dialog {
  max-width: 750px;
  margin: 1.75rem auto;
}

#recovery .modal-dialog {
  max-width: 750px;
  margin: 1.75rem auto;
}

textarea#message {
  width: 100%;
}

.total_approvers {
  display: flex;
  column-gap: 25px;
}

label.form-label.total_require {
  font-weight: 700;
}

#create_gradetable {
  table-layout: fixed;
  width: 100%;
}

#create_gradetable th,
#create_gradetable td {
  width: 15%;
  /* Equal width for each column */
  text-align: left;
  /* Optional: Center-aligns the text */
  word-wrap: break-word;
  /* Ensures text breaks within the column if it overflows */
}

#edit_gradetable {
  table-layout: fixed;
  width: 100%;
}

#edit_gradetable th,
#edit_gradetable td {
  width: 15%;
  /* Equal width for each column */
  text-align: left;
  /* Optional: Center-aligns the text */
  word-wrap: break-word;
  /* Ensures text breaks within the column if it overflows */
}

ul.dropdown-menu.user.show {
  color: white;
  background-color: white;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #e3a636;
  color: #fff;
}

#user_listing_table td {
  width: 10%;
  white-space: nowrap;
}

/* a.btn.btn-primary.approvedhistorydetail {
  width: 151px;
} */
.month_year .for_month {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 6px 8px;
}

.month_year {
  display: flex;
  /* justify-content: space-between; */
  column-gap: 10px;
}


.month_year .for_month select {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

textarea#policytextarea {
  width: 100%;
}

.row.dashboard_icons {
  display: flex;
  row-gap: 20px;
}

.row.dashboard_icons .col-2 {
  width: 16%;
}

a.btn.btn-primary.update {
  /* display: flex; */
  flex-direction: column;
}

.align-items-center {
  align-items: center !important;
  background-color: #e3a636;
}

a.btn.btn-primary.dash-icon {
  display: flex;
  flex-direction: column;
}

a.logo.d-flex.align-items-center.w-auto {
  background-color: #d3d3d3;
}

span.d-none.d-lg-block {
  background-color: #d3d3d3;
}

.justify-content-center {
  justify-content: center !important;
  background-color: #d3d3d3;
}

span.d-none.d-lg-block.loreal_tag {
  background-color: #e3a636;
}

span.d-none.d-md-block.name.dropdown-toggle.ps-2 {
  background-color: transparent;
  color: #000;
  border-bottom: 2px solid #000;
}

.switch-button-section {
  margin-right: 15px;
}

li.list-group-item.allapprovers {
  background-color: #e3a636;
}

li.list-group-item.approvedrole {
  background-color: #e3a636;
}

li.list-group-item.pendingrole {
  background-color: #e3a636;
}

button.users_listing {
  background-color: #e3a636 !important;
  border-color: #e3a636 !important;
}

.businessdropdown {
  position: relative;
  font-size: 14px;
  z-index: 1;
  color: #333;
}

.businessdropdown.on {
  z-index: 10;
}

.businessdropdown .dropdown-label {
  display: block;
  height: 39px;
  background: #fff;
  border: 1px solid #dee2e6 !important;
  padding: 10px 12px;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
  z-index: 5;
}

.businessdropdown .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: top;
  transform: scale(1, 0);
  opacity: 0;
  z-index: 10;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.businessdropdown.on .dropdown-list {
  transform: scale(1, 1);
  opacity: 1;
  width: 100%;
}

.dropdown-option {
  display: block;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

.dropdown-option:hover {
  background-color: #f8f9fa;
}

[type="checkbox"] {
  margin-right: 8px;
}

@media (max-width:1600px) {
  a.btn.btn-primary.dash-icon {
    display: flex;
    flex-direction: column;
    /* min-height: 89px; */
  }
}

@media (max-width: 1000px) {
  a.btn.btn-primary.dash-icon {
    display: flex;
    flex-direction: column;
    min-height: 89px;
    font-size: 12px;
  }
}

a.btn.btn-primary.dash-icon.mastersalaryheadlisting {
  background-color: #de1278;
  border-color: #dc1277;
}

a.btn.btn-primary.dash-icon.grade-listing {
  background-color: #07838f;
  border: 2px solid #07838f;
  color: white;
}

a.btn.btn-primary.dash-icon.emp-listing {
  background-color: #7858ff;
  border: 2px solid #7858ff;
  color: white;
}

a.btn.btn-primary.dash-icon.salaryhead-listing {
  background-color: #5b738b;
  border: 2px solid #5b738b;
  color: white;
}

a.btn.btn-primary.dash-icon.rolelisting {
  background-color: #0057d2;
  border: 2px solid #0057d2;
  color: white;
}

a.btn.btn-primary.dash-icon.teampayroll-listing {
  background-color: #df1278;
  border: 2px solid #df1378;
  color: white;
}

a.btn.btn-primary.dash-icon.payrollsubmission-listing {
  background-color: #e3a636;
  border: 2px solid #e3a636;
  color: white;

}

a.btn.btn-primary.dash-icon.downloadlink-listing {
  background-color: #181716;
  border: 2px solid #181716;
  color: white;

}

a.btn.btn-primary.dash-icon.upload {
  background-color: #07838f;
  border: 2px solid #07838f;
  color: white;
}

a.btn.btn-primary.dash-icon.businessunit {
  background-color: #7858ff;
  border: 2px solid #7858ff;
  color: white;
}

a.btn.btn-primary.dash-icon.policy {
  background-color: #5b738b;
  border: 2px solid #5b738b;
  color: white;
}

/* //---------- */
div#all_approves_model .modal-dialog {
  max-width: 600px;
}


div#all_approves_model .total_app {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-columns: 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
}



div#all_approves_model li.list-group-item.allapprovers {
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  color: #000;
}

input.readonlyinput {
  background-color: #e9ecef;
  cursor: not-allowed;
}

a.btn.btn-success.approve-payroll.disabled-link {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

a.btn.btn-danger.reject-payroll.disabled-link {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

button#approvedHistoryBtn {
  border: 2px solid #e3a636;
  color: white;
  background-color: #e3a636;
}

button#rejectedHistoryBtn {
  border: 2px solid #e3a636;
  color: white;
  background-color: #e3a636;
}


/* / new css  / */

section.section.dashboard .row.mt-5 {
  margin-top: 1rem !important;
}

section.section.dashboard h5.card-title {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}


section.section.dashboard table.dataTable>thead>tr>th {
  padding: 4px 0px 5px;
}

section.section.dashboard table.dataTable td a.btn.btn-primary.view_policy {
  font-size: 13px;
}

section.section.dashboard table.dataTable td {
  padding: 5px 0px;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0px 0px 0px !important;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0px !important;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0px !important;
  font-size: 13px;
}

ul.pagination li a {
  font-size: 13px;
}

.dataTables_length label {
  font-size: 13px;
}

.dataTables_length select.form-select.form-select-sm {
  font-size: 13px;
}

a.btn.btn-primary.dash-icon.userlisting {
  background-color: #0071cb;
  border: 2px solid #0071cb;
  font-size: 13px;
  color: white;
}

a.btn.btn-primary.dash-icon {
  font-size: 13px;
}

.row.dashboard_icons {
  display: flex;
  row-gap: 10px;
}

div#user_listing_table_wrapper table.dataTable>thead>tr>th {
  padding: 5px 15px 5px 0px;
  font-size: 13px;
}

div#user_listing_table_wrapper table.dataTable td {
  padding: 3px 0px;
  font-size: 13px;
}

button.users_listing {
  background-color: #e3a636 !important;
  border-color: #e3a636 !important;
  padding: 0px 8px 0px 5px;
}

a.btn.btn-primary.create-button {
  background-color: #e3a636;
  border: 2px solid #e3a636;
  color: white;
  transition: 0.3s;
  font-size: 13px;
}

#user_listing_table td {
  width: 15%;
  white-space: nowrap;
}

.pagetitle h1 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #000000;
}

.create_btn {
  display: flex;
  justify-content: end;
  margin: 0px auto;
  padding: 0px 0px 0px;
  align-items: center;
  column-gap: 16px;
}

table.dataTable td {
  padding: 4px 0px;
}

table.dataTable>thead>tr>th {
  padding: 5px 0px 5px;
  font-size: 13px;
}

a.btn.btn-primary {
  background-color: #e3a636;
  border: 2px solid #e3a636;
  color: white;
  font-size: 13px;
  padding: 2px 5px;
}

a.btn.btn-danger.delete {
  background: #dc3545;
  border: 2px solid #dc3545;
  color: #fff;
  font-size: 13px;
  padding: 2px 5px;


}

table.dataTable td {
  padding: 4px 0px;
  font-size: 13px;
}

main.col.table-design {
  background: #fff;
  background: #fff;
  padding: 15px 20px 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.22);
}

button#enable-drag {
  background-color: #e3a636;
  border-color: #e3a636;
  padding: 0px 5px;
}

.create_btn {
  display: flex;
  justify-content: end;
  margin: 0px auto;
  padding: 0px 0px 15px;
  align-items: center;
  column-gap: 16px;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  font-size: 13px;
}

section.section.profile .card {
  margin-bottom: 10px;
}

div#profile-overview .col-lg-3.col-md-4.label {
  font-size: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #000000db;
  font-family: 'Essentielle', sans-serif !important;
}

div#profile-overview .col-lg-9.col-md-8 {
  font-size: 13px;
}

div#profile-overview .card-body.pt-3 {
  padding: 6px 10px !important;
}



.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}

.custom-file-upload {
  border-radius: 50%;
  display: inline-block;
  position: relative;
  padding: 6px;
  cursor: pointer;
  background: linear-gradient(270deg, #5e5df0, #5e5df0);
  margin-bottom: 0px;
}

.card-body.profile-card.pt-4.d-flex.flex-column.align-items-center {
  padding: 37px 0px 57px !important;
}


.profile .profile-overview .row {
    margin-bottom: 20px !important;
    font-size: 15px !important;
}

.img-wrap {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
}

a.btn.btn-danger.delete-payrollhead {
  padding: 2px 5px;
}

.tab-section {
  padding: 0px 0;
  font-family: "Open Sans", sans-serif;
}

div#nav-tabContent {
  padding: 5px 10px;
}

a.btn.btn-success.approve-payroll {
  padding: 2px 5px !important;
  font-size: 13px !important;
}

a.btn.btn-danger.reject-payroll {
  padding: 2px 5px !important;
  font-size: 13px !important;
}

.tab-section .nav-pills .nav-link {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  border-radius: 20px;
  padding: 5px;
  position: relative;
}

ul#myTab {
  padding: 0px 0px;
  margin-bottom: 7px !important;
}

a.status-toggle.btn.btn-success {
  background: #198754;
  color: #fff;
  border: 2px solid #198754;
  font-size: 13px;
  padding: 2px 5px !important;

}

a.btn.btn-danger.delete-user-btn {
  padding: 2px 5px;
  font-size: 13px;
}

button.btn.btn-primary.primary1 {
  background-color: #e3a636;
  border: 2px solid #e3a636;
  color: #fff;
  padding: 2px 5px;
  font-size: 13px;
}

input[type=radio] {
  border: 0px;
  width: 10%;
  height: 1em;
  accent-color: #e3a636;
}

label.col-sm-3.col-form-label.required {
  font-size: 16px;
  font-weight: 600;
  text-align: start;
}

form#upload_csvform {
  display: flex;
  align-items: center;
}

button.btn.btn-default {
  background: #e3a636;
  padding: 3px 10px;
  color: #fff;
  margin-left: 0 !important;
  text-align: center;
  border: 2px solid #e3a636;
  transition: .5 ease all;
  font-size: 13px;
}

input.form-control {
  font-size: 13px;
}

form#upload_csvform {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

form#upload_csvform label {
  font-size: 13px;
}

a.btn.btn-danger.delete_businessunit {
  padding: 2px 5px;
  font-size: 13px;
}

a.status-toggle.btn.btn-danger {
  background: #dc3545;
  border: 2px solid #dc3545;
  margin-right: 0px;
  padding: 2px 5px;
  font-size: 13px;
}

label.form-check-label.permissionLabel {
  font-size: 13px;
}

.row.mb-4.permission_cont_row {
  margin-bottom: 10px !important;
}

.modal-body {
  padding: 10px 10px 0px !important;
}

label.col-sm-3.col-form-label.permission {
  font-size: 15px;
  font-weight: 600;
  text-align: start;
}

label.col-sm-3.col-form-label.required {
  font-size: 15px;
  font-weight: 600;
  text-align: start;
}

button.btn.btn-secondary.close_btn {
  border: 2px solid #6c757d;
  background-color: #6c757d;
  padding: 2px 5px;
  font-size: 13px;
}

button.btn.btn-primary.update_btn {
  background-color: #e3a636;
  border: 2px solid #e3a636;
  color: #fff;
  padding: 2px 5px;
  font-size: 13px;
}

.modal-footer {
  padding: 5px 0px;
}

div#deleteModal .modal-body {
  font-size: 13px;
  margin-bottom: 5px;
}

.modal-header h5#editRoleLabel {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

h5#userModalLabel {
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

div#approval_model .modal-body {
  font-size: 13px;
}

button.btn.btn-secondary.cancel_btn {
  border: 2px solid #6c757d;
  background-color: #6c757d;
  padding: 2px 5px;
  font-size: 13px;
}

div#approval_model .modal-footer {
  padding: 2px 0px;
}

div#pending_role h6 {
  font-size: 13px;
}

div#pending_role .modal-body {
  padding: 10px 10px 10px !important;
}

li.list-group-item.ms-3 {
  margin-left: 0 !important;
}

.name-design h4 {
  display: flex;
  align-items: center;
  /* / width: 26%; / */
  font-size: 13px;
  margin: 0px auto;
  text-align: center;
  justify-content: left;
}

.detail-design {
  background: #e7e7e7;
  /* / width: 75%; / */
  display: flex;
  align-items: center;
  padding: 2px 0px 5px 10px;
  border-radius: 5px;
}

.detail-design span {
  font-size: 13px;
}

div#payrollpending_detail .container.py-5 {
  padding-top: 0rem !important;
  padding-bottom: 0.5rem !important;
}

button#approvedHistoryBtn {
  border: 2px solid #e3a636;
  color: white;
  background-color: #e3a636;
  font-size: 13px;
  padding: 2px 5px;
}

button#rejectedHistoryBtn {
  border: 2px solid #e3a636;
  color: white;
  background-color: #e3a636;
  font-size: 13px;
  padding: 2px 5px;
}

div#payrollpending_detail .card-body {
  padding: 10px 10px 0px;
}

div#payrollpending_detail .modal-footer {
  padding: 5px 0px 5px !important;
}

h5#payrolldetailfullname {
  font-size: 13px;
}

div#payrollpending_detail .card-body {
  padding: 8px 10px 9px;
}

.modal-dialog.employee-detail p.mb-0 {
  font-size: 13px;
}

.footer_payrroll {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

div#all_approves_model .modal-body {
  padding: 10px 10px 10px !important;
}

h5.modal-title {
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

p#append {
  font-size: 13px;
  font-weight: 600;
  padding-right: 15px;
}

form#common_model_form span {
  font-size: 13px;
  padding-bottom: 10px;
  font-family: 'Essentielle', sans-serif !important;
}

.month_year label {
  font-size: 13px;
  padding-bottom: 10px;
}

.month_year .for_month select {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.month_year .for_month {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0px 0px;
}

.month_year {
  margin-top: 10px !important;
}

button.btn.btn-secondary {
  font-size: 13px;
  padding: 2px 5px;
}

button.btn.btn-primary.sbt_btn {
  background-color: #e3a636;
  border: 2px solid #e3a636;
  color: #fff;
  font-size: 13px;
  padding: 2px 5px;
}

form#common_model_form .modal-footer {
  padding: 0 !important;
}

div#all_approves_model .modal-header {
  padding: 12px;
}

form#common_model_form .form-group {
  margin-top: 0 !important;
}


div#all_approves_model .modal-body {
  padding: 10px 10px 10px !important;
}

div#deleteModal .modal-footer {
  padding: 5px 0px;
}

button#delete_btn {
  padding: 2px 5px;
  font-size: 13px;
}

div#deleteModal .modal-header {
  padding: 10px;
}

div#deleteModal h5#exampleModalLabel {
  color: #000;
  font-weight: 600;
  font-size: 15px;
}

.form-grouppayroll>label {
  display: block;
  font-size: 13px;
  color: #000;
}

.form-grouppayroll {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding-top: 10px;
}

textarea.form-control {
  height: 160px;
  padding-top: 5px;
  resize: none;
  font-size: 13px;
}

.form-grouppayroll select {
  width: 100%;
  padding: 5px 5px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  font-size: 13px;
}

textarea.form-control {
  height: 60px;
  padding-top: 5px;
  resize: none;
  font-size: 13px;
}

textarea.form-control {
  height: 60px;
  padding-top: 5px;
  resize: none;
  font-size: 13px;
}

.main-radio .form-check-input[type=radio] {
  width: 15px !important;
  height: 15px !important;
  border: 1px solid #898585;
  color: #7e7b7b;
}

.main-radio .form-check input#paycomponent_fileupload {
  width: 15px;
  height: 15px;
  border: 1px solid #898585;
  color: #7e7b7b;
}

.main-radio .form-check label {
  font-size: 13px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered li {
  font-size: 13px;
}

button#submit {
  display: flex;
  justify-content: flex-end;
  /* / margin: 0px auto; / */
  background: #e3a636;
  border: 2px solid #e3a636;
  padding: 2px 5px;
  font-size: 13px;
  align-items: center;
}

.footer_payrroll a.btn.btn-secondary {
  border: 2px solid #6c757d;
  padding: 2px 5px;
  font-size: 13px;
}

div#deletemodel button.btn.btn-primary {
  background-color: #dc3545;
  border: 2px solid #dc3545;
  color: #fff;
  padding: 2px 5px;
  font-size: 13px;
}

h5#exampleModalLabel {
  color: #000;
  font-weight: 600;
  font-size: 15px;
}

div#deletemodel .modal-body {
  padding: 10px 10px 10px !important;
  font-size: 13px;
}

div#deletemodel .modal-footer {
  padding: 5px 0px;
}

.profile .profile-card h2 {
  font-size: 15px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

div#policycontent li {
  font-size: 13px;
}

.sidebar-nav .nav-link i {
  font-size: 15px;
  margin-right: 10px;
  color: #4154f1;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #4154f1;
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
}

button.btn.btn-success.approve-payroll.disabled-link {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

button.btn.btn-danger.reject-payroll.disabled-link {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

#edit_transfer_model .modal-dialog {
  max-width: 750px;
  margin: 1.75rem auto;
}

.warning {
  color: #664d03;
  background-color: #e3a636;
  border-color: #e3a636;
}

.box {
  max-width: 100%;
  padding: 10px 16px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  /* background-color: #f4f4f4; */
  color: inherit;
  border-left: 8px solid;
  font-family: "Segoe UI", sans-serif;
  line-height: 1.5;
  transition: max-width 0.3s ease-in-out, font-size 0.3s ease-in-out;
  box-sizing: border-box;
}

.box.warning strong a {
  color: #4154f1;

}

.box.warning {
  margin-top: 22px;
}

/* .profile .profile-card img {
  max-width: 167px;
  width: 100%;
} */
.logo img {
  max-height: 40px;
}

#emp_table td {
  color: #000000db;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

ul.salary_statements.pt-2 li {
  font-size: 14px;
  font-style: italic;
}

ul.salary_statements.pt-2 {
  padding-left: 20px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  margin-top: 0px;
}

.card.card_img {
  display: flex;
  justify-content: center;
  margin: 0px auto;
  align-items: center;
  border-radius: 3px;
}


.card.card_img {
  display: flex;
  justify-content: center;
  margin: 0px auto;
  align-items: center;
  background: #e3a636;
  border-radius: 5px;
  border: 2px solid #e3a636;
  padding: 20px;
}

.card.card_img img {
  padding: 0px;
  border-radius: 88px;
  max-width: 165px;
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

section.section.profile .card-body.pt-3 {
  padding: 25px 20px;
}

.profile .profile-overview .row {
  margin-bottom: 9px;
  font-size: 13px;
}

#emp_table th {
  font-size: 15px;
  color: #012970;
}

.dash_image {
  display: flex;
  justify-content: center;
  margin: 0px auto;
  padding-top: 40px;
}

.dash_image img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: 0px auto;
}

.row-div {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  /* margin: 0px auto; */
}

.div1 {
  display: flex;
  /* align-items: center; */
}

.main-div {
  border: 2px solid #e3a636;
  margin-bottom: 20px;
  padding: 10px 10px 0px;
}

.div1 h3 {
  font-size: 18px;
  font-weight: 600;
}

.div1 h4 {
  font-size: 18px;
  font-weight: 600;
}

/* th.action_td.sorting_disabled {
  display: none;
} */

td.app_name {
  display: flex;
  justify-content: center;
  margin: 0px auto;
  column-gap: 10px;
}


.btn.btn-primary.payrollrejected_detail {
  background-color: #e3a636;
  border: 2px solid #e3a636;
  color: white;
  font-size: 13px;
  padding: 2px 5px;
  display: flex;
  height: fit-content;
  justify-content: center;
  margin-left: 10px;
  align-content: center;
}



.app_name h6 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 12px;
}

label.dropdown-label.costcenter-list {
  height: 62px;
}

span#countdown-timer {
  color: #de3545;
}

textarea#emp_reason {
  height: 87px;
}

div#resignation_loader {
  position: absolute;
  margin-left: 43%;
  margin-top: 10%;
}

div#resignation_loader_hrbp {
    position: absolute;
    margin-top: 31%;
    margin-left: -7%;
}

div#resignation_loader_international {
  position: absolute;
  margin-top: 29%;
  margin-left: 41%;
}

.header-div {
  column-gap: 20px;
  display: flex;
}


.sidebar {
  background: #fff;
  width: 250px;
  transition: width 0.3s ease;
  border-right: 1px solid #ccc;
}

.sidebar.collapsed {
  width: 80px;
}

.sidebar .text-center {
  padding: 0px 20px 20px;
}

.sidebar.collapsed .text-center img {
  width: 40px;
  height: 40px;
}

.sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}



.sidebar-nav .nav-item i {
  font-size: 20px;
  margin-right: 10px;
}

.sidebar.collapsed .sidebar-nav .nav-item span {
  display: none;
}

.toggle-btn {
  background: #ffc10700;
  border: none;
  padding: 0px 5px;
  cursor: pointer;
  z-index: 999;
  /* font-size: 25px; */
}

.sidebar.collapsed+.toggle-btn {
  left: 90px;
}

.toggle-btn i.bi.bi-list {
  font-size: 35px;
  font-weight: 600;
}



/* history page new css add 
/* Modal Styling */
#pending_approval .modal-content {
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#pending_approval .modal-header {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
}

#pending_approval .modal-title {
  font-size: 1.5rem;
  font-weight: 600;
}

#pending_approval .btn-close {
  background-color: transparent;
  border: none;
}

/* Section Styling */
#pending_approval .modal-body {
  padding-top: 20px;
}

#pending_approval .row>div {
  background-color: #e8e8e9;
  border-radius: 12px;
  padding: 15px;
  margin-right: 16px;
  margin-bottom: 15px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
  min-height: 200px;
}

#pending_approval .modal-dialog {
  max-width: 700px;
  /* Increase width here */
  width: 90%;
}

#pending_approval h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 11px;
  color: #4154f1;
}

#pending_approval .list-group {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

#pending_approval .list-group-item {
  border: none;
  padding: 2px 0 5px;
  background: none;
  font-size: 0.95rem;
  color: #333;
}

#pending_approval .list-group-item b {
  display: block;
  margin-bottom: 0px;
  color: #000;
}

.total_app,
.approved {
  padding-left: 0;
}

@media (max-width: 768px) {
  #pending_approval .row>div {
    margin-right: 0;
  }
}


/* Wrapper to allow horizontal scroll on small screens */
#pending_history_wrapper {
  overflow-x: auto;
  width: 100%;
}

/* Optional: prevent table from squishing too much */
#pending_history {
  min-width: 800px;
  border-collapse: collapse;
}

#pending_history th,
#pending_history td {
  white-space: nowrap;
  padding: 10px 18px;
  width: 20%;
  font-size: 14px;
}

/* Make sure the scroll doesn't break the layout */
@media (max-width: 768px) {
  #pending_history_wrapper {
    -webkit-overflow-scrolling: touch;
  }
}



/* Payroll Input Head Detail new css */
/* General styling for the whole detail section */
.detail {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  /* color: #333; */
  /* padding: 20px; */
  /* background-color: #f8f9fa; */
  /* Light grey background */
  /* border-radius: 12px; */
}

/* Container for each label-value row */
.detail-name {
  margin-bottom: 7px;
  padding: 0px 0px;
  background-color: #ffffff;
  /* White base box */
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

/* Label box (grey) */
.name-design {
  min-width: 150px;
  background-color: #e3a636;
  /* Light grey */
  padding: 7px 15px;
  border-radius: 10px 0 0 10px;
  text-align: right;
  margin-right: 0.5rem !important;
}

/* Label text */
.name-design h4 {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  color: #333;
}

/* Value box (yellow) */
.detail-design {
  background-color: #e9ecef;
  /* Light yellow */
  padding: 5px 15px;
  border-radius: 0 10px 10px 0;
  min-height: 100%;
}

/* Value text */
.detail-design span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

/* Responsive fix for small screens */
@media (max-width: 576px) {
  .detail-name {
    flex-direction: column;
    align-items: flex-start;
  }

  .name-design,
  .detail-design {
    width: 100%;
    text-align: left;
    border-radius: 10px;
  }

  .name-design {
    margin-bottom: 5px;
  }
}


h4#heading {
  font-size: 18px;
  color: #000;
  font-family: 'Essentielle', sans-serif;
}

table#last-his-table td {
  font-size: 13px;
  font-family: 'Essentielle', sans-serif;
}

table#last-his-table th {
  font-size: 14px;
  font-family: 'Essentielle', sans-serif !important;
}

ul.list-group {
  display: flex;
  padding: 10px;
}

#payrollpending_detail img.rounded-circle.img-fluid {
  width: 100%;
  max-width: 152px;
  height: 152px;
}

p#append {
  font-size: 13px;
  font-weight: 600;
  padding-right: 15px;
  display: flex;
  margin-bottom: 0;
}

.payrollappend-design {
  background: #e3a636;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  margin-top: 10px;
}

div#all_approves_model .modal-header {
  padding: 10px 10px;
  background: #e3a636;
}


.modal-header.approver_header {
  background-color: #e3a636;
}

.modal-header.communication_header {
  background-color: #e3a636;
}

div#comm_loader {
  position: absolute;
  margin-top: 51%;
  margin-left: 46%;
}

.progress {
  flex: 1 1 0;
  min-width: 0;
}



.modal-body.progress-status {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 10px 0px;
  max-width: 900px;
}

.progress-status .row-header,
.row-item {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  align-items: center;
}

.progress-status .row-header {
  font-weight: bold;
  background-color: #f1f1f1;
}

.progress-status .col {
  flex: 1;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.progress-status .badge {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 12px;
  color: white;
}

.progress-status .bg-success {
  background-color: #28a745;
}

.progress-status .row-item:hover {
  background-color: #f9f9f9;
}

.modal-header {
  background: #e3a636;
  /* border-radius: 0px; */
}

button#show_remark {
  background: #e3a636;
  color: #000;
  border: 2px solid #e3a636;
  border-radius: 5px;
}

div#remark_model p.modal-body-remark {
  font-size: 14px;
  padding-top: 15px;
  color: #141010;
  word-break: break-all;
}

div#remark_model .modal.right .modal-content {
  height: 100%;
  /* overflow-Y: scroll; */
  border-radius: 0;
  overflow-y: scroll;
}

.modal-header {
  background: #e3a636;
}

button.btn.btn-primary.updateRemark {
    background-color: #e3a636;
    border: 2px solid #e3a636;
    color: #fff;
    font-size: 13px;
    padding: 2px 5px;
}

button.btn.btn-sm.view-remark-btn {
    background-color: #e3a636;
}

div#remarkModal .modal-body {
    min-height: 200px;
}
div#remarkModal .modal-content {
    border-radius: 20px !important;
}

div#progress_loader {
    position: absolute;
    margin-top: 22%;
    margin-left: 41%;
}

div#remark_loader {
    position: absolute;
    top: 50%;
    left: 40%;
}

button.btn.btn-primary.settlement_btn {
    background-color: #e3a636;
    border: 2px solid #e3a636;
    color: white;
    transition: 0.3s;
    font-size: 13px;
}

div#payroll_manager_loader {
    position: absolute;
    left: 59%;
}

.month_year_selectbox select {
    padding: 5px 10px;
    border: 2px solid #e3a636;
    background-color: #e3a636;
    border-radius: 5px;
}
div#overallApproveWrapper {
    display: flex;
    justify-content: space-between;
}
.month_year_selectbox {
    display: flex;
    gap: 10px;
}

button#approvedalreadyApprovedMsg
 {
    background-color: #e3a636;
    color: black;
    border-color: #e3a636;
    padding: 8px 29px 7px 23px;
  
}

div#month_year {
    padding-left: 7px;
}

.footer_cutoff.mt-4 {
    text-align: right;
}

span.badge.remark_revert {
    background-color: #af5a5a;
}

button#download_finalSettlement {
    background-color: #e3a636;
    color: black;
    border-color: #e3a636;
    padding: 7px 21px 9px 23px;
    margin-top: 1px;
    margin-bottom: 16px;
    border-radius: 10px;
}

div#approvedoverallApproveWrapper {
    display: flex;
    justify-content: space-between;
}
 
#bulk_loader {
  position: absolute;
  left: 57%;
  top: 27%;
}
div#bulk_rejection_loader {
    position: absolute;
    left: 43%;
    top: 36%;
}

button#bulk_reject_payroll {
    padding: 3px 10px;
    color: #fff;
    margin-left: 0 !important;
    text-align: center;
    transition: .5 ease all;
    font-size: 13px;
}

strong#incase_text {
    color: #1052e6;
}

button#resignation {
    color: white;
    background-color: #e3a636;
    border-color: #e3a636;
    padding: 2px;
}

button#submitTransfer{
    font-size: 13px;
    padding: 2px 5px;
    background-color: #e3a636;
    border-color: #e3a636;
}

.impersonate-banner{
    background: #0000006e;
    color: white;
    padding: 7px 95px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

a.impersonate-btn {
    padding: 6px;
    background-color: #e3a636;
    color: white;
    margin: 49px;
}

a.btn.btn-primary1.w-100.mt-2.sso_btn{
    background-color: #e3a636;
    color: #fff;
    border-color: #e3a636;
}

a.btn.btn-primary1.w-100.mt-2.sso_btn:hover {
    background-color: #000;
    color: white !important;
    border-color: #5e5df0;
}
