/* Google Fonts Import Link */
@font-face {
  font-family: "Manrope-ExtraBold";
  src: url("/static/att_mgt/font/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Manrope-Regular";
  src: url("/static/att_mgt/font/Manrope-Regular.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Manrope-Bold";
  src: url("/static/att_mgt/font/Manrope-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Manrope-SemiBold";
  src: url("/static/att_mgt/font/Manrope-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Manrope-Medium";
  src: url("/static/att_mgt/font/Manrope-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Manrope-Light";
  src: url("/static/att_mgt/font/Manrope-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Manrope-ExtraLight";
  src: url("/static/att_mgt/font/Manrope-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope-Regular", sans-serif;
}
  .dropdown-menu-top-one::-webkit-scrollbar {
  display: none;
}
div#DataTables_Table_1_info {
  color: #fff;
}
.dataTables_length label
{
color: #fff;
}
.dataTables_filter label
{
color: #fff;
}
.items 
{

}/* Hide scrollbar for Chrome, Safari and Opera */
.items::-webkit-scrollbar {
  display: none;
}
.nav-links::-webkit-scrollbar {
  display: none;
}
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.items  {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
body  {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.nav-links  {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for IE, Edge and Firefox */
.dropdown-menu-top-one {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
::-webkit-scrollbar {
  width: 0px;
  background-color: #1A1B1E;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #1A1B1E;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color:#1A1B1E
}
.ui-datepicker-year{
  border: none;
  color: #fff;
}
select.ui-datepicker-year {
  color: #fff !important;
}
.sub-menu li
{
  border-bottom: 1px solid rgba(14,15,18,1);
  width:100%;
  padding: 5px 10px;
  margin: 0px 5px 0px 0px;
}


.error,.error1
{
    color: #F00;
    font-family: 'Manrope-Regular', sans-serif;
    font-size: 12px;
}
.ui-datepicker-month, .ui-datepicker-year{
  font-size: 13px!important;
  font-family: "Manrope-Regular", sans-serif;
  background-color: transparent !important;

}
select.ui-datepicker-year option{
  /* color: #000; */
  background: #1A1B1E;
  color: #fff;
  height: 100px;
  overflow: auto;
}
.custom_contain::-webkit-scrollbar {
  width: 6px;
  border-radius: 38px;
  height: 6px;
}
.leave_sec {
  display: flex;
  align-items: center;
}

.custom_contain::-webkit-scrollbar-thumb {
  background-color: #a7a9ac;
  border-radius: 38px;
}

.custom_contain::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #242930;
}
.btn-close {
  opacity: 1!important;
  filter: invert(1);
}
.bx-menu {
  cursor: pointer;
}
body {
  background-color: black !important;
}
  .input_select {
    background-color: #1A1B1E !important;
    font-family: 'Manrope-Regular', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.3) !important;
    height: 50px;
    border: 0;
    border-radius: 5px;
    /* padding-left: 22px; */
  }

  .input_select {
    background-color: #1a1b1e !important;
    font-family: "Manrope-Regular", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.3) !important;
    height: 50px;
    border: 0;
    border-radius: 5px;
    width: 100%;
  }
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 220px;
  z-index: 1;
  transition: all 0.3s ease;
  background-color: #1a1b1e;
}
.sidebar.close {
  width: 50px;
}
.sidebar .logo-details {
  height: 60px;
  margin-top: 19px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 25px;
  transition: all 0.3s ease;
}
.sidebar.close .logo-details {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 75px;
  height: 25px;
  transition: all 0.3s ease;
}
.sidebar.close .logo-details i {
  font-size: 30px;
  color: #fff;
  height: 50px;
  min-width: 100px;
  text-align: center;
  line-height: 50px;
  transition: all 0.1s ease;

  /* margin-top: 20px; */
}
img.bx-menu {
  margin-top: -3.5px;
}

ul.sub-menu {
  padding-left: 2.1rem;
  margin-top: 0px;
  margin-bottom: 20px;
}
.text-white-custom {
  color: #fff !important;
  opacity: 1 !important;
}
.rotate-icon {
  transform: rotate(-90deg);
  position: absolute;
  right: 0;
  top: unset;

}

.sidebar.close .logo-details .logo_name {
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links {
  height: 100%;
  padding: 20px 0 150px 0;
  overflow: auto;
}
.sidebar.close .nav-links {
  overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar {
  display: none;
}
.sidebar .nav-links li {
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}
.sidebar .nav-links li.active:before,
.sidebar .nav-links li:hover:before {
  opacity: 1;
}
.sidebar .nav-links li .iocn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -0px auto 0;
}
.sidebar.close .nav-links li .iocn-link {
  display: block;
}
body.linux .sidebar .nav-links li i {
  height: 60px;
  min-width: 50px;
  text-align: center;
  line-height: 54px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
body.not-linux .sidebar .nav-links li i{
  height: 50px;
  min-width: 50px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sidebar .nav-links li img.img {
  height: 50px;
  /* min-width: 50px; */
  margin-right: 23px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.arrow_key {
  width: 50px !important;
  height: 50px !important;
}
.sidebar .nav-links li.active i,
.sidebar .nav-links li:hover i {
  color: #fff;
}
.sidebar .nav-links li.showMenu i.arrow {
  transform: rotate(-180deg);
}
.sidebar.close .nav-links img.img {
  display: none;
}
.sidebar .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex: 1;
}
.sidebar .nav-links li a .link_name {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Manrope-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  transition: all 0.4s ease;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar .nav-links li a .link_name:hover {
  opacity: 1;
}
.sidebar .nav-links li.active a .link_name,
.sidebar .nav-links li:hover a .link_name {
  color: #fff;
}
.sidebar.close .nav-links li a .link_name {
  opacity: 0 !important;
  pointer-events: none;
}
.sidebar .nav-links li .sub-menu {
  display: none;
}
.sidebar .nav-links li.showMenu .sub-menu {
  display: block;
}
.sidebar .nav-links li .sub-menu a {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Manrope-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  transition: all 0.3s ease;
  margin: 5px 0px;
}
.sidebar .nav-links li .sub-menu a:hover {
  opacity: 1;
  color: #fff;
}
.sidebar.close .nav-links li .sub-menu {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 200px;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
  background-color: #0e0f12;
  visibility: visible;
}
.sidebar.close .nav-links li:hover .sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.sidebar .nav-links li .sub-menu .link_name {
  display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name {
  font-size: 18px;
  opacity: 1;
  display: block;
}
.sidebar .nav-links li .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
}

.home-section {
  position: relative;
  background: #0e0f12;
  height: 100vh;
  left: 220px;
  width: calc(100% - 220px);
  transition: all 0.4s ease;
}
.sidebar.close ~ .home-section {
  left: 50px;
  width: calc(100% - 50px);
  transition: all 0.1s ease;
  position: relative;
  z-index: 0;
}
.home-section .home-content {
  /* height: auto; 
  display: flex;
  align-items: center; */
  background: #0e0f12;
}
.home-section .home-content,
.home-section .home-content .text {
  color: #ffff;
}

.home-section .home-content .text {
  font-weight: 600;
}
@media (max-width: 420px) {
  .sidebar.close .nav-links li .sub-menu {
    display: none;
  }
}
/* custom nave */

.container_custom {
  margin: 15px 20px;
}

.container_custom_nav {
  background: #1a1b1e;
  width: auto;
  position: sticky;
  top: 0;
  z-index: 999;
  border-top-right-radius: 5%;
}

@media (max-width: 992px) {
  .container_custom_nav {
    width: auto;
    border-bottom: 1.5px solid #949bab38;
  }

  .navbar-nav {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
  margin-left: 20px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.navbar {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .searchBar {
    max-width: 96% !important;
  }
  .logo-dropdown {
    /* left: 27px !important; */
    left: 50% !important;
    transform: translateX(-50%);
    right: 0px !important;
  }
}
.searchBar {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* max-width: 29%; */
}

#searchQuerySubmit {
  width: 3.5rem;
  height: 2.8rem;
  margin-right: -3.5rem;
  background: none;
  border: none;
  outline: none;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  img.bx-menu {
    margin-left: 0px;
  }
}

@media screen and (max-width: 600px) {
  .home-section {
    position: relative;
    background: #0e0f12;
    height: 100vh;
    left: 0px;
    width: calc(100% - 0px);
    transition: all 0.5s ease;
  }
  .sidebar .logo-details i {
    font-size: 30px;
    color: #fff;
    height: 50px;
    text-align: center;
    line-height: 50px;
    transition: all 0.1s ease;
    z-index: 9;
  }
}
#searchQueryInput {
  width: 357px;
  height: 40px;
  background: #0e0f12;
  outline: none;
  border: none;
  border-radius: 6px;
  padding: 0 2rem 0 3.3rem;
  color: #fff;
}
.input_select{
  width: 100%;
}
select:focus-visible {
  outline: none;
}
.nav-link {
  font-family: "Manrope-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: -0.165px;
  color: #000000;
  padding-right: 1.5rem !important;
  white-space: nowrap;
}

.red-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ff4949;
  position: relative;
  bottom: 7px;
  left: -6px;
  border: 1px solid black;
}

.navbar_name {
  font-family: "Manrope-SemiBold";
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.16500000655651093px;
  color: #fff;
}
.navbar_desig {
  color: #ffffff;
  font-size: 11px;
  opacity: 50%;
  font-family: " Manrope-SemiBold", sans-serif;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.16500000655651093px;
}

.bell-padding {
  padding-right: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.name_logo {
  width: 64px;
  /* margin-top: -5px; */
}
#profile_picture {
  width: 37px;
  height: 37px;
  border-radius: 50%;
}

#icon-click {
  cursor: pointer;
}

.logo-dropdown {
  position: absolute;
  max-width: 196px;
  height: 225px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  right: 10px;
  top: 100%;
  border-radius: 10px;
  margin-top: -10px;
  background-color: rgba(60, 60, 60, 1);
  z-index: 9;
  border-radius: 5px;
}
.bootstrap-datetimepicker-widget.dropdown-menu{
  color: #000!important;
  background-color: #fff!important;
}
.dropdown-icon{
  cursor: pointer;
}
.logo-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #f2f3f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tooltip_icon {
  position: relative;
}

.custom_tooltip {
  position: absolute;
  top: 0;
  font-size: 10px;
  z-index: 99;
  background: white;
  font-family: "Manrope-SemiBold", sans-serif;
  display: block;
  color: black;
  padding: 5px 8px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  border-radius: 4px;
  min-width: 120px;
  /* white-space: nowrap; */
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.nav-border-line {
  border-bottom: 1px solid #5f5f61;
  margin: 0px 15px;
  margin-top: -6px;
  padding-top: 6px;
}

a {
  text-decoration: none !important;
}

p#user_profile a {
  color: black;
}

.side_nav_select {
  font-family: " Manrope-Regular", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.16500000655651093px;
  color: #ffffff;
}

.user_desig {
  font-family: "Manrope-Regular", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16500000655651093px;
  width: 160px;
 white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-primary {
  border-color: transparent !important;
}

.form-select:focus {
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}

.nav-dropdown {
  padding: 6px 15px;
}
.nav-dropdown-active {
  background-color: #97c121 !important;
  border-radius: 5px 5px 0px 0px;
}
.nav-dropdown a {
  font-family: "Manrope-Regular", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  text-align: left;
}
.nav-dropdown a:hover {
  color: white;
}

#sign_out {
  font-family: "Manrope-Regular";
  font-size: 14px;
  line-height: 16px;
  color: rgba(256, 256, 256, 0.5);
  width: 167px;
  height: 37px;
  background-color: #5f5f61;
  border-radius: 6px;
  margin: 0px 15px;
  margin-top: 4px;
  position: absolute;
  bottom: 5px;
}

textarea {
  padding: 5px;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("../images/bx-menu.png") !important;
  font-size: 8px;
}

@media (max-width: 580px) {
  .btn_form {
    min-width: 110px !important;
  }
}

.form-control:focus {
  box-shadow: none !important;
  border-color: transparent ;
}

.ui-datepicker-close {
  width: 100% !important;
}

.ui-timepicker-div,
.ui-datepicker-current {
  display: none !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none !important;
  background: none !important;
  font-weight: normal;
  color: #ffffff !important;
  font-size: 14px;
}

.ui-widget-header {
  border: none !important;
  background: transparent !important;
}

.ui-widget-content {
  border: none !important;
  background: #3c3c3c !important;
  color: #000000;
}

.ui-datepicker th {
  color: #949bab;
  font-size: 14px !important;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  background-color: #97c121 !important;
  min-height: 48px !important;
  border-radius: 6px !important;
  font-family: "Manrope-SemiBold";
  font-size: 14px;
}

span.ui-icon.ui-icon-circle-triangle-w {
  background-image: url("../images/left-calender-icon.png") !important;
}

span.ui-icon.ui-icon-circle-triangle-e {
  background-image: url("../images/right-calender-icon.png") !important;
}

.ui-icon-circle-triangle-w,
.ui-icon-circle-triangle-e {
  background-position: 0 !important;
}


.ui-icon {
  width: 26px !important;
  height: 26px !important;
}

.ui-datepicker .ui-datepicker-header {
   padding-top: 34px !important; 
  display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #fff;
}
.ui-datepicker .ui-datepicker-prev span{
display: block;
    position: absolute;
    left: 50%;
    margin-left: 30px!important;
    top: 50%;
    margin-top: -12px!important;
}
.ui-datepicker .ui-datepicker-next span{
  display: block;
    position: absolute;
    left: 50%;
    margin-left: -50px!important;
    top: 50%;
    margin-top: -12px!important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #ffffff !important;
  margin: auto !important;
  height: 31px!important;
  width: 31px!important;
  display: flex;
  justify-content: center;
  align-items: center;
}


.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  width: 0!important;
  height: 0!important;
  top: auto !important;
}

.ui-datepicker .ui-datepicker-title {
display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #97c121 !important;
  border-radius: 50% !important;
  height: 31px!important;
  width: 31px!important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-state-hover,
.ui-datepicker-prev-hover {
  background: none !important;
  border: none !important;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  min-width: 100% !important;
  margin-bottom: 20px !important;
}

@media (max-width: 720px) {
  .ui-datepicker .ui-datepicker-prev {
    left: 0.5rem !important;
  }
  .ui-datepicker .ui-datepicker-next {
    right: 1.5rem !important;
  }
}

@media (max-width: 1120px) {
  .ui-datepicker .ui-datepicker-prev {
    left: 0.5rem !important;
  }
  .ui-datepicker .ui-datepicker-next {
    right: 0.5rem !important;
  }
}
#ui-datepicker-div{
  z-index: 999999!important;
}
@media (max-width: 360px) {
  .ui-datepicker .ui-datepicker-prev {
    left: 0.5rem !important;
  }
  .ui-datepicker .ui-datepicker-next {
    right: 1.5rem !important;
  }

  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
    max-width: 70% !important;
  }

  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active {
    max-width: 70% !important;
  }

  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active {
    max-width: 75% !important;
  }
}
/* Tooltip CSS start  */

.tooltip_icon {
  position: relative;
}

.custom_tooltip {
  position: absolute;
  top: 0;
  font-size: 10px;
  z-index: 99;
  background: white;
  font-family: "Manrope-SemiBold", sans-serif;
  display: block;
  color: black;
  padding: 5px 8px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  border-radius: 4px;
  min-width: 120px;
  /* white-space: nowrap; */
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

@media screen and (max-width: 460px) {
  .custom_tooltip {
    white-space: wrap;
  }
}

.custom_tooltip::after {
  position: absolute;
  content: "";
  /* height: 8px;
  width: 8px; */
  background: #fff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: translate(-50%) rotate(45deg);
  -moz-transform: translate(-50%) rotate(45deg);
  -ms-transform: translate(-50%) rotate(45deg);
  -o-transform: translate(-50%) rotate(45deg);
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tooltip_icon:hover .custom_tooltip {
  top: 16px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.tooltip_icon:hover span,
.tooltip_icon:hover .custom_tooltip {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.01);
}

.custom_icon:hover .custom_tooltip,
.custom_icon:hover .custom_tooltip::after {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
/* Tooltip CSS end  */
.username_ellipsis {
  width: 167px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.back_icon {
  cursor: pointer;
}
/* chart css */
.date_container {
  padding: 20px 15px 0 15px;
  gap: 5px;
  /* position: relative; */
  flex-wrap: nowrap;
}
@media (max-width: 600px) {
  .date_container_top_div {
    overflow-x: auto;
    min-height: 100px;
    overflow-y: hidden;
  }
  .one_day {
    width: 100%;
    height: 100%;
    min-height: 54px;
    min-width: 15.7px !important;
    /* background-color: #97C121; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
  }
  .day {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 10px !important;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16500000655651093px;
    color: #8c8d8e;
    opacity: 80%;
    position: absolute;
    top: 100%;
    padding: 7px 7px !important;
    transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    -moz-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -o-transform: rotate(-36deg);
  }
}


@media (max-width:630px){

  .date{
    font-size: 10px!important;
  }
}

@media (max-width: 425px) {
  .date_container_top_div {
   overflow-x: auto;
    min-height: 100px;
    overflow-y: hidden;
  }
  .one_day {
    width: 100%;
    height: 100%;
    min-height: 54px;
    min-width: 15.7px !important;
    /* background-color: #97C121; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
  }
  .day {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 6px !important;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16500000655651093px;
    color: #8c8d8e;
    opacity: 80%;
    position: absolute;
    top: 100%;
    padding: 7px 7px !important;
    transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    -moz-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -o-transform: rotate(-36deg);
  }
  .date {
    font-family: "Manrope-SemiBold", sans-serif;
    font-size: 7px !important;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.16500000655651093px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1281px) {
  .date_container {
    padding: 20px 15px 0 15px;
    gap: 2px;
    /* position: relative; */
    flex-wrap: nowrap;
  }

  .one_day {
    width: 100%;
    height: 100%;
    min-height: 54px;
    min-width: 10.7px !important;
    /* background-color: #97C121; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
  }
  .day {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16500000655651093px;
    color: #8c8d8e;
    opacity: 80%;
    position: absolute;
    top: 100%;
    padding: 7px 7px !important;

    transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    -moz-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -o-transform: rotate(-36deg);
  }
}
@media (max-width: 767.5px) {
  .arrow_key
  {
      display: none !important;
  }
  .emoji_icon {
    right: 10px;
  }

  .dashb_head {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .emoji_icon {
    right: 10px;
  }

  .dashb_head {
    flex-direction: column;
  }
}

@media (max-width: 1281px) {
  .overview_days {
    font-size: 13px;
  }

  .date_container {
    padding: 20px 15px 0 15px;
    gap: 2px;
    /* position: relative; */
    flex-wrap: nowrap;
  }
}
@media (max-width: 1304px ) {
  .date_container {
    gap: 2px ;
  }
}

@media (min-width: 1305px) and (max-width: 1370px) {
  .date_container {
    gap: 3px !important;
  }
}
@media (max-width: 1281px) {
  .overview_days {
    font-size: 12px;
  }

  .overview_number {
    font-size: 48px;
  }
}

@media (max-width: 1240px) {
  .overview_days {
    font-size: 11px;
  }

  .overview_number {
    font-size: 44px;
  }
}

@media (max-width: 1320px) {
  .dashb_head2 {
    padding-right: 0!important;
    gap: 16px!important;
  }
}

@media (max-width: 1120px) {
  .dashb_head_head {
   margin-left: 13px;
  }

  .dashb_head2 {
    padding-left: 14px!important;
    padding-top: 10px!important;
  }

  .circle {
    width: 16px;
    height: 16px;
  }

  .dash_head_options {
    font-size: 12px !important;
  }
}

@media (max-width: 1268px) {
  .dashb_head2 {
    gap: 14px!important;
  }

  .dash_head_options {
    font-size: 11px!important;
  }

  .circle {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 1156px) {
  .dashb_head2 {
    gap: 12px!important;
  }

  .dash_head_options {
    font-size: 10px!important;
  }
}

@media (max-width: 1118px) {
  .dashb_head2 {
    gap: 14px!important;
  }
}

@media (max-width: 1050px) {
  .dashb_head2 {
    gap: 13px!important;
  }
}

@media (max-width: 1022px) {
  .dashb_head2 {
    gap: 10px!important;
  }
}

@media (max-width: 1015px) {
  .dashb_head2 {
    gap: 7px!important;
  }
}

@media (max-width: 990.5px) {
  .dashb_head2 {
    gap: 17px!important;
    flex-wrap: wrap!important;
  }

  .tab {
    width: 100%;
  }

  #tab2-tab {
    margin-top: 10px;
  }

  .li-tab2 {
    padding-left: 0px !important;
  }
}

@media (max-width: 540px) {
  .pay-container {
    flex-direction: column;
    align-items: center;
  }
  .days_overview {
    width: 100%;
  }
}

@media (max-width: 1400.5px) {
  .dashb_head2 {
    padding-right: 17px!important;
  }
}


.exemption_req {
      padding-top: 15px;
  }
.punchtime_container {
    max-height: 325px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 11px;
    padding-left: 7px;
}
  .punchtime_container::-webkit-scrollbar {
    width: 6px;
    border-radius: 38px;
    height: 71px;
  }

  .punchtime_container::-webkit-scrollbar-thumb {
    background-color: #A7A9AC;
    height: 71px;
    border-radius: 38px;
  }

  .punchtime_container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #242930
  }
  /* css loader start */
  .loader {
    position: relative;
    width:  48px;
    height: 48px;
    background: #de3500;
    transform: rotateX(65deg) rotate(45deg);
    color: #fff;
    animation: layers1 1s linear infinite alternate;
  }
  .loader:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.7);
    animation: layerTr 1s linear infinite alternate;
  }

  @keyframes layers1 {
    0% { box-shadow: 0px 0px 0 0px  }
   90% , 100% { box-shadow: 20px 20px 0 -4px  }
  }
  @keyframes layerTr {
    0% { transform:  translate(0, 0) scale(1) }
    100% {  transform: translate(-25px, -25px) scale(1) }
  }
      
  /* css loader end */
  .select2-dropdown {
    background-color: #0e0f12!important;
    border: 1px solid #97C121!important;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}
.select2-container--bootstrap4 .select2-selection--multiple {
    color: #fff!important;
    background-color: #1A1B1E !important;
    font-family: 'Manrope-Regular', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    border: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.select2-results__option{
  color: #fff!important;
}
.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected="true"]{
  background-color: #0e0f12!important;
    border: 1px solid #97C121!important;
}
.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    color: #fff;
    background-color: #242930!important;
}
.select2-container--bootstrap4 .select2-selection__clear {
    float: right;
    width: 0.9em;
    height: 0.9em;
    padding-left: 0.19em;
    margin-top: 0.7em;
    margin-right: 0.3em;
    line-height: .75em;
    color: #f8f9fa;
    background-color: transparent!important;
    border-radius: 100%;
}

.btn:hover {
  color: #FFFFFF!important;
}
 .card-text-width{
        width: 170px;
    }
    .custom-checkbox-two:checked {
      background-color: rgba(151, 193, 33, 1) !important;
      box-shadow: none !;
      border: none !important;
    }
    .custom-checkbox:checked {
      background-color: rgba(151, 193, 33, 1) !important;
      box-shadow: none !;
      border: none !important;
    }
    .custom-table:checked[type=checkbox] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important ;
  }

  .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important ;
}
table.dataTable thead .sorting_asc {
background-image: none !important;
}


#notifications_list {
  overflow-x: hidden;
}

.bell-dropdown {
  position: absolute;
  width: 379px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  right: 4%;
  border-radius: 10px;
  background-color: white;
  z-index: 9;
  top: 4.5rem;
}

.bell-content {
  padding-left: 0!important;
}

.form-switch .form-check-input {
  width: 2.5em !important;
  height: 1.5rem !important;
}

.notifications {
  height: 393px;
  background-color: rgba(60, 60, 60, 1);
  overflow-y: auto;
  padding: 15px;
}
.notification{
  padding: 20px
}
.bell-dropdown h5 {
  margin-bottom: 0px;
  font-family: 'Manrope-Bold', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;

}

.notification-bell {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background-color: rgba(95, 95, 97, 1);
  display: flex;
  color: #949EB5;
  font-size: 1.8rem;
  justify-content: center;
  font-weight: 100;
  align-items: center;
}

.bell-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #949EB5;
  margin-bottom: 0.1rem;
  font-family: 'Manrope-Regular', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 18px;
}

.bell-content p b {
  font-family: 'Manrope-SemiBold', sans-serif;
}
.bell-content small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.1rem;
  font-family: 'Manrope-Medium', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;

}

.bell-content h6 {
  font-family:'Manrope-Medium', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
}

/* width */
#notifications_list{
  overflow-x: hidden;
}
#notifications_list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#notifications_list::-webkit-scrollbar-track {
  background: transparent; 
  z-index: 2;
}
 
