﻿html {
  font-family: Calibri !important;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  margin-top: 5%;
  margin-left: 5%;
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.user_grid_Row1 {
  background-color: lightblue;
}

.clsErr {
  background-color: #de3c4b;
  color: white;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
}

.processbtn span {
  align-self: stretch;
  color: white;
  width: 200px;
  font-weight: normal !important;
  font-size: medium !important;
}

.processbtn {
  display: flex;
  border-left: 1px solid #00bfef;
  border-top: 1px solid #00bfef;
  border-right: 1px solid #00bfef;
  border-bottom: 1px solid white;
  height: 30px !important;
  background-color: #00bfef;
  font-weight: bold;
}

.appbtn {
  display: flex;
  border-left: 1px solid #337ab7;
  border-top: 1px solid #337ab7;
  border-right: 1px solid #337ab7;
  border-bottom: 1px solid #337ab7;
  height: 30px !important;
  background-color: white;
}

#toggle-pane-100 {
  border-left: 1px solid #337ab7;
  border-top: 0px solid #337ab7;
  border-right: 1px solid #337ab7;
  border-bottom: 1px solid #337ab7;
  background-color: transparent;
  padding-top: 20px;
}

#toggle-pane-88,
#toggle-pane-89,
#toggle-pane-90,
#toggle-pane-91 {
  border: 1px solid #00bfef;
}

/* file upload button active state */

#EdufileInput::file-selector-button,
#ExpfileInput::file-selector-button {
  background-color: white;
  font-size: small;
  font-family: Calibri;
  border: 1px solid gray;
}

.chartnodediv {
  width: 100%;
  height: 100%;
  border: 0px solid gray;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}

.chartnode .chartnodediv {
  background-color: white !important;
}

.chartnodediv table {
  border: 0px solid blue;
  width: 100%;
}

.chartnodediv img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  margin-left: 0px;
  margin-top: 0px;
}

.chartnodediv #empname {
  font-size: 14px;
  font-family: Calibri;
  font-weight: 900;
}

.chartnodediv #desname {
  font-size: 12px;
  font-family: Calibri;
  font-weight: normal;
}

.chartnodediv #button {
  width: 100%;
  text-align: center;
  font-size: medium;
  font-family: Calibri;
}

.chartnode {
  border: 1px solid gray;
  width: 150px;
  height: 60px;
}

.chartnode_selected {
  border: 1px solid gray;
  width: 150px;
  height: 60px;
}

#chart_div
  .google-visualization-orgchart-table
  tr
  td.google-visualization-orgchart-node
  div {
  width: 0px !important;
}

#chart_div .google-visualization-orgchart-linebottom {
  border-bottom: 1px solid gray;
}

#chart_div .google-visualization-orgchart-lineleft {
  border-left: 1px solid gray;
}

#chart_div .google-visualization-orgchart-lineright {
  border-right: 1px solid gray;
}

#chart_div .google-visualization-orgchart-linetop {
  border-top: 1px solid gray;
}

.chartnode_selected .chartnodediv {
  background-color: aliceblue !important;
}

#chart_div .google-visualization-orgchart-node {
  vertical-align: top;
}

.clsman {
  color: red;
}

#fileInput,
#MemberfileInput {
  display: none;
}

.custom-file-upload {
  cursor: pointer;
}

#cmdUpload1,
#cmdCancel1 {
  border: 1px solid gray;
}

.select2 {
  width: 100% !important;
  height: 34px !important;
}

#divmainajax {
  height: auto;
  min-height: 100%;
  top: 0;
  left: 0;
  background-color: #f5f5f9 !important;
}

.RootEle {
  font-family: Calibri;
}

.RootEle table tr td {
  font-family: Calibri;
}

label {
  font-weight: normal !important;
  font-family: Calibri !important;
  font-weight: bold !important;
}

span {
  font-weight: normal !important;
  font-family: Calibri !important;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.Class_-_0_0_- {
  background-color: orange !important;
}

.Class_APPROVED_0_0_- {
  background-color: #b5f25d !important;
}

.Class_REJECTED_0_0_- {
  background-color: red !important;
}

.Class_APPROVED_1_0_- {
  background-color: orange !important;
}

.Class_APPROVED_1_0_APPROVED {
  background-color: #c7c0af !important;
}

.Class_APPROVED_1_0_REJECTED {
  background-color: #b5f25d !important;
}

.Class_APPROVED_0_1_- {
  background-color: orange !important;
}

.Class_APPROVED_0_1_APPROVED {
  background-color: #b5f25d !important;
}

.modal {
  z-index: 10000;
  background-color: transparent;
}

.modal-dialog {
  border: 1px solid #017ab7;
}

#CE {
  display: initial;
}

