@font-face {
  font-family: 'roboto-regular';
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: 'roboto-bold';
  src: url(../fonts/Roboto/Roboto-Bold.ttf);
}

@font-face {
  font-family: 'roboto-medium';
  src: url(../fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
  font-family: 'roboto-italic';
  src: url(../fonts/Roboto/Roboto-Italic.ttf);
}

@font-face {
  font-family: 'poppins-medium';
  src: url(../fonts/Poppins-Font/Poppins-Medium.ttf);
}

@font-face {
  font-family: 'poppins-semibold';
  src: url(../fonts/Poppins-Font/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/Poppins-Font/Poppins-Bold.ttf);
}

@font-face {
  font-family: 'poppins';
  src: url(../fonts/Poppins-Font/Poppins-Regular.ttf);
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 10px;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 48px 0 0;
  /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  overflow-y: scroll;
  overflow-x: hidden;
}

/* width */
.sidebar::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.sidebar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.sidebar::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5.9rem;
    position: fixed;
    padding-bottom: 26px;
    transition: 0.1s all;
    padding-top: 0rem;
  }

  .user-nav {
    width: 100%;
  }

  .dash-footer {
    display: none !important;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  color: #A2A9B4;
  font-size: 10px;
  font-family: 'roboto-regular';
  text-align: center;
  line-height: 11px;
  padding-left: 2.5px;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  background-color: #304769;
  border-left: 4px solid #FFFFFF;
}

.sidebar .nav-link:hover {
  background-color: #304769;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.form-control-dark::placeholder {
  color: #fff;
  font-size: 10px;
  font-family: 'roboto-regular';
}

/*
 * Navbar
 */
.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  border-width: 0;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
  border-top: 1px solid #D9D9D9;
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.bg-dash {
  background: linear-gradient(90deg, #1582CA 0%, #564081 100%);

}

.bg-dash .input-group {
  background: linear-gradient(90deg, #1582CA 0%, #564081 100%);
  border-radius: 20px;
  width: 35%;
}

.bg-dash .input-group-text {
  background-color: transparent;
  border: none;
}

.dashboard navbar {
  justify-content: space-between !important;
}

.dash-title {
  font-size: 12px;
  color: #fff;
  font-family: 'roboto-regular';
  padding-left: 12px;
}

.dashboard .navbar-toggler {
  border: transparent;
}

@media only screen and (max-width: 992px) {
  .dash-title {
    display: none;
  }

  .event-card .card-img-top {
    height: 145px;
    border-radius: 22px;
  }

  .remind-label{
    width: 200px;
  }
}

/* menu toggle */

.menu-toggl {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: not-allowed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-toggl::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 4px;
  background: #000;
  box-shadow: 0 8px 0 #000,
    0 -8px 0 #000;
}

/* profile menu */

.profile {
  /* position: relative;*/
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-align: end;
  margin-right: 12px;
}



.profile-p {
  line-height: 1;
  font-size: 12px;
  color: #fff;
  font-family: 'roboto-regular';
  margin-top: 7px;
  width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile .img-box {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}

.profile .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* menu (the right one) */

.men {
  position: absolute;
  top: calc(100% + 12px);
  right: 16px;
  width: 150px;
  min-height: 100px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
  font-family: 'roboto-regular';
  font-size: 14px;
}

.men::before {
  content: '';
  position: absolute;
  top: -10px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
}

.men.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* menu links */

.men ul {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
  background: #fff;
  padding-left: 0rem;
  margin-bottom: 0rem;
  outline: none !important;

}

.men ul li {
  list-style: none;
}

.men ul li:hover {
  background: #eee;
}

.men ul li a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 6px;
}

.men ul li a i {
  font-size: 1.2em;
}

.user-drop {
  margin-left: -9px;
}

.bg-side {
  background-color: #21334F;
}

.dash-img {
  margin: 0 auto;
  padding-bottom: 5px;
}



/*dashboard right*/
.dash-rgt-head {
  color: #000;
  font-family: 'roboto-medium';
  font-size: 22px;
}

.dash-rgt-bx {
  box-shadow: -1.34px 4.03px 13.43px 0px #00000026;
  border-radius: 15px;
  min-height: 240px;
  margin-top: 15px;
  background-color: #fff;
}

.dash-rgt-bx h5 {
  font-family: 'roboto-regular';
  font-size: 16px;
  padding: 12px 0 12px 20px;
  border-bottom: 1px solid #E0E0E0;
}

.leave-circle {
  width: 40px;
  height: 40px;
  color: #fff;
  font-family: 'poppins-medium';
  border-radius: 20px;
  text-align: center;
  padding: 8px 0 0 0px;
}

.leave-circle-blue {
  background-color: #4FC2CF;
}

.leave-circle-orange {
  background-color: #FF9C2F;
}

.leave-circle-green {
  background-color: #84EA00;
}

.leave-circle-violet {
  background-color: #2F4CA3;

}

.leave-name {
  font-family: 'poppins-medium';
  font-size: 10px;
  width: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.leave-sec-div {
  display: grid;
  justify-content: center;
  padding-top: 1px;
}

.leave-sec {
  padding: 0px 12px;
}

.canvasjs-chart-credit {
  display: none;
}

.chart-list-txt{
  position: absolute;
  right: 10px;
  z-index: 99;
  top: 5px;
}

.pos-rel{
  position: relative;
}

.chart-list-scroll{
  height: 125px;
  overflow-y: scroll;
  padding: 0px 5px;
  color: #000;
  font-size: 15px;
  white-space: nowrap;
}

.chart-list-scroll::-webkit-scrollbar {
  width: 6px;
}

.chart-list-scroll::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}

.chart-list-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
/*what we offer*/

.offer-card {
  box-shadow: -1.21px 3.62px 12.06px 0px #00000026;
  background-color: #fff;
  border-radius: 14px;
  padding: 15px 15px;
  width: 200px;
  min-height: 78px;
}

.offer-txt {
  font-size: 16px;
  font-family: 'roboto-regular';
  color: #000;
  padding-left: 15px;
}

.offer-inner-bx {
  background-color: #E7EFFA;
  padding: 9px 14px;
  border-radius: 8px;
}

/*what we offer end*/
.grey-circle {
  height: 10px;
  width: 10px;
  border-radius: 20px;
  background-color: #A0A0A0;
  display: inline-block;
  margin-right: 5px;
}

.orange-circle {
  height: 10px;
  width: 10px;
  border-radius: 20px;
  background-color: #FF9F34;
  display: inline-block;
  margin-right: 5px;
}

.green-circle {
  height: 10px;
  width: 10px;
  border-radius: 20px;
  background-color: #2E9C3A;
  display: inline-block;
  margin-right: 5px;
}

.chart-content {
  color: #767676;
  font-family: 'roboto-bold';
  font-size: 12px;
  margin-bottom: 15px;
}

.chart-content-no {
  color: #404040;
  font-family: 'roboto-bold';
  font-size: 12px;
}

.mt-7p {
  margin-top: 6%;
}

.dash-side-bg {
  background-color: #E7EEF9;
  min-height: 100vh;
}

/*employee management */
.dash-inner-hd {
  font-family: 'roboto-medium';
  font-size: 22px;
  line-height: 37px;
  color: #000000;
}

.add-user-btn {
  background-color: #2F4CA3;
  color: #fff;
  border-radius: 5px;
  float: right;
}

.add-user-btn:active,
.add-user-btn:focus,
.add-user-btn:hover {
  background-color: #2F4CA3;
  color: #fff;
  border-radius: 5px;
}

.employee-tbl-hd {
  font-family: 'roboto-medium';
  font-size: 19px;
  color: #272833;
}

.leave-circle-pos {
  position: relative;
  top: -7px;
}

.employee-tbl-content {
    color: #393939;
    font-family: 'poppins';
    font-size: 16px;
    background-color: #fff;
    padding: 22px 0px 8px 0px;
    border-radius: 15px;
    border: 1.24px solid #E7E7ED;
    margin-top: 15px;
    white-space: nowrap;
}

.employee-tbl-content .dropdown-toggle::after {
  border-top: none !important;
}

.employee-tbl-content .btn-check:checked+.btn,
.employee-tbl-content .btn.active,
.employee-tbl-content .btn.show,
.employee-tbl-content .btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.page-lik-conti-dot {
  text-decoration: none;
  color: #000;
  width: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-link {
  color: #000;
  border: 1px solid #BEBEBE;
  font-size: 16px;
  font-family: 'roboto-medium';
}

.view-btn {
  color: #2E5AAC;
  border: 1.24px solid #89A7E0;
  font-family: 'roboto-medium';
  font-size: 14px;
  border-radius: 2px;
  padding: 3px 14px;
}

.view-btn:hover,
.view-btn:active,
.view-btn:focus {
  color: #2E5AAC !important;
  border: 1.24px solid #89A7E0 !;
  font-family: 'roboto-medium';
  font-size: 14px;
  border-radius: 2px;
  padding: 3px 14px;
}

#employee-view .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
}

.leave-circle-modal {
  width: 40px;
  height: 40px;
  color: #fff;
  font-family: 'poppins';
  border-radius: 20px;
  text-align: center;
  padding: 8px 0 0 0px;
  font-size: 15px;
}

.leave-circle-name {
  font-family: 'poppins';
  font-size: 21px;
  margin-top: 4px;
}

#employee-view .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}

.employee-tbl-details {
  font-family: 'roboto-regular';
  font-size: 19px;
  color: #272833;
}

#add-employee .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
}

#add-employee .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}

.indicator {
  width: 27px;
  height: 6px;
  margin-bottom: 3px;
  background-color: #D9D9D9;
  display: inline-block;
  border-radius: 3px;
  margin-left: 10px;
}

.step-line span.active {
  background-color: #FC610E;
}

.signin-step-hd {
  font-family: 'roboto-regular';
  font-size: 10px;
  padding-bottom: 20px;

}

.roboto-bold {
  font-family: 'roboto-bold';
}

#add-employee .modal-header {
  border-bottom: none !important;
}