/* Handle */
#notifications_list::-webkit-scrollbar-thumb {
 background: #949eb538;
opacity: 0.3;
border-radius: 76px;
}

/* Handle on hover */
#notifications_list::-webkit-scrollbar-thumb:hover {
  background: #949EB5; 
}


.dropdown-menu-top ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.dropdown-menu-top::-webkit-scrollbar-track {
  background: transparent; 
  z-index: 2;
}
 
/* Handle */
.dropdown-menu-top::-webkit-scrollbar-thumb {
 background: #949eb538;
opacity: 0.3;
border-radius: 76px;
}

/* Handle on hover */
.dropdown-menu-top::-webkit-scrollbar-thumb:hover {
  background: #949EB5; 
}


.items::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.items::-webkit-scrollbar-track {
  background: transparent; 
  z-index: 2;
}
 
/* Handle */
.items::-webkit-scrollbar-thumb {
 background: #949eb538;
opacity: 0.3;
border-radius: 76px;
}

/* Handle on hover */
.items::-webkit-scrollbar-thumb:hover {
  background: #949EB5; 
}






.bell-container{
  cursor: pointer;
}

.notif_border{
  border-bottom: 1px solid rgba(163, 164, 178, 0.5);
  padding-top:24px
}


label.notif_label {
  position: relative;
  width: 33px;
  height: 20px;
  display: inline-block;
  background: #666666;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

label.notif_label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  width: 18px;
  height: 18px;
  background: #FFF;
  border-radius: 50%;
}