#CD {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: gray;
}

/* #EE {
    display: initial;
} */

#ED {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: gray;
}

#DE {
  display: initial;
}

#DD {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: gray;
}

#VE {
  display: initial;
}

#VD {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: gray;
}

.c_tooltip {
  position: relative;
  display: inline-block;
}

.c_tooltip .tooltiptext {
  visibility: hidden;
  width: 60px;
  background-color: white;
  color: gray;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 130%;
  border: 1px solid gray;
}

.c_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent gray;
}

.c_tooltip:hover .tooltiptext {
  visibility: visible;
}

.e_tooltip {
  position: relative;
  display: inline-block;
}

.e_tooltip .tooltiptext {
  visibility: hidden;
  width: 60px;
  background-color: white;
  color: gray;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 130%;
  border: 1px solid gray;
}

.e_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent gray;
}

.e_tooltip:hover .tooltiptext {
  visibility: visible;
}

.d_tooltip {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}

.d_tooltip .tooltiptext {
  visibility: hidden;
  width: 60px;
  background-color: white;
  color: gray;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -30px;
  border: 1px solid gray;
  text-decoration: none;
}

.d_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent gray transparent;
}

.d_tooltip:hover .tooltiptext {
  visibility: visible;
  text-decoration: none;
}

.v_tooltip {
  position: relative;
  display: inline-block;
}

.v_tooltip .tooltiptext {
  visibility: hidden;
  width: 60px;
  background-color: white;
  color: gray;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 130%;
  border: 1px solid gray;
}

.v_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent gray transparent transparent;
}

.v_tooltip:hover .tooltiptext {
  visibility: visible;
}

input[type="search"] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: white;
  background-image: url("\dist\img\search.jpg");
  background-position: 10px 10px;
}

.border_raduis {
  margin-bottom: 1.5rem;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
  border-radius: 5px;
  border: 1px solid #e5e7eb;
  box-shadow: none !important;
  color: inherit;
  padding: 12px;
}

#cmpLogo {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  left: 0;
}

.grdimg {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.s_tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.s_tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #457dd1;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.s_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #457dd1 transparent transparent transparent;
}

.s_tooltip:hover .tooltiptext {
  visibility: visible;
}

.sd_tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.sd_tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #d91f0b;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.sd_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #d91f0b transparent transparent transparent;
}

.sd_tooltip:hover .tooltiptext {
  visibility: visible;
}

table {
  font-family: Helvetica !important;
}

.dataTables_length select {
  border-width: 0px 0px 1px 0px;
  font-size: small;
}

#example5 thead tr th,
#example1 thead tr th,
.group-table thead tr th,
#tableCatDet thead tr th {
  font-family: Calibri !important;
  border-bottom: 1px solid #e5e7eb !important;
  background-color: #ececec !important;
  color: #17223b !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 10px 10px !important;
  text-transform: uppercase !important;
}

#example5 thead tr th:first-child,
#example1 thead tr th:first-child,
.group-table thead tr th:first-child,
.body_border tbody tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

#example5 thead tr th:last-child,
#example1 thead tr th:last-child,
.group-table thead tr th:last-child,
.body_border tbody tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

#example5 tbody tr:last-child td:first-child,
#example1 tbody tr:last-child td:first-child,
.group-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

#example5 tbody tr:last-child td:last-child,
#example1 tbody tr:last-child td:last-child,
.group-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

#example5,
#example1,
.group-table,
#tableCatDet {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: 1px solid #d9d9d9 !important;
  border-bottom: 1px solid #d9d9d9 !important;
}

.dt-right {
  text-align: right;
}

#example5 tbody tr td,
#example1 tbody tr td,
.group-table tbody tr td,
#tableCatDet tbody tr td {
  /* Text color */
  font-family: Calibri;
  font-size: 14px;
  vertical-align: middle;
  font-weight: 600;
  color: #1e1e1e;
}