#add-employee .modal-body {
  height: 90vh;
  overflow-x: hidden;
}

.modal-head-add {
  border-bottom: 1px solid #D9D9D9;
  padding: 0 30px 0 30px;
}

.employee-form label {
  font-size: 12px;
  color: #1A1A1A;
  font-family: 'roboto-regular';
}

.employee-form .form-control {
  border: 0.5px solid #E5E5E5;
  background: #F2F2F2;
}

.employee-form .form-select {
  background-image: url('../images/arrow_drop_down.png') !important;
  border: 0.5px solid #E5E5E5;
  background-color: #F2F2F2;
}

.employee-form .input-group-text {
  border: 0.5px solid #E5E5E5;
  background: #F2F2F2;
}

/* width */
#add-employee .modal-body::-webkit-scrollbar {
  width: 5px;
}

/* Track 
.signup-h::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 */
/* Handle */
#add-employee .modal-body::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 10px;
}

.employee-form-p {
  padding: 0 30px;
}

.btn-sign {
  background-color: #FF610F;
  color: #FFF;
  font-family: 'roboto-bold';
  border-radius: 6px;
}

.btn-sign:hover,
.btn-sign:active.btn-sign:focus {
  background-color: #FF610F !important;
  color: #FFF;
  font-family: 'roboto-bold';
  border-radius: 6px;
}

.drag-txt {
  font-family: 'poppins-semibold';
  color: #FC610E;
  font-size: 14px;
}

#drop-area, #drop-area1, #drop-area2{
  border: 1px dashed #FC610E !important;
  height: 83px;
  cursor: pointer;
  background-color: #f2f2f2;
}

.btn-btm {
  position: absolute;
  bottom: 0;
  width: 93%;
}

.employee-form-3-check {
  padding: 5px 0 5px 10px;
  margin: 7px 0 10px 0;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}

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

/*employee management end*/
/*leave management*/
.employee-name-link {
  text-decoration: none;
  color: #2F4CA3;
}

.employee-name-link-s {
  text-decoration: none;
  color: #2F4CA3;
  font-size: 14px;
}

.word-line {
  white-space: nowrap;
}

.approve-btn {
  color: #fff;
  background-color: #28a745;
  border-radius: 3px;
  padding: 5px 12px;
  font-size: 14px;
}

.approve-btn:active,
.approve-btn:focus,
.approve-btn:hover {
  color: #fff;
  background-color: #28a745;
  border-radius: 3px;
  padding: 5px 12px;
  font-size: 14px;
}

