@font-face {
  font-family: 'LacaBlack';
  src: url('../fonts/LacaBlack.otf');
}
@font-face {
  font-family: 'LacaBlackItalic';
  src: url('../fonts/LacaBlackItalic.otf');
}
@font-face {
  font-family: 'LacaBold';
  src: url('../fonts/LacaBold.otf');
}
@font-face {
  font-family: 'LacaBoldItalic';
  src: url('../fonts/LacaBoldItalic.otf');
}
@font-face {
  font-family: 'LacaBook';
  src: url('../fonts/LacaBook.otf');
}
@font-face {
  font-family: 'LacaBookItalic';
  src: url('../fonts/LacaBookItalic.otf');
}
@font-face {
  font-family: 'LacaExtraLight';
  src: url('../fonts/LacaExtraLight.otf');
}
@font-face {
  font-family: 'LacaExtraLightItalic';
  src: url('../fonts/LacaExtraLightItalic.otf');
}
@font-face {
  font-family: 'LacaLight';
  src: url('../fonts/LacaLight.otf');
}
@font-face {
  font-family: 'LacaLightItalic';
  src: url('../fonts/LacaLightItalic.otf');
}
@font-face {
  font-family: 'LacaMedium';
  src: url('../fonts/LacaMedium.otf');
}
@font-face {
  font-family: 'LacaMediumItalic';
  src: url('../fonts/LacaMediumItalic.otf');
}
@font-face {
  font-family: 'LacaRegular';
  src: url('../fonts/LacaRegular.otf');
}
@font-face {
  font-family: 'LacaRegularItalic';
  src: url('../fonts/LacaRegularItalic.otf');
}
@font-face {
  font-family: 'LacaSemibold';
  src: url('../fonts/LacaSemibold.otf');
}
@font-face {
  font-family: 'LacaSemiboldItalic';
  src: url('../fonts/LacaSemiboldItalic.otf');
}