#example11 thead tr th,
.group-table thead tr th,
#tableCatDet thead tr th {
  font-family: Calibri !important;
  border-bottom: 1px solid #e5e7eb !important;
  background-color: #ececec !important;
  color: #17223b !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 10px 10px !important;
  text-transform: uppercase !important;
}

#example11 thead tr th:first-child,
.group-table thead tr th:first-child,
.body_border tbody tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

#example11 thead tr th:last-child,
.group-table thead tr th:last-child,
.body_border tbody tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

#example11 tbody tr:last-child td:first-child,
.group-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

#example11 tbody tr:last-child td:last-child,
.group-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

#example11,
.group-table,
#tableCatDet {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: 1px solid #d9d9d9 !important;
  border-bottom: 1px solid #d9d9d9 !important;
}

.dt-right {
  text-align: right;
}

#example11 tbody tr td,
.group-table tbody tr td,
#tableCatDet tbody tr td {
  /* Text color */
  font-family: Calibri;
  font-size: 14px;
  vertical-align: middle;
  font-weight: 600;
  color: #1e1e1e;
}

#example2 thead tr th {
  font-family: Calibri;
  font-size: small;
  color: #787671;
  border-bottom: 1px solid #c7c0af;
}

#example2 tfoot tr th {
  font-family: Calibri;
  font-size: small;
  color: #787671;
  border-bottom: 1px solid #c7c0af;
  border-top: 1px solid #c7c0af;
}

#example2 {
  border-bottom: 1px solid #c7c0af !important;
}

#example2 tbody tr td {
  font-family: Calibri;
  font-size: 12px;
}

.dataTables_length label {
  font-family: Calibri;
}

.dataTables_length label select {
  font-family: Calibri;
}

#listTable1 td h3 {
  font-family: Calibri;
}

#cmpname {
  margin-left: 50px;
  padding-top: 16px;
  position: absolute;
  color: #8c877a;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: large;
  display: table-cell;
  font-family: Calibri;
}

#tree li span {
  font-family: Calibri;
  font-size: 18px;
}

#tree li ul li a {
  font-family: Calibri;
  font-size: 12px;
}

.unselected_menu a {
  color: gray !important;
}

.root_sub_menu {
  color: gray !important;
}

.break-text {
  font-weight: normal !important;
  width: 80% !important;
  word-wrap: break-word !important;
  overflow-wrap: anywhere !important;
  display: block !important;
}

.selected_menu a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  /* border: 1px solid #e5e7eb !important;
    background-color: #e5e7eb !important; */
  color: #de3c4b !important;
  text-decoration: none;
}

.selected_menu a:hover,
.unselected_menu a:hover {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f5c1bc !important;
  background-color: #f5c1bc !important;
  color: #444444 !important;
  text-decoration: none;
}

.btn-Export{
  border:1px solid #de3c4b;background:transparent;color:#17223b;
  font-size:small;
}

.btn-Export:hover,.btn-Export:focus,.btn-Export:active
{color:whitesmoke;background-color: #de3c4b;}

.root_menu a {
  text-decoration: none;
}

.root_menu a:hover {
  text-decoration: none !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -khtml-border-radius: 5px !important;
  border-radius: 5px !important;
  border: 1px solid #e5e7eb !important;
  background-color: #e5e7eb !important;
  color: #111827 !important;
}

.btn-primary {
  background-color: #de3c4b !important;
  width: fit-content;
  color: white !important;
  height: fit-content;
  border-color: #de3c4b !important;
}

.btn-primary-blue {
  background-color: #1b264f !important;
  width: fit-content;
  color: white !important;
  height: fit-content;
  border-color: #1b264f !important;
}

.btn-primary-blue:focus {
  outline: 5px auto #1b264f !important;
}

.btn:hover {
  color: white;
}

.login-logo {
  margin-bottom: 10px;
}

.login-box-body .form-control {
  height: 50px !important;
}

.login-box-body .form-control-feedback {
  font-size: 25px !important;
  top: 8px !important;
}

.login-btn {
  background-color: #1c325b !important;
  width: fit-content;
  color: white !important;
  padding: 10px 60px;
}

.login-box {
  width: 100%;
  height: 100%;
  margin-top: 0 !important;
}

.login-box-body {
  padding: 20px 50px;
}

.nav_div {
  display: flex !important;
  align-items: center;
  gap: 15px;
  padding-left: 20px !important;
}

.form-group {
  margin-bottom: 20px !important;
}

.login-box-msg {
  margin-bottom: 20px !important;
}

.nav_div:hover {
  background-color: #1c325b !important;
}

a {
  color: #1c325b !important;
  text-decoration: none;
}

/* #example1 table tbody tr:nth-child(even),
.group-table table tbody tr:nth-child(even) {
	background: #329FFF 0% 0% no-repeat padding-box;
	opacity: 0.04;
} */

.box-body {
  padding: 10px 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.2em 0.5em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
  color: white !important;
  border: 1px solid #979797;
  background-color: #de3c4b !important;
  /* height: 25px;
	width: 25px; */
  border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: rgb(233, 233, 233) !important;
  box-shadow: none !important;
  border: none !important;
  color: #333333 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #333333 !important;
}

.header-title {
  color: #1c325b;
  font-weight: 600;
  font-size: 20px;
}

.header-title-div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  align-items: center;
}