.reject-btn {
  color: #B90909;
  border: 1px solid #B90909;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px 15px;
  font-size: 14px;
}

.reject-btn:active,
.reject-btn:focus,
.reject-btn:hover {
  color: #B90909;
  border: 1px solid #B90909;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px 15px;
  font-size: 14px;
}

.leave-search.input-group-text {
  background-color: #fff;
  border: 1px solid #fff;
}

.leave-search .form-control-dark {
  background-color: #fff;
  border-color: #fff;
  border-top: 1px solid transparent;
}

.leave-management-search {
  width: 40%;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 16px;
  background-color: white;
  background-image: url('../images/leave_search.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 8px 7px 9px 40px;
}

.leave-management-search::placeholder {
  color: #767676;
  font-size: 17px;
  font-family: 'roboto-regular';
}

input[type="text"],
input[type="date"],
input[type="password"],
textarea,
select {
  outline: none !important;
  box-shadow: none;
}

.btn-filter {
  color: #767676;
  font-family: 'roboto-medium';
}

.btn-filter:hover,
.btn-filter:active,
.btn-filter:focus {
  color: #767676;
  font-family: 'roboto-medium';
}

.bal-leav-btn {
  background-color: #fff;
  color: #1880C8;
  border: 1px solid #1880C8;
  border-radius: 5px;
  font-family: 'roboto-medium';
  float: right;
}

.bal-leav-btn:active,
.bal-leav-btn:focus,
.bal-leav-btn:hover {
  background-color: #fff;
  color: #1880C8;
  border: 1px solid #1880C8;
  border-radius: 5px;
  font-family: 'roboto-medium';
}

.employee-name-txt {
  font-size: 14px;
}

#request-leave .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
}

#request-leave .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}

.leave-date .form-control {
  background-color: #fff;
  border: 1px solid transparent;
  width: 60%;
}

.leave-end-date .form-control {
  width: 100%;
  text-align: end;
}

.leave-date {
  border: 1px solid #AFBEC5;
  position: relative;
  min-width: 360px;

}

.leave-days-no {
  color: #2F4CA3;
  border: 1px solid #AFBEC5;
  position: absolute;
  width: fit-content;
  left: 40%;
  top: 20px;
  font-size: 14px;
  font-family: 'poppins';
}

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

#available-leave .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
}

#available-leave .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}

.available-leave-bx {
  border: 1px solid #AFBEC5;
  border-radius: 8px;
  padding: 5px 5px 5px 10px;
  margin-top: 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.available-leave-bx:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background-color: #f0f8ff;
}

.available-leave-bx h2 {
  color: #000000;
  font-size: 38px;
  font-family: 'roboto-bold';
}

.available-leave-bx h3 {
  color: #FC610E;
  font-size: 14px;
  font-family: 'roboto-regular';
  margin-top: 20px;
}

.available-leave-bx h5 {
  color: #7E858E;
  font-size: 14px;
  font-family: 'roboto-regular';
}

.leave-balance-hd {
  color: #7E858E;
  font-size: 14px;
  font-family: 'roboto-regular';
}

/*leave management end*/
/*policy and procedure*/
.employee-tbl-policy {
  color: #393939;
  font-family: 'poppins';
  font-size: 17px;
  background-color: #fff;
  padding: 17px 0px 17px 0px;
  border-radius: 15px;
  border: 1.24px solid #E7E7ED;
  margin-top: 15px;
}

.employee-tbl-policy .dropdown-toggle::after {
  border-top: none !important;
}

.employee-tbl-policy .btn-check:checked+.btn,
.employee-tbl-policy.btn.active,
.employee-tbl-policy.btn.show,
.employee-tbl-policy.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.dropdown-menu-shadow {
  box-shadow: 0px 0px 8px 0px #00000040;
  border: 1px solid #E4E4E4;
}

.w-60 {
  width: 60%;
}

.reward-content {
  font-family: 'roboto-medium';
  font-size: 19px;
  color: #000;
}

.reward-hr {
  border-top: 1px solid #D6D6D6;
  margin: 1rem 0;
}

.reward-hd {
  font-family: 'roboto-medium';
  font-size: 21px;
  color: #000;
}

/*policy and procedure end*/
/*knowledge training*/
.knowledge-container {
  border: 1.24px solid #E7E7ED;
  background-color: #fff;
  border-radius: 15px;
  padding-top: 4px;
  position: relative;
}

.knowledge-container .nav-link.active,
.knowledge-container .nav-link.hover,
.knowledge-container .nav-link.focus {
  color: #1B7DC5 !important;
  background-color: #fff !important;
  border-bottom: 2px solid #1B7DC5 !important;
  font-family: 'roboto-medium';
}

.knowledge-container .nav-link {
  color: #000;
  border-radius: 0px;
  font-family: 'roboto-medium';
  font-size: 16px;
}

.knowledge-container .nav-pills {
  border-bottom: 1px solid #D9D9D9;
}

.kt-search {
  width: 100%;
  box-sizing: border-box;
  border: 1.24px solid #DFDFDF;
  border-radius: 8px;
  font-size: 16px;
  background-color: white;
  background-image: url('../images/leave_search.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 8px 7px 9px 40px;
}

.knowledge-container .tab-content {
  min-height: 300px;
}

.knowledge-bx {
  border: 1.24px solid #DFDFDF;
  border-radius: 8px;
  padding: 7px;
  background-color: #fff;
}

.knowledge-bx-start {
  font-family: 'roboto-medium';
  font-size: 14px;
  color: #000;
}

.knowledge-bx-end {
  font-family: 'roboto-medium';
  font-size: 8px;
  color: #1C7CC3;

}

/*knowledge training end*/
/*company profile*/
.company-pro-container {
  border: 1.24px solid #E7E7ED;
  background-color: #fff;
  border-radius: 15px;
  padding-top: 4px;
}

.company-logo {
  height: 89px;
  width: 89px;
  border-radius: 8px;
  border: 1px solid #E7E7ED;
}

.company-sectn {
  margin: 20px 0 20px 10px;
}

.company-pro-hr {
  border-top: 1px solid #E7E7ED
}

.compny-pro-name {
  font-family: 'roboto-medium';
  font-size: 19px;
  color: #000;

}

.compny-pro-add {
  font-family: 'roboto-medium';
  font-size: 12px;
  color: #000;
}

.cmpny-pro-light {
  font-family: 'roboto-medium';
  font-size: 12px;
  color: #979797;
}

.compny-details-sec {
  margin: 15px 0 40px 20px;
}

/*company profile end*/
/*employee-dashboard*/
.chat-label {
  background-color: #FC610E;
  color: #fff;
  box-shadow: 0px 4px 4px 0px #00000040;
  position: absolute;
  bottom: -18px;
  right: 55px;
  font-size: 14px;
  padding: 8px 32px;
  border-radius: 40px;
}

.chat-label:focus,
.chat-label:active,
.chat-label:hover {
  background-color: #FC610E !important;
  color: #fff !important;
}

.notification {
  position: absolute;
  top: 19px;
  display: inline-block;
  right: 13%;
}

.notification .badge {
  position: absolute;
  top: 8px;
  right: -11px;
  padding: 2px 5px;
  border-radius: 50%;
  background-color: #68d391;
  color: white;
  font-size: 10px;
}

#notification .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
}