/*------COMMON CSS-------*/
.custom-pagination li {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 15px;
}
.paginationnumbersbg {
  background: #e9e9e9;
}
.paginationnextbg {
  background: #e9e9e9;
}
.disablecls {
  cursor: not-allowed;
}
.disablecls a {
  pointer-events: none;
}
ul.custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 39px;
  margin-bottom: 61px;
}
ul.custom-pagination li a {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  color: #232266;
  font-family: 'Roboto-Bold';
}
.custom-pagination li.active {
  background: #347dc1;
}
.custom-pagination li.active a {
  color: #fff;
}
body {
  font-family: 'LacaRegular';
  background: #f5f5f5;
}
.white-card {
  background: #fff;
  box-shadow: 0px 0px 2px 1px rgb(138 138 138 / 66%);
}
.primary-button {
  background: #010053;
  color: #fff;
  border: 1pt solid #010053;
}
.secondary-button {
  background: #8b0094;
  color: #fff;
  border: 1pt solid #8b0094;
}
.btn:hover {
  color: #fff;
}
.common-label {
  color: #010053;
  font-family: 'LacaBold';
  font-size: 16px;
}
.common-input {
  height: 45px !important;
  position: relative !important;
}
.pwd-field {
  position: relative;
}
.save-button {
  background: green;
  color: #fff;
  border: 1pt solid green;
}
.delete-button {
  background: red;
  color: #fff;
  border: 1pt solid red;
}
.edit-button {
  background: #6c6c6c;
  color: #000;
  /* border: 1pt solid #6c6c6c; */
  width: fit-content;
  height: fit-content;
}
.edit-button svg {
  color: #fff;
}
.edit-button:hover {
  color: #000;
}
/*------LOGIN CSS-------*/
.login-bg {
  background: url(../images/login/loginbg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100vh;
  background-position: center;
}
.login-bg-card {
  height: 90%;
  width: 100%;
  display: flex;
  padding: 10px;
  border-radius: 25px;
}
.login-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 100px;
  width: 100%;
  height: 100vh;
}
.login-bg-card-left {
  width: 55%;
  height: 100%;
  background: url(../images/login/loginleftbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 50px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-bg-card-right {
  width: 45%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  height: 100%;
  background: #ecf1ff;
  padding: 20px;
}
.login-left-title {
  font-family: 'LacaBold';
  font-size: 36px;
  color: #fff;
  line-height: 50px;
  letter-spacing: 1px;
}
.login-left-description-icon {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
  font-size: 20px;
}
.login-left-description-icon svg {
  margin-right: 15px;
}
.login-left-description-icon svg {
  margin-right: 15px;
  background: rgba(0, 0, 0, 0.3);
  padding: 3px;
  border-radius: 18px;
  width: 20px !important;
  height: 20px !important;
}
.login-bg-card-left-heading {
  margin-bottom: 20px;
}
.login-right-logo svg {
  width: 175px;
}
.login-right-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.login-right-title h3 {
  color: #010053;
  font-family: 'LacaBlack';
  font-size: 28px;
  letter-spacing: 1px;
}
.login-right-tab {
  width: 100%;
  background: #fff;
  height: 40px;
  border-radius: 5px;
  box-shadow: 0px 0px 1px 1px rgb(138 138 138 / 40%);
}
.login-right-tab-list {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: space-around;
  width: 100%;
  padding: 3px 10px;
}
.login-right-tab {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.login-tab-single-item {
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  border-radius: 5px;
  color: #747474;
  cursor: pointer;
}
.login-right-tab-active {
  background: #ecf1ff;
  color: #8b0094;
}
.login-tab-single-item > svg {
  margin-right: 10px;
}
.forgot-pwd-txt {
  color: #8b0094;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  text-decoration: underline !important;
}
.forgot-pwd-txt:hover {
  color: #8b0094;
}
.login-right-title {
  margin-bottom: 20px;
}

/*-------EMPLOYER DASHBOARD-------*/
.dashboard-navbar .navbar {
  height: 70px;
  background: #fff;
  box-shadow: 0px 0px 12px 1px #d8d8d8;
  padding: 0 1rem;
}
.dashboard-navbar .navbar-brand svg {
  width: 150px;
  margin-right: 20px;
}
.dashboard-navbar .navbar-nav .nav-link.employer-menuactive {
  color: #010053;
  border-bottom: 2.5pt solid #010053;
}
.dashboard-navbar .navbar-nav .nav-link {
  color: #a7a7a7;
  align-items: center;
  display: flex;
  height: 70px;
  margin-right: 10px;
}
.dashboard-navbar .navbar-nav .nav-link > svg {
  margin-right: 10px;
}
.dashboard-navbar .navbar-nav .nav-link:hover {
  color: #010053;
  border-bottom: 2.5pt solid #010053;
}
/* .manager-dashboard-navbar .navbar-nav .nav-link.manager-menuactive{
  color: #8b0094;
  border-bottom: 2.5pt solid #8b0094;
}
.manager-dashboard-navbar .navbar-nav .nav-link:hover{
  color: #8b0094;
  border-bottom: 2.5pt solid #8b0094;
}
.custom-manager-tabs .nav-link.active {
  color: #8b0094 !important;
} */
.dashboard-navbar-section {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.dashboard-navbar-left-area {
  display: flex;
  align-items: center;
}
.dashboard-navbar-username p {
  margin-bottom: 0;
  margin-right: 15px;
  color: #010053;
  font-size: 18px;
}
.dashboard-navbar-right-area {
  display: flex;
  align-items: center;
}
.dashboard-tab-section {
  width: 95%;
  margin: 50px auto;
  background: #ecf1ff;
  border-radius: 10px;
}
.custom-tab-nav .tab-nav-item .tab-nav-link span > img {
  width: 42px;
}
.custom-tab-nav .tab-nav-item {
  cursor: pointer;
}
.custom-tab-nav .tab-nav-item .tab-nav-link:hover {
  color: #fff;
}
.custom-tab-nav .tab-nav-item .tab-nav-link {
  color: #fff;
}
.tab-nav-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tab-img {
  margin-bottom: 20px;
}
.tab-img-active {
  margin-bottom: 20px;
  display: none;
}
.tab-nav-link.active .tab-img-active {
  display: block;
}
.tab-nav-link.active .tab-img {
  display: none;
}
.tab-nav-link.active {
  color: #fff !important;
  background: #8b0094 !important;
  border: 0 !important;
}
.custom-tab-content {
  padding: 25px 7px;
}
.common-label {
  color: #010053;
}
.common-data {
  color: #747474;
  margin-bottom: 0;
}
.tab-nav-link {
  color: #fff;
}
.dashboard-table {
  /* overflow-x: auto !important; */
}
.dashboard-table > table {
  width: 100%;
}
.dashboard-table > table > tbody > tr > td > select {
  font-size: 14px;
}
.dashboard-table > table > thead > tr > th {
  text-align: center;
  color: #fff;
  vertical-align: middle;
  position: relative;
  font-size: 15px;
}
.dashboard-table > table > thead {
  background: #010053;
  height: 40px;
}

/* thead tbody {
  padding: 100px !important;
} */
/* .manager-dashboard-table  > table > thead{
  background: #8b0094;
} */
.table-date {
  font-size: 11px;
  color: #747474;
}
.table-hours {
  font-size: 16px;
  color: #010053;
  font-family: 'LacaBold';
}
.dashboard-table > table > tbody > tr > td {
  text-align: center;
  color: #6e6e6e;
  vertical-align: middle;
  padding: 10px 0;
  font-size: 15px;
  text-transform: capitalize;
}
.dashboard-table > table > tbody > tr:nth-child(odd) {
  background: #f0f0f0;
}
.dashboard-table > table > tbody > tr:nth-child(even) {
  background: #fff;
}
.white-bg-card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 1px 1px rgb(138 138 138 / 40%);
  padding: 10px 20px;
}
.custom-tab-nav {
  background: #5a5c97;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.white-bg-card .common-label {
  font-size: 18px;
  font-family: 'LacaBold';
}
.blue-text {
  color: blue !important;
  text-transform: uppercase !important;
}
.green-text {
  color: green;
}
.red-text {
  color: red;
}
/* .manager-timesheet-form .white-bg-card .common-label{
color: #8b0094;
}
.manager-timesheet-form .common-label {
  color: #8b0094;
}
.manager-timesheet-form .table-hours {
  color: #8b0094;
} */
/* .manager-dashboard-table > table > tbody > tr >td {
  color: #8b0094;
} */
.detailed-view {
  cursor: pointer;
}
.common-title2 {
  font-family: 'LacaBlack';
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #010053;
  border-bottom: 1pt solid #010053;
  padding-bottom: 15px;
}
.action-button-section button svg {
  margin-right: 15px;
}
.nav-tabs .nav-link:hover {
  color: #fff;
  border-color: transparent;
}
.nav-tabs .nav-link {
  border-radius: 0;
}
.payment-table tr th {
  text-align: center;
}
.payment-table {
  width: 100%;
}
.form-control[readonly] {
  background-color: #fff !important;
  opacity: 1 !important;
}
.form-group {
  position: relative;
}
#password + .glyphicon {
  cursor: pointer;
  pointer-events: all;
}
.input-group-addon {
  position: absolute;
  top: 11px;
  right: 10px;
}
.input-group-addon > a {
  color: #010053;
}
.hours-inp {
  width: 37px;
  text-align: center;
  margin: 0 auto;
}
.notification-inp {
  width: 175px;
  display: inline-block;
}
.zero-padding {
  padding: 0;
}
.custom-dashboard {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 38vh;
  align-items: center;
}
.custom-dashboard li > a {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #010053;
  min-height: 188px;
  font-size: 15px;
  position: relative;
}
.custom-dashboard li > a > span > img {
  width: 98px;
}
.custom-dashboard li {
  width: 20%;
  height: inherit;
  padding: 20px;
  margin-right: 50px;
  min-height: 230px;
  border: 1pt solid #010053;
  border-radius: 7px;
  background: #fff;
}
.custom-dashboard li:last-child {
  margin-right: 0;
}
.custom-height {
  height: 100%;
}
.custom-dashboard-left-menu {
  width: 270px;
  height: 100vh;
  background: #fff;
}
.custom-dashboard-menu {
  display: flex;
  width: 100%;
  height: calc(100vh - 70px);
  justify-content: center;
  align-items: center;
}
.custom-dashboard-left-menu .navbar-nav .nav-link {
  color: #a7a7a7;
  align-items: center;
  display: flex;
  margin-right: 10px;
  padding: 15px 30px;
}
.custom-dashboard-left-menu .navbar-nav .nav-link > svg {
  margin-right: 15px;
}
.custom-dashboard-left-menu .navbar-nav .nav-link.employer-menuactive {
  color: #010053;
}
.custom-admin-dashboard li {
  width: 17%;
  padding: 20px;
  margin-right: 30px;
  text-align: center;
  cursor: pointer;
}
.sort-select-box {
  width: 8%;
}

.mainnav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mainnav li {
  display: inline-block;
  width: 21px;
  height: 15px;
}
.mainnav a {
  color: #292929;
  text-decoration: none;
  display: block;
  position: relative;
  top: 10px;
  left: 4px;
}
/* .on > a,
.mainnav li:hover > a {
  background: lightgrey;
} */
.mainnav ul ul {
  position: absolute;
  top: 100%;
  min-width: 100px;
  background: #fff;
  display: none;
  left: 14%;
}
.mainnav ul ul ul {
  left: 100%;
  top: 0;
}
.mainnav ul ul li {
  display: block;
  height: auto;
  width: 100%;
}
.mainnav ul ul li > a {
  top: 0;
  text-align: left;
  padding: 5px 10px;
  color: #010053;
}
.mainnav ul ul ul li {
}
/* lets not confuse click with hover for now
.mainnav ul li:hover ul {
	display: block;
}
*/
.mainnav li i {
  color: #292929;
  float: right;
  padding-left: 20px;
}
.mainnav div {
  background: lightgrey;
  color: #292929;
  font-size: 24px;
  padding: 0.6em;
  cursor: pointer;
  display: none;
}

.hasDD > a:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  transition: all 0.5s linear;
}
.mainnav li:hover > a:after {
  border-top-color: #8b0094;
}
.hasDD.on > a:after {
  transform: rotate(180deg);
}
ul ul .hasDD.on > a:after {
  transform: rotate(-90deg);
}

@media (min-width: 768px) {
  /* over-ride js inline style*/
  .mainnav > ul {
    display: inline !important;
  }
}

@media (max-width: 768px) {
  .mainnav div {
    display: block;
  }
  .mainnav ul {
    display: none;
    position: static;
    /*background: #e3e3e3;*/
  }
  .mainnav ul li {
    display: block;
  }
  .mainnav ul ul {
    position: static;
    background: #e3e3e3;
  }
  ul ul .hasDD.on > a:after {
    transform: rotate(-180deg);
  }
  .hasDD,
  .hasDD.on {
    transition: border 0.5s ease;
  }
  li.hasDD.on {
    border-left: 10px solid #666;
  }
  ul ul li.hasDD.on {
    border-color: #aaa;
  }
  ul ul ul li.hasDD.on {
    border-color: #ccc;
  }
}
/* span.mainnav {
  position: absolute;
  top: 10px;
  right: 0px;
} */

/* logo svg */
.logo-svg .cls-1 {
  fill: url(#linear-gradient);
}
.logo-svg .cls-2 {
  fill: url(#linear-gradient-2);
}
.logo-svg .cls-3 {
  fill: url(#linear-gradient-3);
}
.logo-svg .cls-4 {
  fill: url(#linear-gradient-5);
}
.logo-svg .cls-5 {
  fill: url(#linear-gradient-6);
}
.logo-svg .cls-6 {
  fill: url(#linear-gradient-7);
}
.logo-svg .cls-7 {
  fill: url(#linear-gradient-8);
}
.logo-svg .cls-8 {
  fill: url(#linear-gradient-9);
}
.logo-svg .cls-9 {
  fill: url(#linear-gradient-10);
}
.logo-svg .cls-10 {
  fill: url(#linear-gradient-11);
}
.logo-svg .cls-11 {
  fill: url(#linear-gradient-12);
}

.descending > a:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  transition: all 0.5s linear;
}
.pagination-main {
  margin-top: 3rem;
  text-align: center;
}
.pagination-main span {
  color: #010053;
  font-family: 'LacaBlack';
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pagination-main .pagination-show-dd {
  width: fit-content;
  border-radius: 3px;
  color: #010053;
  font-family: 'LacaBlack';
  font-size: 16px;
  letter-spacing: 1px;
  height: 34px;
}
.pagination-main .pagination-show-dd option {
  font-size: 14px;
}
.pagination-main .button-pagination {
  margin: 0rem 0.5rem;
  background-color: #8b0094;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0px 0px 2px 1px rgb(138 138 138 / 66%);
  border: none;
}
.pagination-main .button-pagination:hover {
  color: #fff !important;
  background-color: #8b0094 !important;
  cursor: pointer;
}
/* table {
  margin: 100px !important;
} */
table > tbody > tr > td > .blue-text {
  margin-top: 14px;
  font-size: 16px;
  margin-left: 6px;
}
.custom-form-control {
  display: block;
  width: 80%;
  margin: auto;
  height: 45px;
  padding: 0.375rem 0.25rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* .table-date-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th,
td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}
.leave-type-table > tbody > tr:nth-child(odd) {
  background-color: #fff !important;
}

.sort-icon a::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  transition: all 0.5s linear;
}
.sort-icon a::before {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: 3px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  transition: all 0.5s linear;
}

.custom-form-group .intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type='text'],
.intl-tel-input.allow-dropdown input[type='tel'] {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.react-datepicker__header {
  background-color: #5a5c97 !important;
}
.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  color: #fff !important;
}

.react-datepicker__year-dropdown-container {
  color: #fff !important;
}
.react-datepicker__month-read-view--selected-month {
  color: #fff !important;
}
.react-datepicker__day-names .react-datepicker__day-name {
  color: #fff !important;
}
.react-datepicker__day--selected {
  background-color: #5a5c97 !important;
}

.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 5px !important;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid #5a5c97 !important;
  transition: all 0.5s linear;
}
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::after {
  border-bottom-color: transparent !important;
}
.react-datepicker__navigation-icon::before {
  border-color: #fff !important;
}
.react-datepicker__header,
.react-datepicker {
  border: none !important;
  box-shadow: 0px 0px 12px 1px #d8d8d8 !important;
}
.react-datepicker__year-dropdown {
  background-color: #5a5c97 !important;
}
.react-datepicker__year-option:hover {
  color: #5a5c97 !important;
  background-color: #fff !important;
}
.react-datepicker__header__dropdown.react-datepicker__header__dropdown--scroll {
  width: 70%;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.custom-date-picker {
  position: absolute;
  right: 3%;
  z-index: 100;
  box-shadow: 0px 0px 12px 1px #d8d8d8;
}

/* .rdrDefinedRangesWrapper {
  display: none;
} */
.modal-container {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}
.custom-modal-body {
  width: 80%;
  margin: auto;
}
.custom-modal-body-content {
  width: 100%;
}
.custom-modal-dailogue {
  width: 70vw;
  height: 80vh;
  border: none;
  box-shadow: 0px 0px 12px 1px #d8d8d8;
  border-radius: 5px;
}
.custom-modal-dailogue .modal-content {
  width: 100%;
  height: 100%;
  border: none;
}
/* custom scrollbar */
.custom-modal-body::-webkit-scrollbar {
  width: 0.3em;
}

.custom-modal-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.custom-modal-body::-webkit-scrollbar-thumb {
  background-color: #010053;
  outline: 1px solid slategrey;
  border-radius: 15px;
}
/* custom scrollbar */
.custom-modal-dailogue .modal-content .modal-header button.close {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
}
.custom-modal-dailogue .modal-content .modal-header button.close:hover {
  background-color: inherit;
  color: inherit;
}
.custom-modal-dailogue .modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-modal-dailogue .modal-content .custom-modal-body {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.react-pdf__Page__canvas {
  width: 100% !important;
  height: 100% !important;
}
.view-icon svg {
  color: #8b0094;
}
.custom-phone-input {
  height: 45px !important;
  position: relative !important;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  padding-top: 0px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-phone-input .PhoneInput .PhoneInputInput {
  border: none;
  width: 100%;
  height: 42px;
}
/* .custom-phone-input .PhoneInput .PhoneInputInput {
  height: 45px !important;
  position: relative !important;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} */
.custom-phone-input .PhoneInput.PhoneInput--focus .PhoneInputInput {
  /* border-color: rgba(0, 123, 255, 0.3); */
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 123, 255, 0.3); */
  outline: 0 none;
}

/* .mainbox {
  background-color: #95c2de;
  margin: auto;
  height: 600px;
  width: 600px;
  position: relative;
}

.err {
  color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 11rem;
  position: absolute;
  left: 20%;
  top: 8%;
}

.far {
  position: absolute !important;
  font-size: 8.5rem !important;
  left: 42% !important;
  top: 15% !important;
  color: #ffffff !important;
}

.err2 {
  color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 11rem;
  position: absolute;
  left: 68%;
  top: 8%;
}

.msg {
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.6rem;
  position: absolute;
  left: 16%;
  top: 45%;
  width: 75%;
} */

/* a {
  text-decoration: none;
  color: white;
}

a:hover {
  text-decoration: underline;
} */

.sec {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: sans-serif;
  /* background-color: white; */
}

/* h1,
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
} */
*.section {
  padding: 4rem 2rem;
}

.section .error {
  font-size: 150px;
  color: #010053;
  text-shadow: 1px 1px 1px #010053, 2px 2px 1px #010053, 3px 3px 1px#010053, 4px 4px 1px #010053,
    5px 5px 1px#010053, 6px 6px 1px #010053, 7px 7px 1px #010053, 8px 8px 1px #010053,
    25px 25px 8px rgba(0, 0, 0, 0.2);
}

.page {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}

.back-home {
  display: inline-block;
  border: 2px solid #222;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.75rem 1rem 0.6rem;
  transition: all 0.2s linear;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}
.back-home:hover {
  background: #010053;
  color: #ddd;
}
.chip-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  margin-top: 5px;
  /* height: 50px; */
  font-size: 14px;
  /* line-height: 50px; */
  /* background-color: #f1f1f1; */
}
/* .chip-green {
  background-color: rgba(84, 214, 44, 0.16);
  color: rgb(34, 154, 22);
}
.chip-red {
  background-color: rgba(255, 72, 66, 0.16);
  color: rgb(183, 33, 54);
} */
/* .pending-available-card {
  width: 60%;
  height: 100px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  background-color: rgba(139, 0, 148, 0.1);
  border-radius: 8px;
  position: absolute;
  bottom: -121px;
} */
.chip-section .chip:first-child {
  padding: 0px 10px;
  /* border-right: 1px solid #000; */
}
.chip-section .chip {
  width: 50%;
}
.chip-section .chip .chip-count {
  font-size: 20px;
  color: #232266;
  font-weight: bold;
  text-align: center;
}
.required {
  content: ' *';
  color: red;
}
.custom-modal-dailogue .modal-content .modal-header {
  height: 12%;
}
.add_btn {
  float: left;
  margin-left: 9px;
}
.cal_left {
  left: 1019px;
}
.custom-dropdown {
  display: none;
}
.table-pagination-main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.no-doc-found {
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 30px;
}
.dashboard-table > table > tbody > tr > td.text-uppercase {
  text-transform: uppercase !important;
}
.custom-delete-msg-modal {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 40%;
  height: auto;
}
.customHeight {
  width: 75%;
  height: 100%;
}
.emp-cmts-text-overflow {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin: auto;
}

.calenderclose {
  position: absolute;
  z-index: 999999;
  right: 56px;
 
}

.rdrMonthAndYearWrapper {
  height: 82px !important;
}

.rdrInputRange {
  display: none !important;
}
.popupimg img{
  width: 100%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.popupimg.custom-modal-dailogue{
  height: auto;
}
.customHeight{
  height: 500px !important;
  width: 100% !important;
}