/* 
.border_raduis {
  .box-header {
    margin-top: 15px;
  }
} */

.box-header {
  padding: 10px 15px !important;
}

.box-footer {
  padding: 10px 0px !important;
}
.no-footer {
  border-bottom: none !important;
}

/* Saravanan changes start*/

.card-header {
  position: relative;
  background: transparent;
  padding: 1rem 1rem 1rem;
  font-size: 16px !important;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #384551;
}

/* 
.dataTables_wrapper .dataTables_length {
    padding-left: 10px;
    padding-bottom: 10px;
}

.dataTables_wrapper .dataTables_filter {
    padding-bottom: 10px;
    padding-right: 10px;
} 

.dataTables_info {
    padding-left: 10px;
    padding-bottom: 15px;
}
*/

.btn-primary:focus {
  outline: 5px auto #de3c4b !important;
}
.btn-light {
  background-color: lightgray !important;
  color: black !important;
  width: 100px;
}
.btn-light:focus {
  outline: 5px auto #de3c4b !important;
  background-color: #de3c4b !important;
  color: white !important;
}

.btn-light:hover {
  background-color: #de3c4b !important;
  color: white !important;
}

.select2-container {
  width: 100% !important;
}

.select2-selection--single {
  border: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
  border-radius: 5px !important;
  height: 34px !important;
}

.select2-container--default {
  border-radius: 5px !important;
  height: auto !important;
}

.select2-container--bootstrap4 {
   height: auto !important;
}

.content-wrapper,
.content {
  background-color: #f5f5f9;
}

.login-page {
  background-color: #ffffff !important;
  height: 100%;
  width: 100%;
}

.form-control {
  border-color: #e5e7eb;
  color: #111827;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 5px;
  padding: 0.5rem 0.625rem;
  height: 38px;
  transition: all 0.5s;
}

.login-or {
  text-align: center;
  font-size: 15px;
  color: #374151;
  font-weight: 500;
  margin: 5px 0;
  padding: 10px 0;
  position: relative;
}

.login-or::before {
  width: 46%;
  content: "";
  border-top: 1px solid #e5e7eb;
  position: absolute;
  top: 50%;
  left: 0;
}

.login-or::after {
  width: 46%;
  content: "";
  border-top: 1px solid #e5e7eb;
  position: absolute;
  top: 50%;
  right: 0;
}

.login-or .span-or {
  background-color: #fff;
  padding: 0 10px;
  z-index: 9;
  position: relative;
}

.btn.btn-info {
  background-color: #1b84ff;
  border: 1px solid #1b84ff;
  color: #fff;
}

.form-label {
  font-size: 14px;
  font-weight: 500;
  color: #202c4b;
}

.form-label {
  font-size: 14px;
  font-weight: 500;
  color: #202c4b;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #d7bf90 !important;
  color: white !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: white !important;
}