.close-btn .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}

.alert-light {
  box-shadow: 0px 3px 5px 0px #00000033;

}

.noti-f {
  font-family: 'roboto-medium';
  font-size: 14px;
  color: #373737;
}

.noti-detail {
  font-family: 'roboto-medium';
  font-size: 12px;
  color: #0000008F;
  margin-top: 7px;
}

@media only screen and (max-width: 767px) {
  .notification {
      position: absolute;
      top: 60px;
      right: 20%;
      display: inline-block;
  }


  .company-pro-container {
    margin-left: 0px !important;
  }

  .knowledge-container {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .notification {
      right: 15%;
  }
}

@media only screen and (max-width: 767px) {
  .right-sec-mob {
    width: 100%;
  }

  .noti {
    display: flex;
    justify-content: center !important;
    padding-right: 25px;
  }
}

/*employee-dashboard end*/
/*events*/
.event-card .card-title {
  font-family: 'roboto-bold';
  color: #000;
  font-size: 17px;
  width: 183px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-card .card-body {
  padding: 0 14px 10px 14px;
}

.event-card .card-text {
  font-family: 'roboto-regular';
  color: #666666;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.event-card {
  border-radius: 11px;
  border: none;
  position: relative;
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.event-card .card-img-top {
  height: 180px;
  border-radius: 22px;
}

.event-label {
  font-family: 'roboto-medium';
  color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: #2F4CA3;
  font-size: 8px;
  padding: 2px 7px;
  width: max-content;
  position: absolute;
  top: 10px;
  right: 5px;
}

#create-event .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
}

#create-event .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}

#mark-holiday .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
}

#mark-holiday .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}

@media only screen and (max-width: 575px) {
  .event-card .card-img-top {
    height: 220px;
    border-radius: 22px;
  }
}

/*events end*/
/*reward modal*/
#reward-plan .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
}

#reward-plan .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}

#redeem-request .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
}

#redeem-request .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}

.redeem-m-top-bx {
  border: 1px solid #AFBEC5;
  border-radius: 8px;
}

.redeem-p-txt {
  color: #767676;
  font-family: 'roboto-regular';
  font-size: 15px;
  padding: 10px 5px 2px 15px;
}

.redeem-p {
  color: #FC610E;
  font-family: 'roboto-bold';
  font-size: 30px;
  padding: 2px 5px 2px 15px;
}

.redeem-btn {
  color: #000;
  font-size: 12px;
  font-family: 'roboto-medium';
}

.redeem-btn:active,
.redeem-btn:focus,
.redeem-btn:hover {
  color: #FC610E !important;
  font-size: 12px;
  font-family: 'roboto-medium';
  border-bottom: 2px solid #FC610E !important;
  background-color: transparent !important;
  border-radius: 0px !important;
}

.redeem-b .nav-pills .nav-link.active {
  color: #FC610E !important;
  background-color: transparent !important;
  border-bottom: 2px solid #FC610E !important;
  border-radius: 0px !important;
}

.redeem-hr {
  margin: 0;
  color: inherit;
  border: 0;
  border-top: 1px solid #E9E9E9;
  opacity: inherit;
}

.redeem-in-bx {
  border: 1px solid #AFBEC5;
  border-radius: 8px;
  padding: 0 10px 10px 10px;
  position: relative;
  margin-top: 50px;
}

.redeem-c-note {
  font-family: 'roboto-bold';
  font-size: 8px;
  color: #000;
  height: 30px;
  line-height: 11px;
  margin-top: 40px;
}

.redeem-c-point {
  color: #7E858E;
  font-family: 'roboto-medium';
  font-size: 8px;
  padding-bottom: 10px;
}

.redeem-orng {
  color: #FC610E;
}

.redeem-c-btn {
  background-color: #FC610E;
  color: #fff;
  font-size: 7px;
  font-family: 'roboto-bold';
  border-radius: 3px;
  padding: 5px 20px;
}

.redeem-c-btn:hover,
.redeem-c-btn:focus,
.redeem-c-btn:active {
  background-color: #FC610E;
  color: #fff;
  font-size: 7px;
  font-family: 'roboto-bold';
  border-radius: 3px;
  padding: 5px 20px;
}

.redeem-c-img {
  height: 63px;
  width: 63px;
  top: -35px;
  position: absolute;
  left: 25%;
}

.redeem-img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 450px) {
  .redeem-c-img {
    left: 18%;
  }
}

@media only screen and (max-width: 365px) {
  .redeem-c-img {
    left: 6%;
  }
}

/*reward modal end*/
/*super admin*/
.emp-edit {
  margin-right: 0 !important;
  margin-top: 0 !important;
}

.emp-edit .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}

.company-list {
  height: 37px;
  width: 37px;
  border-radius: 20px;
}

.company-list-sectn {
  margin: 20px 0 4px 10px;
}

.compny-list-img-p {
  padding-left: 6px !important;
}

.compny-list-name {
  color: #767676;
  font-size: 10px;
  font-family: 'roboto-regular';
  line-height: 15px;
}

.compny-list-hd {
  color: #000000;
  font-size: 14px;
  font-family: 'roboto-medium';
  line-height: 21px;
}

.company-list-sectn .dropdown-toggle::after {
  border-top: none !important;
}