input.notif_input {
  display: block;
  opacity: 0;
}

input.notif_input:checked + label.notif_label {
  background: rgba(141, 206, 33, 1);
}

input.notif_input:checked + label.notif_label:after {
  left: auto;
  right: 2px;
}

.create_post{
  min-width: 126px;
  height: 44px;
  border: 1px solid rgba(151, 193, 33, 1);
  font-family: 'Manrope-Regular', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.16500000655651093px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(151, 193, 33, 1);
  border-radius: 5px;
}

.create_post:hover{
  color: rgba(151, 193, 33, 1)!important
}

.create-padding{
  padding-right: 45px;
}


.no-data-found{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30vh;
}





.dropdown-content {
      display: none;
      padding: 10px 10px;
    position: absolute;
    background-color: rgba(60, 60, 60, 0.92);
    min-width: 128px;
    height: 125px;
    font-size: 25px;
    top: 0%; /* Use negative margin to move it above the parent */
    border-radius: 6px;
    pointer-events: none;
 
}
.dropdown-content_progress {
      display: none;
      padding: 10px 10px;
    position: absolute;
    background-color: rgba(60, 60, 60, 0.92);
    min-width: 128px;
    height: 125px;
    font-size: 25px;
    top: 0; /* Use negative margin to move it above the parent */
    border-radius: 6px;
 
}
.d_top{
   font-family: 'Manrope-Regular', sans-serif;
    font-weight: 700;
    letter-spacing: -2.75 px;
    font-size: 12px;
}
.dropdown-content span{
    color: black;
   
    text-decoration: none;
    display: block;
    font-family: 'Manrope-Regular', sans-serif;
    font-weight: 600;
    letter-spacing: -2.75 px;
    font-size: 12px;
    z-index: 99999999;
    
}
/* leaves hover */
.custom-progress:hover .dropdown-content_progress {
  display: block;
  position: absolute;
  /* top: -100px; */
  top: -00px;
    right: -22px;
    width: 178px;
    height: auto;
    z-index: 1;
    }
   