.box-title {
  margin: 0px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

.table-box {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}

.dataTables_filter {
  width: 25%;
  margin-bottom: 10px !important;
}

.dataTables_filter input {
  height: 35px !important;
  margin-bottom: 10px !important;
  width: 100% !important;
}

.action-icon-items .fa-trash {
  color: #ff3e1d !important;
}

.action-icon-items .fa-edit {
  color: #17223b !important;
}

.action-icon-items .fa-eye {
  color: #696cff !important;
}

.dataTables_filter input {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 5px 25px 5px 10px;
}

.dataTables_filter .fa-search {
  color: #646e78;
  transform: translateX(-20px) !important;
  position: absolute;
  top: 10px;
}

.btn-secondary {
  background-color: #8b7241 !important;
  color: white !important;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;700&display=swap");

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

/* body {
  font-family: 'Poppins', sans-serif;
  align-items: center;
  justify-content: center;
  background-color: #ADE5F9;
  min-height: 100vh;
} */

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

/* Utilities */

.empCard::after,
.empCard img {
  border-radius: 50%;
}

.empCard {
  padding: 2.5rem 1rem;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  min-width: 385px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  height: 240px;
  position: relative;
  transform-style: preserve-3d;
  overflow: hidden;
  width: 54px;
}

.empCard::before,
.empCard::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.empCard::before {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
  top: -0.7rem;
  left: -0.7rem;
}
.orgCard::after {
  height: 17rem !important;
  width: 16rem !important;
  background-color: #de3c4b !important;
  top: -9rem !important;
  right: 31.5rem !important;
  box-shadow: 2rem 6rem 0 -3rem #fff !important;
}

.empCard::after {
  height: 14rem;
  width: 18rem;
  background-color: #de3c4b;
  top: -8rem;
  right: 17.5rem;
  box-shadow: 2rem 6rem 0 -3rem #fff;
}

.empCard img {
  margin-top: -28px;
  margin-left: 2%;
  width: 65px;
  height: 65px;
  border: 1.5px solid #ffffff;
}

.name {
  margin-bottom: 1rem;
}

.name h2 {
  font-size: 1.3rem;
}

.name h4 {
  font-size: 0.8rem;
  color: #333;
}

.text {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.stats {
  margin-bottom: 1rem;
}

.stats li {
  min-width: 5rem;
}

.stats li h3 {
  font-size: 0.99rem;
}

.stats li h4 {
  font-size: 0.75rem;
}

.links button {
  font-family: "Poppins", sans-serif;
  width: 26px;
  padding: 2px;
  border: 1px solid #222;
  border-radius: 79px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.25s linear;
}

.links .follow,
.links .view:hover {
  /* background-color: #222; */
  color: #fff;
}

.links .view,
.links .follow:hover {
  background-color: transparent;
  color: #222;
}

@media screen and (max-width: 450px) {
  .empCard {
    display: block;
  }

  .infos {
    margin-left: 0;
    margin-top: 1.5rem;
  }

  .links button {
    min-width: 100px;
  }
}

.empCardContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* space between cards */
  justify-content: center;
}

.dataTables_length select {
  color: #696cff !important;
  border-color: #384551 !important;
}

.dataTables_filter label {
  width: 100% !important;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin: 0px !important;
}

.sidebar ul li a {
  color: #646e78 !important;
}

.sidebar ul li a:hover {
  color: rgb(23, 34, 59, 0.4) !important;
}

.sidebar ul li .selected_menu span {
  /* color: #17223B !important; */
  color: #de3c4b !important;
}

.orginfo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 41px;
  border: 1px solid #8b7241;
  color: #8b7241;
  border-radius: 50%;
  text-decoration: none;
  transition: border-color 0.3s, color 0.3s;
  background-color: #ececec;
}

.org-card {
  min-height: 200px !important;
  min-width: 300px !important;
}

/* Saravanan changes end*/

/* Calender Css Start*/

.fc {
  min-height: 600px;
}

.fc-daygrid-day-frame {
  min-height: 100px;
}

#calendar {
  width: 100%;
  height: auto;
  margin: 10px;
  padding: 20px;
  box-sizing: border-box;
}

.fc .fc-button.fc-today-button {
  background-color: #8b7241;
  border: none !important;
}

.fc .fc-button.fc-prev-button,
.fc .fc-button.fc-next-button {
  background-color: #1b264f80;
}

.fc .fc-button:disabled {
  opacity: 1 !important;
}

.btn:hover {
  color: white;
}

.btn-save {
  background-color: #0b8152 !important;
  width: 100px;
  color: white !important;
  height: fit-content;
  border-color: #0b8152 !important;
}