.company-list-sectn .btn-check:checked+.btn,
.company-list-sectn .btn.active,
.company-list-sectn .btn.show,
.company-list-sectn .btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.company-list-bx {
  background-color: #FFFFFF;
  border: 1.06px solid #E7E7ED;
  border-radius: 12px;
  height: 140px;
  position: relative;
}

.compny-dropdown {
  font-size: 13px;
  font-family: 'roboto-regular';
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(-79px, 33px) !important;
  width: 118px;
  min-width: 100px;
}

.red-item {
  color: #DA3504 !important;
}

@media only screen and (max-width: 600px) {
  .offer-card {
    min-width: 100%;
    width: 200px;
  }

  .cmpny-list-mob1 {
    width: 25%;
  }

  .cmpny-list-mob2 {
    width: 65%;
  }

  .cmpny-list-mob3 {
    width: 10%;
  }

  .sub-plan-card1{
    margin-top:10px;
  }
  .sub-plan-card2{
    margin-top: 20px;
  }

  .remind-label{
    width: 150px;
  }

  .doc-view-modal{
    padding-left: 10px!important;
  }

  .bg-dash .input-group {
    width: 45%;
  }

  .plan-expire-date{
    display: block;
  }
}


/*super admin end*/
/*my-plan*/
.plan-txt {
  font-family: 'roboto-medium';
  line-height: 23px;
  font-size: 20px;
  padding-top: 6px;
}

.plan-container {
  border: 1.24px solid #E7E7ED;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 0px 20px 0px;
}

.btn-upgrade {
  background-color: #FC610E;
  font-family: 'roboto-regular';
  font-size: 14px;
  color: #fff;
  border-radius: 30px;
}

.btn-upgrade:hover,
.btn-upgrade:focus,
.btn-upgrade:active {
  background-color: #FC610E;
  font-family: 'roboto-regular';
  font-size: 14px;
  color: #fff;
  border-radius: 30px;
}

.plan-hr {
  border-top: 1px solid #DDDDDD
}

.plan-expire {
  color: #939393;
  font-family: 'roboto-regular';
  font-size: 16px;
  line-height: 18px;
}

.plan-expire-date {
  color: #000;
  font-family: 'roboto-medium';
  font-size: 12px;
  line-height: 18px;
  width: 160px;
}

.plan-cancel {
  color: #DA3404;
  font-family: 'roboto-regular';
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.month-plan {
  color: #939393;
  font-family: 'roboto-regular';
  font-size: 19px;
  line-height: 23px;
}

.month-plan-rate {
  color: #FF610F;
  font-family: 'roboto-regular';
  font-size: 33px;
  line-height: 39px;
}

.employee-no {
  color: #000;
  font-family: 'roboto-regular';
  font-size: 25px;
  line-height: 29px;
  margin-top: 12px;
}

.employee-txt {
  color: #000;
  font-family: 'roboto-regular';
  font-size: 15px;
  line-height: 17px;
}

/*my-plan end*/
/*billing*/
.billing-container {
  border: 1.24px solid #E7E7ED;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 0px 20px 0px;
}

.btn-bill-download {
  background-color: #fff;
  font-family: 'roboto-regular';
  font-size: 16px;
  line-height: 18px;
  color: #FF610F;
  border-radius: 30px;
}

.btn-bill-download:active,
.btn-bill-download:hover,
.btn-bill-download:focus {
  background-color: #fff;
  font-family: 'roboto-regular';
  font-size: 16px;
  line-height: 18px;
  color: #FF610F;
  border-radius: 30px;
}

.invoice-txt {
  font-family: 'roboto-medium';
  line-height: 37px;
  font-size: 22px;
}

.plan-bill-tbl {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.plan-bill-tbl-hd {
  background-color: #E7EEF9;
  color: #939393;
  font-size: 11px;
  line-height: 13px;
  font-family: 'roboto-medium';
  margin: 9px 10px;
  padding: 5px 0px;
  border-radius: 4px;
}
.plan-tbl-content{
  color:#121212;
  font-size: 16px;
  line-height: 18px;
  font-family: 'roboto-regular';
  margin: 9px 10px;
  padding: 5px 0px;
}
.plan-tbl-content-bold{
  color:#121212;
  font-size: 16px;
  line-height: 18px;
  font-family: 'roboto-medium';
  margin: 9px 10px;
  padding: 5px 0px;
}
/*billing end*/
/*faq modal*/
#faq .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
}

#faq .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}
.dropdown-faq{
  text-align: left;
}
.dropdown-faq::after{
  display: none;
}
.sub-faq{
  background-color: #F2F2F2;
  border-radius: 0px;
  border: 0.5px solid #E5E5E5;
  margin-top: -4px !important;
}
.sub-faq .form-control{
  background-color: #fff !important;
}
.btn-add-new{
  background-color: #fff;
  font-family: 'roboto-regular';
  font-size: 13px;
  line-height: 18px;
  color: #FF610F;
  border-radius: 30px;
}
.btn-add-new:active,.btn-add-new:hover,.btn-add-new:focus ,.btn-add-new:visited{
  background-color: #fff;
  border: 1px solid #fff !important;
  font-family: 'roboto-regular';
  font-size: 13px;
  line-height: 18px;
  color: #FF610F !important;
  border-radius: 30px;
}
input:focus, select:focus, textarea:focus, form:focus, button:focus {
  outline:none !important;
  box-shadow: none !important;
}
/*faq modal end*/
/*sub plan*/
.sub-plan {
  background-image: url('../images/blur-background.png');
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6%;
  min-height: 100vh;
}
.pricing-toggle {
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  padding: 3px 3px 1px 3px;
}

.pricing-toggle [name="pricing"] {
  display: none;
}

.pricing-toggle input[type="radio"]+label {
  background-color: #fff;
  color:#000;
  padding: 6px 20px;
  border-radius: 30px;
  cursor: pointer;
  user-select: none;
  font-family: 'roboto-regular'; 
  font-size: 16px;
  line-height: 19px;
}

.pricing-toggle input[type="radio"]:checked+label {
  background-color: #FC610F;
  color: #fff;
  font-family: 'roboto-regular'; 
  font-size: 16px;
  line-height: 19px;
}
.sub-pan-txt{
  font-family: 'roboto-bold';
}
.sub-pan-txt-1{
  font-family: 'roboto-regular'; 
}
.annual-label{
  border: 0.5px solid #FF610F;
  background-color: #fac2a3;
  color: #FF610F;
  border-radius: 6px;
  padding: 3px;
  font-size: 9px;
  padding-bottom: 2px;
}
.sub-plan-card{
  background-color: #fff;
  border-radius: 19px;
  margin-top: 10px;
  position: relative;
}
.sub-plan .card-header{
  color: #000;
  font-family: 'roboto-medium'; 
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 19px 19px 0 0;
}
.btn-sub-plan{
  border-radius: 28px;
  background-color: #FF610F;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-family: 'roboto-medium'; 
  padding: 10px 0;
  /* margin-top: 80px; */
}
.btn-sub-plan:active,.btn-sub-plan:visited,.btn-sub-plan:hover,.btn-sub-plan:focus{
  border-radius: 28px;
  background-color: #FF610F;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-family: 'roboto-medium'; 
  padding: 10px 0;
}
.sub-plan-card1{
  margin-top:60px;
}
.sub-plan-card2{
  margin-top: 30px;
  border: 3px solid #FF610F;
}
.popular-label{
  background-color: #FF610F;
  color: #fff;
  font-size: 12px;
  font-family: 'roboto-medium';
  padding: 4px 11px;
  width: max-content;
  text-align: center;
  position: absolute;
  top: -15px;
  border-radius: 22px;
  margin: 0 auto;
  left: 33%;
}
.sub-plan-hd{
  font-family: 'roboto-medium';
  font-size: 33px;
  line-height: 39px;
  text-align: center;
}
.sub-plan-txt{
  font-family: 'roboto-regular';
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  color: #939393;

}
.plan-failed{
  background-color: #f5cfce7d;
  padding: 25px;
  border-radius: 50%;
}
.plan-success {
  background-color: #acf1c7;
  padding: 25px;
  border-radius: 50%;
}
#training .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
}