.dropdown-content_progress span{
    color: black;
   
    text-decoration: none;
    display: block;
    font-family: 'Manrope-Regular', sans-serif;
    font-weight: 600;
    letter-spacing: -2.75 px;
    font-size: 12px;
    z-index: 99999999;
    
}


.text-end{
  position: absolute;
  right: 10px;
}
/* .one_day:hover .dropbtn {background-color: #3e8e41;} */

/* checkboxes */


.dropdown-check-list {
  display:block;
}

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  background: url('/static/att_mgt/images/dropdown-arrow.png') no-repeat center center;
  padding: 7px 5px;
  right: 10px;
  width: 20px;
  /* top: 33%; */
 
}

.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
 
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0px;
  width: 300px;
  background-color: rgba(60, 60, 60, 1);
  padding: 0px;
  min-height: 112px;
  border-radius: 5px;
  z-index: 1111;
      max-height: 200px;
    overflow-y: scroll;
}

.dropdown-check-list ul.items li {
  list-style: none;
  display: flex;
  text-decoration: none;
  color: white;
  /* height: 52px; */
  /* display: flex; */
  align-items: center;
  font-family: "Manrope-Regular";
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  padding: 6px 0px;
}

/* .dropdown-check-list.visible .anchor {
  color: #0094ff;
} */