.btn-save:hover {
  background-color: #0b8152 !important;
  color: white !important;
}

.fc-day-today {
  background-color: #1b264f3b !important;
}

.fc-daygrid-day-events {
  margin: 3px;
}

.fc-toolbar-title {
  margin: 0px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

/* Calender Css Start*/

.file-upload-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 350px;

  .file-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .upload-icon {
    width: 80px;
    height: 80px;
    border: 2px solid #de3c4b;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #de3c4b;
    font-size: 30px;
    position: relative;
  }

  .upload-icon input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }

  .upload-label {
    color: #1b264f80;
    font-size: 14px;
    margin: 0;
  }

  .upload-button {
    background-color: #1b264f;
    color: white;
    padding: 10px 24px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
  }

  .download-template-btn {
    margin-top: 10px;
  }
}

.form-control[type="file"] {
  height: auto !important;
  padding: 7px !important;
}

.small_card {
  width: 60%;
  margin: auto;
}

.pl-0 {
  padding-left: 0px !important;
}
.pr-0 {
  padding-right: 0px;
}
.paging_simple_numbers {
  display: flex;
  align-items: center;
}

.box-title span {
  font-weight: 600 !important;
}
hr {
  border-top: 0.6px solid #1b264f80 !important;
}

.process-card {
  cursor: pointer;
  text-align: center;

  .info-box-process {
    padding: 20px;
    border-radius: 10px;
  }

  .process-icon {
    font-size: 32px;
  }

  .info-box-process-text {
    margin-top: 10px;
    display: block;
    color: #374151;
    font-size: 16px;
  }
}

.border_bottom_line {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  margin: 10px -12px 5px -12px;
}

.approval-card {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: white;
  padding: 15px; /* Add padding instead */
  box-sizing: border-box;
}