#training .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}

/*sub plan end*/
/* additional css*/

.black-color {
  color: #000 !important;
}
.doc-img {
  margin-bottom: -5px;
}
.btn-doc {
  border: 1px solid #fff !important;
}
.btn-doc:active,
.btn-doc:focus,
.btn-doc:visited,
.btn-doc:hover {
  border: 1px solid #fff !important;
}
.tab-img {
  border-radius: 8px;
  height: 180px;
  width: 100%;
}
.tab-hd {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-family: 'roboto-regular';
  height: 24px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab-c{
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-family: 'roboto-regular';
  height: 24px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-image{
  margin-bottom: -5px;
}
.policy-hd{
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-family: 'roboto-medium';
  height: 48px;
}
#upload .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
}

#upload .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}
/* additional css end*/


/*performance*/
#performance-modal .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
}

#performance-modal .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}

.warning-label {
  background-color: #f3dede;
  color: #B60000;
  font-family: 'poppins-medium';
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
  padding-top: 2px;
}

.warning-label-no {
  color: #f3dede;
  background-color: #B60000;
  border-radius: 50%;
  padding: 1px 5px;
  font-size: 10px;
}

.certificate-label {
  background-color: #ccf5d8;
  color: #22CB53;
  font-family: 'poppins-medium';
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
  padding-top: 2px;
}

.certificate-label-no {
  color: #ccf5d8;
  background-color: #22CB53;
  border-radius: 50%;
  padding: 1px 5px;
  font-size: 10px;
}

.report-label {
  background-color: #aebddb;
  color: #1A449A;
  font-family: 'poppins-medium';
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
  margin-top: 1px;
  padding-top: 2px;
}

.report-label-no {
  color: #aebddb;
  background-color: #1A449A;
  border-radius: 50%;
  padding: 1px 5px;
  font-size: 10px;
}

#add-new .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
}

#add-new .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #212529 !important;
  padding: .375rem .75rem;
  width: 100%;
  max-width: 100%;
  border: 0.5px solid #E5E5E5 !important;
  background-color: #F2F2F2 !important;
}

.multi-select-p .bootstrap-select {
  display: contents;
}

.select2-container--bootstrap-5 .select2-selection {
  padding: .375rem 0rem;
}

.select2-selection__choice {
  background-color: var(--bs-gray-200);
  border: none !important;
  font-size: 12px;
  font-size: 0.85rem !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.2em;
  margin-right: 0.25rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  /* background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) 50%/0.75rem auto no-repeat; */
  /* border: 0; */
}

.select2-results__option[aria-selected] {
  background: white;
  cursor: pointer;
  /* color: #fff; */
}

.select2-results__option[aria-selected]:hover {
  background: grey !important;
  cursor: pointer;
  color: #fff !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  /* border-color: #86b7fe; */
  border: 0.5px solid #E5E5E5;
  background-color: #F2F2F2;
  box-shadow: none;
}

.select2-container--bootstrap-5 .select2-selection {
  padding: .375rem 0rem;
  border: 0.5px solid #E5E5E5;
  background-color: #F2F2F2;
}

.select2-selection__choice {
  background-color: #fff;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  color: #fff;
  background-color: #FF610F;
}

.per-modal-hd {
  color: #393939;
  font-family: 'roboto-medium';
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}

.per-doc-sec {
  border: 1px solid #C5C5C5;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.doc-sectn {
  padding: 5px 7px 5px 5px;
}

.doc-sectn-hr {
  margin: 0;
  border-bottom:1px solid #E9E9E9;
}

.per-doc-name {
  color: #393939;
  font-family: 'roboto-regular';
  font-size: 12px;
  line-height: 14px;
  margin-top: 4px;
}

.per-doc-size {
  color: #929292;
  font-size: 7px;
  line-height: 11px;
  font-family: 'roboto-regular';
}
.doc-download{
  color: #FF610F;
  font-size: 9px;
  line-height: 13px;
  font-family: 'poppins';
}
.doc-sec-comment-hd{
  font-size: 9px;
  line-height: 13px;
  font-family: 'poppins-semibold';
  color: #393939;
  padding: 5px 7px 5px 5px;
}
.doc-sec-comment-des{
  font-size: 9px;
  line-height: 13px;
  font-family: 'poppins';
  color:#8A8A8A;
  padding: 0px 7px 9px 5px;
}
.comment-des-bold{
  color: #393939;
  font-family: 'poppins-semibold';
  font-size: 9px;
  line-height: 13px;
}
.comment-circle-modal{
  width: 15px;
    height: 15px;
    color: #fff;
    font-family: 'poppins';
    border-radius: 20px;
    text-align: center;
    padding: 2px 0 0 0px;
    font-size: 6px;
    background-color: #FF9C2F;
    display: inline-block;
}
.doc-view-modal{
  padding-left: 0px!important;
}