.dropdown-check-list.visible .items {
  display: block;
  position: absolute;
  padding: 7px 16px 14px 15px;
  margin-top:5px;
  /* width: 100%!important; */
  width: 350px
}
.top-three .items::-webkit-scrollbar {
  display: none;
}
.dropdown-menu-top-three, .items::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.dropdown-check-list.visible .dropdown-menu-top-three{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.work_days_loader{
  width:1rem;
  height:1rem;
  border-width: 1px;
}
.btn_loader{
  width:0.8rem;
  height:0.8rem;
  border-width: 1px;
  margin-right:10px;
}
/* loader */
#cover_loader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #0e0f12;
  z-index: 9999;
  font-size: 65px;
  text-align: center;
  padding-top: 0px;
  color: #fff;
  font-family: tahoma;
}
.hr_loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* HTML: <div class="loader"></div> */
.cover {
  /* position: absolute; */
  width: 180px;
  height: 180px;
  z-index: 999;
  top: 0;
  top: 40%;
  left: 45%;
  justify-content: center;
  /* margin: 0 auto; */
  align-items: center;
  /* background: red; */
  /* aspect-ratio: 1; */
  display: flex;
  color: rgba(151, 193, 33, 1);
  border: 4px solid;
  box-sizing: border-box;
  border-radius: 50%;
  /* background: radial-gradient(circle 5px, currentColor 95%, #0000), linear-gradient(currentColor 50%, #0000 0) 50% / 4px 60% no-repeat; */
  animation: l1 3s infinite linear;
}
.cover:before {
  content: "";
  /* flex: 1; */
  background:linear-gradient(currentColor 50%,#0000 0) 50%/4px 80% no-repeat;
  animation: inherit;
}
@keyframes l1 {
  100% {transform: rotate(1turn)}
}
.daterangepicker{
  background-color: #0e0f12!important;
}
.table-wrapper {
  overflow-x: visible;
}
.daterangepicker .calendar-table{
  background-color: #0e0f12!important;
  color: #fff!important;

}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date{
  background-color: transparent!important;
}
.daterangepicker td.active, .daterangepicker td.active:hover{
      background-color: #97c121!important;
    border-color: transparent;
    color: #fff;
          border-radius: 50% !important;

}
.daterangepicker td.in-range {
    background-color: #abe41159!important;
    border-color: transparent;
    color: #fff!important;
                 border-radius: 50% !important;


}
.daterangepicker td.out-range {
    background-color: #abe41159!important;
    border-color: transparent;
    color: #fff!important;
                 border-radius: 50% !important;


}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px;
    color: #fff!important;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #97c121!important;
    border-color: transparent;
    color: inherit;
    border-radius: 50% !important;



}
.calendar_icon {
    position: absolute;
    right: 10px;
    transform: translateY(-100%);
    padding: 15px;
    cursor: pointer;
    top: 2.67rem!important;
}
.paginate_button{
  cursor: pointer;
}
.bg-table-grey {
    border: 1px solid rgba(103, 108, 113, 1);
  }

  .bg-table-green {
    /* background-color: #97C121 !important; */
    border: 1px solid rgba(151, 193, 33, 1) !important;
    color: white !important;
  }

  .bg-table-red {
    /* background-color: #F00 !important; */
    border: 1px solid #F00 !important;
    color: white !important;
  }
    .border-table-grey{
    border: 1px solid rgba(103, 108, 113, 1);
    color: rgba(256, 256, 256, 0.3);

  }
  .late_count {
    color: rgba(252, 196, 0, 1);
}
.absent_count {
    color: rgba(214, 55, 55, 1);
}
.present_count {
    color: rgba(151, 193, 33, 1);
}
.text-yellow{
    color:rgba(252, 196, 0, 1) !important;
}
.text-blue{
    color:rgba(97, 85, 236, 1) !important;
}
.text-purple{
    color:rgba(159, 152, 237, 1) !important;
}
.text-red{
    color:rgba(214, 55, 55, 1) !important;
}
.text-green{
    color:rgba(151, 193, 33, 1) !important;
}
th.prev.available, th.next.available {
    background-color: #97c121!important;
    border-color: transparent;
    color: inherit;
    border-radius: 10% !important;
}
.text-orange{
 color: rgba(207, 106, 12, 0.8)
}
.cancelBtn{
  color: #fff;
}
li label{
  display:contents;
}
.users_input{
  margin-right: 5px!important;
}
#user_status{
      position: absolute;
    bottom: 1px;
    right: 3px;
}
.user_status{
      position: absolute;
    bottom: -1px!important;
    right: 3px;
}
.dropdown.anchor {
  min-width: 140px!important;
  width: 100%!important;
  max-width: max-content!important;
  padding: 9px 36px 7px 20px!important;
}
  .date_container_top_div {
        /* overflow-x: auto; */
        min-height: 110px;
        /* overflow-y: hidden; */
        /* display: inline; */
        /* position: relative; */
    }


    @media (max-width:767px) {
        .date_container_top_div {
            display: block !important
        }
    }

    .date_container_top_div::-webkit-scrollbar {
        width: 6px;
        border-radius: 38px;
        height: 6px;
    }

    .date_container_top_div::-webkit-scrollbar-thumb {
        background-color: #a7a9ac;
        border-radius: 38px;
    }

    .date_container_top_div::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #242930;
    }
     .dashb_container {
        background-color: #1A1B1E;
        min-height: 217px;
        margin-top: 20px;
        border-radius: 6px;
    }
     .green_dot {
        /* background-color: rgba(151, 193, 33, 1); */
        position: relative;
        padding-left: 15px;
        
    }
    .green_dot::after
    {
      content: "";
      height: 9px;
      width: 9px;
      border-radius: 50%;
         background-color: rgba(151, 193, 33, 1);
      position: absolute;
      left: 0;
      line-height: 28px;
      margin-top: 3px;
    }

    .yellow_dot {
        position: relative;
        padding-left: 15px;
    }
    .yellow_dot::after
    {
      content: "";
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background-color: rgba(252, 196, 0, 1);
    position: absolute;
    left: 0;
    line-height: 28px;
    margin-top: 3px;
    }

    .purple_dot {
        position: relative;
        padding-left: 15px;
    }
    .purple_dot::after
    {
      content: "";
      height: 9px;
      width: 9px;
      border-radius: 50%;
      background-color: rgba(98, 86, 236, 1);
      position: absolute;
      left: 0;
      line-height: 28px;
      margin-top: 3px;
    }

    .light_purp_dot {
        position: relative;
        padding-left: 15px;
    }
    .light_purp_dot::after
    {
      content: "";
      height: 9px;
      width: 9px;
      border-radius: 50%;
      background-color: rgba(159, 152, 237, 1);
      position: absolute;
      left: 0;
      line-height: 28px;
      margin-top: 3px;
    }
    .violet_dot
    {
      position: relative;
      padding-left: 15px;
    }
    .violet_dot::after
    {
      content: "";
      height: 9px;
      width: 9px;
      border-radius: 50%;
      background-color: #fff;
      position: absolute;
      left: 0;
      line-height: 28px;
      margin-top: 3px;
    }

    .red_dot {
        position: relative;
        padding-left: 15px;

    }
    .red_dot::after
    {
      content: "";
      height: 9px;
      width: 9px;
      border-radius: 50%;
      background-color: rgba(214, 55, 55, 1);
      position: absolute;
      left: 0;
      line-height: 28px;
      margin-top: 3px;
    }

    .orange_dot {
        position: relative;
        padding-left: 15px;
    }
    .orange_dot::after
    {
      content: "";
      height: 9px;
      width: 9px;
      border-radius: 50%;
      background-color: rgba(207, 106, 12, 1);
      position: absolute;
      left: 0;
      line-height: 28px;
      margin-top: 3px;
    }

    .blue_dot {
        position: relative;
        padding-left: 15px;
    }
    .blue_dot::after
    {
      content: "";
      height: 9px;
      width: 9px;
      border-radius: 50%;
      background-color: rgba(85, 160, 231, 1);
      position: absolute;
      left: 0;
      line-height: 28px;
      margin-top: 3px;
    }

    .black_dot {
      position: relative;
      padding-left: 15px;
    }
    .black_dot::after
    {
      content: "";
      height: 9px;
      width: 9px;
      border-radius: 50%;
      background-color: rgba(51, 63, 76, 1);
      position: absolute;
      left: 0;
      line-height: 28px;
      margin-top: 3px;
    }

    .pink_dot {
        position: relative;
        padding-left: 15px;
    }
    .pink_dot::after
    {
      content: "";
      height: 9px;
      width: 9px;
      border-radius: 50%;
      background-color: rgba(228, 99, 184, 1);
      position: absolute;
      left: 0;
      line-height: 28px;
      margin-top: 3px;
    }

    .white_dot {
        background-color: rgba(174, 187, 201, 1);
        position: relative;
        padding-left: 15px;
    }
    .white_dot::after
    {
      content: "";
      height: 9px;
      width: 9px;
      border-radius: 50%;
      background-color: rgba(174, 187, 201, 1);
      position: absolute;
      left: 0;
      line-height: 28px;
      margin-top: 3px;
    }
    /* profile dots */
         .green_dot_profile {
        background-color: rgba(151, 193, 33, 1);
        width: 9px;
  height: 9px;
  border-radius: 50%;
 
  position: relative;
  bottom: 7px;
  ;
  border: 1px solid black;
    }

    .yellow_dot_profile {
        background-color: rgba(252, 196, 0, 1);
        width: 9px;
  height: 9px;
  border-radius: 50%;
  
  position: relative;
  bottom: 7px;
  ;
  border: 1px solid black;
    }

    .purple_dot_profile {
        background-color: rgba(98, 86, 236, 1);
        width: 9px;
  height: 9px;
  border-radius: 50%;

  position: relative;
  bottom: 7px;
  ;
  border: 1px solid black;
    }

    .light_purp_dot_profile {
        background-color: rgba(159, 152, 237, 1);
          width: 9px;
  height: 9px;
  border-radius: 50%;

  position: relative;
  bottom: 7px;
  ;
  border: 1px solid black;
    }

    .red_dot_profile {
        background-color: rgba(214, 55, 55, 1);
          width: 9px;
  height: 9px;
  border-radius: 50%;

  position: relative;
  bottom: 7px;
  ;
  border: 1px solid black;
    }

    .orange_dot_profile {
        background-color: rgba(207, 106, 12, 1);
          width: 9px;
  height: 9px;
  border-radius: 50%;

  position: relative;
  bottom: 7px;
  ;
  border: 1px solid black;
    }

    .blue_dot_profile {
        background-color: rgba(85, 160, 231, 1);
          width: 9px;
  height: 9px;
  border-radius: 50%;

  position: relative;
  bottom: 7px;
  ;
  border: 1px solid black;
    }

    .black_dot_profile {
        background-color: rgba(51, 63, 76, 1);
          width: 9px;
  height: 9px;
  border-radius: 50%;

  position: relative;
  bottom: 7px;
  ;
  border: 1px solid black;
    }

    .pink_dot_profile {
        background-color: rgba(228, 99, 184, 1);
          width: 9px;
  height: 9px;
  border-radius: 50%;

  position: relative;
  bottom: 7px;
  ;
  border: 1px solid black;
    }

    .white_dot_profile {
        background-color: rgba(174, 187, 201, 1);
          width: 9px;
  height: 9px;
  border-radius: 50%;

  position: relative;
  bottom: 7px;
  ;
  border: 1px solid black;
    }
    .tooltip {
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
     position: absolute;
     z-index: 1;
    width: 120px;
    top: 100%;
     left: 50%; 
     margin-left: -60px; 
    font-size: 12px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
 .card_container{
    cursor: pointer;
  }
.eye-icon{
  cursor: pointer;
}
     .green_circle:hover .dropdown-content {
      display: block;
      z-index: 1;
      position: absolute;

      pointer-events: none;
      top: 0%;

      pointer-events: none;
  }
  .blue_circle:hover .dropdown-content {
    display: block;
    z-index: 1;
    position: absolute;

    pointer-events: none;
    top: 0%;

    pointer-events: none;
  }
    .red_circle:hover .dropdown-content {
      display: block;
      z-index: 1;
      position: absolute;

      pointer-events: none;
      /* backdrop-filter: blur(5px); */
      top: 0%;

      pointer-events: none;
  }
    .yellow_circle:hover .dropdown-content {
      display: block;
      z-index: 1;
      position: absolute;

      pointer-events: none;
      /* backdrop-filter: blur(5px); */
      top: 0%;

      pointer-events: none;
  }
   .purple_circle:hover .dropdown-content {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0px;
    pointer-events: none;
    /* backdrop-filter: blur(5px); */
  }
     .pink_circle:hover .dropdown-content {
      display: block;
      z-index: 1;
      position: absolute;
      top: 0px;
      pointer-events: none;
      /* backdrop-filter: blur(5px); */
  }
     .orange_circle:hover .dropdown-content {
      display: block;
      z-index: 1;
      position: absolute;
      top: 0px;
      pointer-events: none;
      /* backdrop-filter: blur(5px); */
  }
     .light_circle:hover .dropdown-content {
      display: block;
      z-index: 1;
      position: absolute;
      top: 0px;
      pointer-events: none;
      /* backdrop-filter: blur(5px); */
  }
   .light_purp_circle:hover .dropdown-content {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0px;
    pointer-events: none;
    /* backdrop-filter: blur(5px); */
  }
  .day {
    font-family: 'Manrope-Regular', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.16500000655651093px;
    color: #8C8D8E;
    opacity: 80%;
    position: absolute;
    top: 83%!important;
    padding-top: 0px;
}


.dashb_container {
  background-color: #1A1B1E;
  min-height: 217px;
  margin-top: 20px;
  border-radius: 6px;
  position: relative;
}
@media(max-width:750px){

  .red_circle:hover .dropdown-content,.light_circle:hover .dropdown-content,.red_circle:hover .dropdown-content,.light_circle:hover .dropdown-content,.orange_circle:hover .dropdown-content,.pink_circle:hover .dropdown-content,.purple_circle:hover .dropdown-content,.yellow_circle:hover .dropdown-content,.green_circle:hover .dropdown-content {
  display: block;
  z-index: 99999;
  position: absolute;
  top: 35px;
}

}
@media(max-width:534px){
 .blue_circle:hover .dropdown-content,.light_circle:hover .dropdown-content,.red_circle:hover .dropdown-content,.light_circle:hover .dropdown-content,.orange_circle:hover .dropdown-content,.pink_circle:hover .dropdown-content,.purple_circle:hover .dropdown-content,.yellow_circle:hover .dropdown-content,.green_circle:hover .dropdown-content {
  display: block;
  z-index: 99999;
  position: absolute;
  top:76px;
}

.day {
  font-family: 'Manrope-Regular', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.16500000655651093px;
  color: #8C8D8E;
  opacity: 80%;
  position: relative;
  top: 42px!important;
  padding-top: 0px;
}
}

@media(max-width:460px){

.blue_circle:hover .dropdown-content,.light_circle:hover .dropdown-content,.red_circle:hover .dropdown-content,.light_circle:hover .dropdown-content,.orange_circle:hover .dropdown-content,.pink_circle:hover .dropdown-content,.purple_circle:hover .dropdown-content,.yellow_circle:hover .dropdown-content,.green_circle:hover .dropdown-content {
display: block;
z-index: 99999;
position: absolute;
top:111px;
}

}


@media(max-width:471px){

.blue_circle:hover .dropdown-content,.light_circle:hover .dropdown-content,.red_circle:hover .dropdown-content,.light_circle:hover .dropdown-content,.orange_circle:hover .dropdown-content,.pink_circle:hover .dropdown-content,.purple_circle:hover .dropdown-content,.yellow_circle:hover .dropdown-content,.green_circle:hover .dropdown-content {
display: block;
z-index: 99999;
position: absolute;
top:111px;
}

}


@media(max-width:390px){

.blue_circle:hover .dropdown-content,.light_circle:hover .dropdown-content,.red_circle:hover .dropdown-content,.light_circle:hover .dropdown-content,.orange_circle:hover .dropdown-content,.pink_circle:hover .dropdown-content,.purple_circle:hover .dropdown-content,.yellow_circle:hover .dropdown-content,.green_circle:hover .dropdown-content{
display: block;
z-index: 99999;
position: absolute;
top:111px;
}
}


@media(max-width:395px){

.blue_circle:hover .dropdown-content,.light_circle:hover .dropdown-content,.red_circle:hover .dropdown-content,.light_circle:hover .dropdown-content,.orange_circle:hover .dropdown-content,.pink_circle:hover .dropdown-content,.purple_circle:hover .dropdown-content,.yellow_circle:hover .dropdown-content,.green_circle:hover .dropdown-content{
display: block;
z-index: 99999;
position: absolute;
top:200px;
}

}




.set_icon {
  position: relative;
  top: 1.9rem;
}

.dropdown-menu {
  left: auto!important;
}


.searchInput {
  background-color: #0e0f12!important;
  border-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  border-top: none;
  border-left: none;
  border-right: none;
  height: 22px;
}
#searchInput
{
  padding-left: 20px;
  width: 100%;
}
.overview
{
  height: 25px;
}

.set_input_search {
  display: flex;
  align-items: center;
  position: relative;
  height: 12px;
}
.set_input_search img
{
  position: absolute;
  left: 3px;
  width: 15px;
  top: 50%;
  transform: translateY(-50%);
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: rgba(26, 27, 30, 1) !important;
    color: fieldtext !important;
}

.searchInput:focus-visible {
  outline: none !important;
}


.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: auto;
  width: 406px;
  background-color: rgba(60, 60, 60, 1);
  padding: 0px;
  min-height: 112px;
  border-radius: 5px;
  z-index: 1111;
  max-height: 200px;
  overflow-y: scroll;
}
.user_dropdown{
  Width:350px !important;

min-Height:477px !important;
overflow-y: scroll;

}
/* manager dashbaord */
/* Radio */