.approval-card-icon {
  background-color: #d6defa;
  border-radius: 50%;
  color: #1b264f;
  font-size: 15px;
  margin: auto;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll_table_div {
  max-width: 100%;
  overflow-y: auto;
}
.content-wrapper {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 10px;
}
body {
  overflow: hidden !important;
}
/* Only scroll when sidebar is NOT mini */
body:not(.sidebar-collapse) .main-sidebar,
body:not(.sidebar-collapse) .main-sidebar .sidebar {
  overflow-y: auto !important;
  max-height: 90vh !important;
}

/* In mini mode, remove scroll to allow popout submenus */
body.sidebar-collapse .main-sidebar,
body.sidebar-collapse .main-sidebar .sidebar {
  overflow: visible !important;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
  .sidebar-menu
  > li:hover
  > a
  > .pull-right-container {
  top: -5px !important;
}

.process_box_title {
  font-family: "Roboto", sans-serif !important;
}

.login_main_div {
  margin: 20% !important;
}
.emp_login_main_div {
  margin: 12% !important;
}

.logo-col {
  height: 100vh !important;
}

.emp-logo-col {
  height: 80vh !important;
}

.activeTab {
  color: #de3c4b;
  font-weight: bold !important;
}

.org_action_btns {
  display: flex;
  margin-top: 15px;
  margin-left: 10px;
  gap: 10px;
}

.org-upload-btn {
  margin-top: 15px;
}

.org_upload_image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #03bfcb;
  padding: 7px;
}
.date_container {
  display: flex;
}

.employee_section {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.Employee-page-change {
  color: #374151;
  font-size: 15px;
}
.wagesFile {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 1px;
  background: #de3c4b;
  border-radius: 5px;
  width: 27px;
  height: 28px;
  size: 0px;
}

.emp_req .process-card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.dataTables_scrollHeadInner .emp_request_table thead tr th,
.dataTables_scrollHeadInner .emp_req_grant_table thead tr th,
.dataTables_scrollHeadInner .emp_reimbursement_table thead tr th,
.dataTables_scrollHeadInner .emp_advance_table thead tr th,
.dataTables_scrollHeadInner .emp_advance_adjustment_table thead tr th,
.dataTables_scrollHeadInner .emp_atten_approval_completed_table thead tr th,
.dataTables_scrollHeadInner .emp_leave_grant_approval_table thead tr th,
.dataTables_scrollHeadInner .emp_atten_approval_table thead tr th {
  padding: 10px 10px !important;
  background-color: #fff !important;
  font-family: Calibri !important;
  border-bottom: 1px solid #e5e7eb !important;
  background-color: #ececec !important;
  color: #17223b !important;
  font-size: 16px !important;
}
/* 
.dataTables_scrollBody .emp_request_table thead tr:not(:first-child),
.dataTables_scrollBody .emp_req_grant_table thead tr:not(:first-child),
.dataTables_scrollBody .emp_reimbursement_table thead tr:not(:first-child),
.dataTables_scrollBody .emp_advance_table thead tr:not(:first-child),
.dataTables_scrollBody .emp_advance_adjustment_table thead tr:not(:first-child)
{
  display: none;
} */

.dataTables_scrollHeadInner .emp_request_table thead tr th:first-child,
.dataTables_scrollHeadInner .emp_req_grant_table thead tr th:first-child,
.dataTables_scrollHeadInner .emp_reimbursement_table thead tr th:first-child,
.dataTables_scrollHeadInner .emp_advance_table thead tr th:first-child,
.dataTables_scrollHeadInner
  .emp_advance_adjustment_table
  thead
  tr
  th:first-child,
.dataTables_scrollHeadInner
  .emp_atten_approval_completed_table
  thead
  tr
  th:first-child,
.dataTables_scrollHeadInner
  .emp_leave_grant_approval_table
  thead
  tr
  th:first-child,
.dataTables_scrollHeadInner .emp_atten_approval_table thead tr th:first-child {
  border-top-left-radius: 10px !important;
}

.dataTables_scrollHeadInner .emp_request_table thead tr th:last-child,
.dataTables_scrollHeadInner .emp_req_grant_table thead tr th:last-child,
.dataTables_scrollHeadInner .emp_reimbursement_table thead tr th:last-child,
.dataTables_scrollHeadInner .emp_advance_table thead tr th:last-child,
.dataTables_scrollHeadInner
  .emp_advance_adjustment_table
  thead
  tr
  th:last-child,
.dataTables_scrollHeadInner
  .emp_atten_approval_completed_table
  thead
  tr
  th:last-child,
.dataTables_scrollHeadInner
  .emp_leave_grant_approval_table
  thead
  tr
  th:last-child,
.dataTables_scrollHeadInner .emp_atten_approval_table thead tr th:last-child {
  border-top-right-radius: 10px !important;
}

.emp_team_member_card {
  min-width: 250px !important;
  height: 100px !important;
}

.default_user_img_div {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.default_user_img {
  height: 50px;
  width: 50px;
  background-color: #017ab7;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.emp_details {
  position: absolute;
  top: 30px;
  left: 45%;
}

#divmainajaxapp .content {
  background-color: white !important;
}

.dataTables_scrollHeadInner,
.dataTables_scrollHead,
.dataTables_scrollBody {
  min-width: 100% !important;
}

.team_member_details_card .empCard::after {
  right: 28rem !important;
}

.team_member_details_card .empCard img {
  margin-top: -15px !important;
  margin-left: 15px !important;
}

.team_member_details_card .empCard .infos .name .e_Code,
.team_member_details_card .empCard .infos .name .e_Name {
  margin-left: 110px !important;
}

.team_member_details_card {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.process-card .info-box-process {
  min-height: 100px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.emp_attn_btn_container {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team_sub_card {
  padding: 2.5rem 2rem;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 23%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);

  position: relative;
  transform-style: preserve-3d;
  overflow: hidden;
}

.team_sub_card::after,
.team_sub_card img {
  border-radius: 50%;
}

.team_sub_card img {
  left: 12% !important;
  position: absolute !important;
}

.team_sub_card::before,
.team_sub_card::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.team_sub_card::before {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
  top: -0.7rem;
  left: -0.7rem;
}

.team_sub_card::after {
  height: 14rem;
  width: 18rem;
  background-color: #de3c4b;
  top: -6rem;
  right: 14.5rem;
  box-shadow: 2rem 6rem 0 -3rem #fff;
}

.leave_balance_table_div {
  max-width: 100% !important;
  overflow-x: auto !important;
}

.emp-card-action-icon-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: -13px;
  margin-left: 90px;
  flex: 0 0 0%;
  margin-left: 20px;
}


.multiselect-container .select2 {
  height: auto !important;
  min-height: 38px !important;
}

.import_button .btn-Export
{
  height: 35px;
}