/*performance end*/

.img-preview {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  margin-left: 0px;
}

/* .modal-header {
  position: fixed;
} */

/*holiday*/
#event-details .modal-header {
  border-bottom: none !important;
}

#event-details .modal-body {
  overflow-x: hidden;
}
/*holiday end*/

/*add new reward modal*/
#addnew .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
}

#addnew .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}
.select2-container--bootstrap-5 .select2-selection {
  padding: .375rem 0rem;
  border: 0.5px solid #E5E5E5;
  background-color: #F2F2F2 !important;
}
.reward-btn {
  color: #000;
  font-size: 12px;
  font-family: 'roboto-medium';
}

.reward-btn:active,
.reward-btn:focus,
.reward-btn:hover {
  color: #1B7DC5 !important;
  font-size: 12px;
  font-family: 'roboto-medium';
  border-bottom: 2px solid #1B7DC5 !important;
  background-color: transparent !important;
  border-radius: 0px !important;
}

.reward-b .nav-pills .nav-link.active {
  color: #1B7DC5 !important;
  background-color: transparent !important;
  border-bottom: 2px solid #1B7DC5 !important;
  border-radius: 0px !important;
}
.reward-plan-bx{
  border: 1px solid #C5C5C5;
  padding: 12px 15px;
  margin-top: 10px;
  border-radius: 8px;
  font-family: 'roboto-medium';
  font-size: 12px;
  line-height: 20px;
}
.reward-plan-point{
  color: #FF610F;
}
/*add new reward modal end*/
/*FAQ*/
.white-header .accordion-button:not(.collapsed) {
  background-color: #fff !important; 
  border-bottom: 2px solid #e7eef9;
}
.white-header  {
  background-color: #fff !important; 
  border-bottom: 2px solid #e7eef9;
  font-family: 'roboto-bold';
  font-size: 18px;
  color: #000 !important;
}
.accordion-item-btm{
  margin-bottom: 7px;
}

.accordion-button.collapsed::after {
  background-image: url("../images/add.png");
}
.accordion-button:not(.collapsed)::after {
  transform: none;
  background-image: url("../images/close.png");
}
.faq-accordion-body{
  /* color: #3C3C43D9; */
  color: #28282dd9;
  font-size: 16px;
  font-family: 'roboto-regular';
  padding-left: 3%;
}
/*FAQ end*/

.assign-employees{    
  color: #000;
  background-color: #e7eef9;
  border-radius: 5px;
  padding: 5px 6px;
  line-height: 16px;
}

/*new dashboard */

.dash-check-bg{
  background: #F3EFEE;
  padding: 6px 8px;
  border-radius: 7px;
}
.dash-check-bg .form-control{
  background-color: #F3EFEE;
  border: none;
}
.btn-dash-add{
  border: 1px solid #2F4CA3;
  background-color: #2F4CA3;
  color: #fff;
  width: 20%;
  margin: 9px 0px 0px 20px;
}
.btn-dash-add:hover,.btn-dash-add:focus,.btn-dash-add:active{
  border: 1px solid #2F4CA3;
  background-color: #2F4CA3;
  color: #fff;
  width: 20%;
  margin: 9px 0px 0px 20px;
}
.upcoming-date{
  font-size: 8px;
  font-family: 'roboto-regular';
}
/*calendar*/
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 33x;
  height: 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;

  font-size: 13px;
  font-weight: 700;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #ff8c00;
  border-radius: 25px;
  color: #fff !important;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #ff8c00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #ff8c00;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #ff8c00;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #ff8c00;

  color: #fff !important;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #ff8c00;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #ff8c00;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
  color: #2F4CA3;
  font-size: 23px;
  text-transform: uppercase;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-right-width: 2px;
  border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 9px 5px;
}

.datepicker .dow {

  border-bottom: 1px solid #e7e7e7;

  color: #9b8079;
  font-size: 13px;
}

.datepicker-months .prev,
.datapicker-months .next,
.datepicker-years .prev,
.datepicker-years .next {
  width: 58px;
}

.datepicker-days tbody td:nth-child(6),
.datepicker-days tbody td:nth-child(7) {
  color: #D44;
}

/* b-calendar */
.calendar{
  font-family: 'roboto-regular';
}
	.calendar .datepicker {
		width: 100%;
	}
		.calendar .datepicker table {
			width: 100%;
		}
      .leave-circle-calendar {
        width: 24px;
        height: 24px;
        color: #fff;
        font-family: 'poppins';
        border-radius: 20px;
        text-align: center;
        padding: 5px 0 0 0px;
        font-size: 9px;
    }
    .leave-circle-name-calendar {
      font-family: 'poppins';
      font-size: 11px;
      margin-top: 6px;
  }
/*calendar end*/
.dash-training-hr{
  border-top: 1px solid #E0E0E0;
  margin: 0;
  opacity: 1;
}
.dash-rgt-box h5 {
  font-family: 'roboto-regular';
  font-size: 16px;
  padding: 12px 0 0px 20px;
  margin-bottom: 2px;
}
.dash-rgt-box {
  box-shadow: -1.34px 4.03px 13.43px 0px #00000026;
  border-radius: 15px;
  min-height: 240px;
  margin-top: 15px;
  background-color: #fff;
}
/* new dashboard end*/

@media only screen and (max-width: 767px) {
  .navbar-brand {
      background-color: transparent!important;
  }
  .dashboard-logo {
    width: 60px !important;
  }

}

  .dashboard-logo {
    height: 32px;
    width: 100%;
    object-fit : contain;
    /* max-width: 60px; */
  }

.strikethrough:checked + label{
  text-decoration:line-through
}
.remind-time{
  color: #A3A3A3;
font-size: 8px;
white-space:nowrap;
}

  #addplan .modal-dialog {
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
  
  #addplan .btn-close {
    background-image: url(../images/btn-close.png);
    height: 20px;
  }