input[type="radio"] {
    background-color: rgba(151, 193, 33, 1);
    /* background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%),
                      -webkit-linear-gradient(90deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%); */
    border-radius: 10px;
    /* box-shadow: inset 0 1px 1px hsla(0,0%,100%,.8),
                0 0 0 1px hsla(0,0%,0%,.6),
                0 2px 3px hsla(0,0%,0%,.6),
                0 4px 3px hsla(0,0%,0%,.4),
                0 6px 6px hsla(0,0%,0%,.2),
                0 10px 6px hsla(0,0%,0%,.2); */
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin-right: 15px;
    position: relative;
    width: 15px;
    -webkit-appearance: none;
    
}
input[type="radio"]:after {
  background-color: rgba(151, 193, 33, 1);
  border-radius: 25px;
  box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4), 0 1px 1px hsla(0,0%,100%,.8);
  content: '';
  height: 9px;
  align-items: center;
  justify-content: center;
  width: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
input[type="radio"]:checked:after {
       background-color: #fff;

}
table.custom-table tbody tr td {
  /* height: 80px; */
  padding:12px auto!important;
  /* width: 160px; */
 
  vertical-align: middle;
}


@media (max-width: 576px) {
  .container_custom {
    margin: 10px 10px;
}
.leave_head img
{
  padding-right: 10px !important;
}
.arrow_key
{
  display: none !important;
}

}
 .dot_red {
    background-color: #D63737;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 6px;
  }
  /* monthpicker.css */