@media only screen and (max-width: 768px) {
  .employee-tbl-hd {
    width: 740px;
  }
  
  .employee-tbl-content {
    width: 740px;
  }
  .employee-tbl-policy {
    width: 740px;
  }
  .tbl-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 10px !important;
  }
  .bg-dash {
    padding-bottom: 6px !important;
  }
  .display-plan{
    display: block;
  }
}

  .task-list-h{
    height: 787px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .task-list-h::-webkit-scrollbar {
    width: 8px;
  }
  
  .task-list-h::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
  }
  
  .task-list-h::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
  }
  

  .display-plan{
    display: flex;
  }

  @media only screen and (max-width: 768px) {
    .display-plan{
      display: block !important;
    }
  }

  .employee-form .file-upload {
    border: 1px dashed #FC610E !important;
    background-color: #f2f2f2;
    }
    input[type=file]::file-selector-button {
    transition: 1s;
    color: #FC610E !important;
    background-color: #f2f2f2;
    font-family: 'poppins-semibold';
    font-size: 14px;
    }
    input[type=file]::file-selector-button:hover {
    color: #FC610E !important;
    background-color: #f2f2f2;
    }


    .circle-bill {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: #21334f;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin: 0 auto;
      padding: 10px;
      font-size: 10px;
  }
  

  .pricing-txt {
      font-size: 16px;
      color: #21334f;
      font-family: 'roboto-bold';
  }

  .text-orange {
      color: #ff8c00;
  }

  .iti {
    width: 100%;
  }
  
  .iti__flag-container {
    z-index: 100; /* Ensure it stays on top if dropdown is clipped */
  }

#edit-event .modal-dialog {
 margin-right: 0 !important;
 margin-top: 0 !important;
}
 
#edit-event .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}
#edit-event{
  font-family: 'poppins';
}

#file-name-display{
    display: block;
    margin-top: 50px;
    left: 42%;
    position: absolute;
    width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* .employee-view .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
 }

 .employee-view .btn-close {
   background-image: url(../images/btn-close.png);
   height: 20px;
 }
 .employee-view{
   font-family: 'poppins';
 } */

.btn-bill-download {
  background-color: #fff;
  font-family: 'roboto-regular';
  font-size: 16px;
  line-height: 18px;
  color: #FF610F;
  border-radius: 30px;
}
 
.btn-bill-download:active,
.btn-bill-download:hover,
.btn-bill-download:focus {
  background-color: #fff;
  font-family: 'roboto-regular';
  font-size: 16px;
  line-height: 18px;
  color: #FF610F;
  border-radius: 30px;
}

.yes-btn {
  background-color: #fff;
  font-family: 'roboto-bold';
  font-size: 12px;
  line-height: 18px;
  color: #FF610F;
  border-radius: 10px;
  border: 1px solid #FF610F;
}
 
.yes-btn:active,
.yes-btn:hover,
.yes-btn:focus {
  background-color: #fff;
  font-family: 'roboto-bold';
  font-size: 12px;
  line-height: 18px;
  color: #FF610F;
  border-radius: 10px;
  border: 1px solid #FF610F;
}
.no-btn {
  color: #fff;
  font-family: 'roboto-bold';
  font-size: 12px;
  line-height: 18px;
  background-color: #FF610F;
  border-radius: 10px;
  border: 1px solid #fff;
}
 
.no-btn:active,
.no-btn:hover,
.no-btn:focus {
  color: #fff;
  font-family: 'roboto-bold';
  font-size: 12px;
  line-height: 18px;
  background-color: #FF610F;
  border-radius: 10px;
  border: 1px solid #fff;
}

.training-hd {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#faq-edit-modal .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
}
 
#faq-edit-modal .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}
.faq-edit-btn{
  width: 88%;
}

#suggestions-list {
  max-height: 3000px;
  overflow-y: auto;
  border-radius: 0.5rem;
  /* border: 1px solid #ccc; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#edit-holiday .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
}
 
#edit-holiday .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}

input[type=checkbox] {
  outline: 1px solid #7c8185 !important;
}

@media only screen and (max-width: 875px) {
  .notification {
      right: 20%;
  }
}
@media only screen and (max-width: 651px) {
  .notification {
      right: 48%;
  }
}

.total-point-txt {
  color: #000;
  font-family: 'roboto-medium';
  font-size: 18px;
  padding: 10px 5px;
  display: inline-block;
}
 
.total-point-bx {
  color: #FC610E;
  font-family: 'roboto-bold';
  font-size: 22px;
  padding: 9px 5px;
  background-color: #fff;
  border-radius: 10px;
  border: 1.24px solid #E7E7ED;
  margin-left: 20px;
}

.datepicker.dropdown-menu th, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.datepicker-inline td {
    padding: 9px 5px !important;
}

.graph-hr{
  margin: 0;
  border-bottom: 1px solid #000;
}

#company-leave-policy .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
}
 
#company-leave-policy .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}

#edit-leave-policy .modal-dialog {
  margin-right: 0 !important;
  margin-top: 0 !important;
}
 
#edit-leave-policy .btn-close {
  background-image: url(../images/btn-close.png);
  height: 20px;
}


.calendar-detail{
  height: 75px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0px 5px;
  color: #000;
  font-size: 15px;
  white-space: nowrap;
}

.calendar-detail::-webkit-scrollbar {
  width: 6px;
}

.calendar-detail::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}

.calendar-detail::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
.highcharts-title{
  text-anchor: end !important;
}
  .task-list-h{
    height: 238px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 475px) {
  .bal-leav-btn {
      white-space: nowrap;
      font-size: 12px;
  }
  .add-user-btn{
      white-space: nowrap;
      font-size: 12px;
  }
  }

  @media only screen and (max-width: 500px)  {
    .total-point-bx {
      font-size: 15px !important;
      margin-left: 3px !important;
      display: inline-block;
      white-space:nowrap;
  }
  .total-point-txt {
      font-size: 14px !important;
  }
  }

.super-admin-badge {
  font-size: 11px !important;
  position: absolute;
  right: 12px;
  top: -9px;
}

.status-dropdown{
  color: #000;
    background-color: #e7eef9;
    border-radius: 5px;
    padding: 4px 6px;
    line-height: 16px;
    border: none;
    font-size: 13px;
}

.employee-name-d{
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}