.monthpicker {
    display: inline-block;
    position: relative;
    font-family: "Century Gothic";
    font-size: .9em;
    vertical-align: middle;
}
.monthpicker td.month {
  padding: 6px;
}
.monthpicker_selector tbody tr:nth-child(1)

{
  padding: 5px;
}
.monthpicker_selector *::selection {
    background: transparent;
}

.monthpicker_input {
    display:flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color:#1A1B1E;
    padding: 0 5px;
    border: none;
    outline: none;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    font-size: 0.9em;
    line-height: 1em;
}

.monthpicker_input .placeholder {
    color: #888;
}


 
.monthpicker_input.active {
    background-color: #D4D4D4;
    color: #000;
}

.monthpicker_selector {
    position: absolute;
    top: 110%;
    background-color: #1A1B1E;
    min-width: 173px;
    /* box-shadow: 1px 2.5px 5px 0; */
    z-index: 100;
    width: 100%;
}

.monthpicker_selector>table {
    color: #FFF;
    width: 100%;
    text-align: center;
    border-spacing : 0;
    border-collapse : collapse;
    font-family: "Century Gothic";
    font-size: .9em;
}

.monthpicker_selector>table tr:first-child td {
    padding-top: 3px;
    padding-bottom: 3px; 
}

.monthpicker_selector>table tr:first-child>td:nth-child(1) {
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}

.monthpicker_selector>table tr:first-child>td:nth-child(2) {
    position: relative;
}

.monthpicker_selector>table tr:first-child>td:nth-child(3) {
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
}

.yearSwitch {
    padding: 0 10px;
    border-radius: 3px;
    background: #292626;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.yearSwitch.off {
    visibility: visible;
}

.yearValue {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    border: none;
    color: #FFF;
    outline: none;
    font-family: "Century Gothic";
    font-size: 1.1em;
}

/* months */
.monthpicker_selector .month {
    border: 1px solid #444;
    cursor: pointer;
}
.monthpicker_selector .month:hover {
    background-color: #444
}
.month.selected {
    background: #D4D4D4;
    color: #2C2C2C;
    font-weight: bold;
}
.monthpicker_selector .month.off {
    color: #666;
    cursor: not-allowed;
}
.monthpicker_selector .month.off:hover {
    background: none;
}

.monthpicker_selector>table tr td:first-child {
    border-left: none;
}

.monthpicker_selector>table tr td:last-child {
    border-right: none;
}

.monthpicker_selector>table tr:last-child td {
    border-bottom: none;
}
  .multi-month-picker {
    background-color: #1A1B1E !important;
    border: none;
  }
.month-button.active{
      background-color: rgba(151, 193, 33, 1)!important;
    color: #fff !important;
}
  .multi-month-picker table tr td a:active {
    background-color: rgba(151, 193, 33, 1);
    color: #fff !important;
  }

  .multi-month-picker table tr td a {
    color: #fff;
  }

  .multi-month-picker table tr td align-self:hover {
    background-color: #1A1B1E !important;
    color: #fff !important;
  }

  .multi-month-picker table tr td a:hover {
    background-color: rgba(151, 193, 33, 1);
    color: #fff !important;
  }

  .multi-month-picker table tr th a {
    color: #fff;
  }
.multi-month-picker.show {
    display: inline-block;
    margin-top: 15px;
}
  /* user profile  */
  .month-button.disabled{
    background-color: #73858F;
    cursor: not-allowed!important;

    pointer-events:none;
  }
    #all_users::-webkit-scrollbar,
  .dropdown-menu-top-two::-webkit-scrollbar,
  .date_container_top_div::-webkit-scrollbar,
  .dropdown-menu-top-three::-webkit-scrollbar,
  .dropdown-check-list ul.items::-webkit-scrollbar {
    width: 6px;
    border-radius: 38px;
    height: 6px;
  }

  #all_users::-webkit-scrollbar-thumb,
  .dropdown-menu-top-two::-webkit-scrollbar-thumb,
  .date_container_top_div::-webkit-scrollbar-thumb,
  .dropdown-menu-top-three::-webkit-scrollbar-thumb,
  .dropdown-check-list ul.items::-webkit-scrollbar-thumb {
    background-color: #a7a9ac;
    border-radius: 38px;
  }

  #all_users::-webkit-scrollbar-track,
  .dropdown-menu-top-two::-webkit-scrollbar-track,
  .date_container_top_div::-webkit-scrollbar-track,
  .dropdown-menu-top-two::-webkit-scrollbar-track,
  .dropdown-check-list ul.items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #242930;
  }