@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/font/Lato-Regular.ttf") format("ttf"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url("/font/Lato-Bold.ttf") format("ttf");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
  margin: 0;
  padding: 0;
  font-family: Lato;
  background: #f4f5f9;
  color: #787878;
}

.text-primary {
  color: #0079af !important;
}

.row-gutter {
  --bs-gutter-x: 1px;
}

.btn.btn-silver {
  border-radius: 24px;
  padding: 6px 18px;
  background-color: #fff;
  box-shadow: inset 0px 0px 12px 2px rgba(0, 0, 0, 0.25);
  border: 1px solid #a0a0a0 !important;
}

.btn.btn-silver:hover {
  background-color: #dfdfdf;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
  color: #000;
  border: 1px solid #a0a0a0 !important;
}

.btn.btn-bergandy {
  border-radius: 24px;
  padding: 6px 18px;
  background-color: #0079af;
  color: #ffffff;
  box-shadow: inset 0px 0px 12px 2px rgba(0, 0, 0, 0.25);
  border: 1px solid #9e9e9e !important;
}

.btn.btn-bergandy:hover {
  background-color: #891246;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.65) !important;
  color: #ebebeb;
  border: 1px solid #9e9e9e !important;
}

.btn.btn-back {
  border-radius: 24px;
  padding: 6px 18px;
  background-color: #d0d0d0;
  box-shadow: inset 0px 0px 12px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid #a0a0a0 !important;
}

.btn.btn-back:hover {
  background-color: #7f7f7f;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.65) !important;
  color: #ffffff;
  border: 1px solid #a0a0a0 !important;
}

.btn.btn-transparent {
  background-color: transparent;
  color: #97114d;
  border: 0px solid #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.btn.btn-transparent:hover {
  background-color: transparent;
  color: #4d4d4d;
  border: 0px solid #000;
}

.btn-secondary {
  color: rgb(30, 30, 30);
  background-color: #d0d0d0;
  box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0);
}

.min-hgt-210 {
  min-height: 210px;
}

.pb-4_5 {
  padding-bottom: 4.5px !important;
}

.pt-4_5 {
  padding-top: 4.5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.px-rem-20 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

#myTable table {
  border-collapse: collapse;
  width: 100%;
}

#myTable th {
  font-weight: 400 !important;
  font-size: 14px;
  background-color: #0079af;
  color: #fff;
  vertical-align: top !important;
}

#myTable td,
th {
  text-align: left;
  padding: 5px !important;
}

#myTable tr:nth-child(even) {
  background-color: #dddddd;
}

.drop-container {
  position: relative;
  display: flex;
  gap: 0px;
  background: aliceblue;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px dashed #555;
  color: #444;
  cursor: pointer;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}

.drop-container:hover {
  background: #eee;
  border-color: #111;
}

.drop-container:hover .drop-title {
  color: #222;
}

nav .active {
  background-color: #0079af !important;
  color: #f2f1f1 !important;
  border: 0px solid #000 !important;
}

.navbar i {
  min-width: 14px;
  width: 14px;
  font-size: 14px;
  color: #0079af;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}

.drop-title {
  color: #0079af;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: capitalize;
  text-align: center;
  transition: color 0.2s ease-in-out;
}

.drop-container input[type="file"] {
  width: 100%;
  max-width: 100%;
  color: rgb(83, 83, 83);
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #c2c2c2;
}

.drop-container input[type="file"]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #0079af;
  padding: 5px 20px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  height: 31.8px;
}

.drop-container input[type="file"]::file-selector-button:hover {
  background: #0079af;
}

label small {
  color: #0079af;
}

.right_flot {
  display: flex;
  justify-content: end;
}

.mt-105 {
  margin-top: 105px;
}

.mt-30 {
  margin-top: 30px;
}

.btn-mkck:hover {
  background-color: transparent !important;
}

.right_nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 30px;
  z-index: 3;
  box-shadow: 0 5px 5px #ababab;
  background-color: #f4f5f9;
}

.accordion-button {
  padding: 8px 10px;
  border-radius: 3px !important;
  font-size: 15px;
  outline: none;
  line-height: 1.5;
}

.accordion-button:not(.collapsed) {
  color: #0079af;
  background-color: #d5d5d5;
  box-shadow: none;
  letter-spacing: 0.75px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: none;
  color: var(--bs-table-striped-color);
}

.user-profile {
  margin: 10px 0px 0px 0px;
  width: 100%;
  position: relative;
  text-align: center;
}

.user-profile .cpu-admin-pic {
  background-color: #d8d8d8;
  border-radius: 50%;
  padding: 4px;
  box-shadow: 0px 0px 2px rgb(0 0 0 / 65%);
  width: 45px;
  height: 45px;
  margin: 0px 6px 6px 6px;
}

.user-profile span {
  font-size: 13px;
  text-transform: lowercase;
  color: #5a5a5a;
  font-weight: 600;
  word-break: break-all;
}

.scr-cust {
  overflow: auto;
}

.scr-cust::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  background-color: rgba(245, 245, 245, 0.15);
}

.scr-cust::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(245, 245, 245, 0.15);
  width: 4px;
  height: 4px;
}

.scr-cust::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
  background-color: rgba(85, 85, 85, 0.15);
}

.user-profile .log-out:hover {
  opacity: 0.85;
}

.usr-icn {
  position: absolute;
  right: -12px;
  top: -10px;
  z-index: 1;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  background-image: url(../img/arrow-down.svg);
}

.dataTables_scroll {
  border: solid 1px #ccc;
}

.dataTables_wrapper label {
  color: #0079af;
}

.dataTables_filter label {
  font-size: 0;
}

.dataTables_length {
  display: none;
}

.accordion-body {
  background-color: #e5e5e5;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.accordion-body .navbar-brand {
  padding: 5px 10px;
  display: block;
}

.left-side-menu-fixers .accordion-body {
  padding: 0px;
  margin-bottom: 0;
}

.left-side-menu-fixers .accordion-button {
  padding: 4.5px 10px;
  border-top: 1px solid #a0a0a0;
  border-radius: 0px !important;
}

.left-side-menu-fixers .accordion-button:not(.collapsed) {
  background-color: #f4f5f9;
}

.collapse.show+.accordion-header button {
  background-color: red;
}

.left-side-menu-fixers .navbar-brand {
  padding: 4px 20px 2px 20px;
  background-color: #f4f5f9;
  border-top: 1px solid #a0a0a0;
  font-size: 15px;
  margin: 0;
  color: #0079af;
  letter-spacing: 0.75px;
}

.left-side-menu-fixers .accordion-item .navbar-brand {
  color: #373737;
}

.left-side-menu-fixers .accordion-item .navbar-brand i {
  color: #373737;
}

.outer-menu:last-child {
  border-bottom: 1px solid #a0a0a0 !important;
}

.navbar .navbar-brand.active i {
  color: #f2f1f1;
}

nav .navbar-brand:hover {
  background-color: #0079af;
  color: #f2f1f1 !important;
}

nav .navbar-brand:hover i {
  color: #f2f1f1 !important;
}

.acc-title {
  color: #0079af;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.login-card {
  background: #fff;
  border-radius: 0px;
  padding: 0px 0px 8px 0px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 55%);
}

.dataTables_wrapper .dataTables_filter input {
  border-radius: 4px !important;
  border: 1px solid #d4d4d4 !important;
}

.user-profile p {
  font-size: 14px;
}

.user-profile h5 {
  font-size: 14px;
  color: #0079af;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 14px;
  font-weight: 600;
  font-family: monospace;
}

.left-panel {
  width: 16.5%;
  position: fixed;
  left: 6px;
  height: calc(100vh - 120px);
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  background: #ffffff;
  border-radius: 0px;
  padding: 0px;
  z-index: 0;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 55%);
}

.login-card h4 {
  text-align: left;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-family: lato-semibold;
  margin-bottom: 0px;
  padding: 5px 5px 0px 5px;
  background-color: #0079af;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  background-color: #0079af;
  border-color: #0079af;
}

.page-link {
  color: #0079af;
}

.btn-light {
  background-color: transparent;
  border: solid 0px #ccc !important;
  padding: 5px !important;
  margin: 0 !important;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #ccc;
  border: 0px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group span {
  font-weight: bold;
  min-width: 195px;
  margin-bottom: 1rem;
}

.btn-light:hover {
  background-color: transparent !important;
  border: solid 0px #444 !important;
}

.sign-image {
  width: 100%;
  background-color: #fafafa;
  border: solid 1px #ccc;
  padding: 10px;
}

.sign-image img {
  width: 100%;
  height: 100px;
  max-height: 100px;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.new-app button {
  width: 50%;
}

.rtry-text {
  text-decoration: none;
  font-weight: bold;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

.login-card .log-head {
  text-align: center;
  color: #0079af;
  font-size: 22px;
  margin: 20px 0;
}

.login-card .otp-head {
  text-align: center;
  color: #0079af;
  font-size: 18px;
  margin: 20px 0;
}

.form-control,
.form-group .form-control {
  font-size: 13px;
  font-family: "lato";
  text-transform: uppercase;
  background-image: linear-gradient(#9c27b0, #9c27b0),
    linear-gradient(#d2d2d2, #d2d2d2);
  background-size: 0 0px, 100% 0px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  transition: background 0s ease-out;
  float: none;
  box-shadow: none;
  border-radius: 4px;
  outline: none;
  color: #0079af !important;
  height: 30px;
  margin-bottom: 0px;
}

th {
  background-color: #504e4f !important;
  color: #fff !important;
  padding: 5px 20px 5px 5px !important;
  font-size: 14px !important;
  border: none !important;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 400 !important;
  text-align: left !important;
  vertical-align: top;
  line-height: 16px;
  letter-spacing: 1px;
}

.badge {
  color: #fff !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 4px !important;
  font-size: 13px !important;
  border: 1px solid #d5d5d5;
  color: #111;
}

#globalTableBuckit.table.dataTable thead tr th,
#dashboardReport.table.dataTable thead tr th,
#myTable.table.dataTable thead tr th,
#myTable1.table.dataTable thead tr th,
#myTable2.table.dataTable thead tr th {
  vertical-align: top;
  line-height: 1;
}

#globalTableBuckit.table.dataTable tbody tr td,
#dashboardReport.table.dataTable tbody tr td,
#myTable.table.dataTable tbody tr td,
#myTable1.table.dataTable tbody tr td,
#myTable2.table.dataTable thead tr th {
  vertical-align: top;
  line-height: 1.1;
  min-height: 30px;
}

/* --------------------------data tables th and td width fixing css started-------------------------- */
.misReportCCAdmin .ccMISReport .table.dataTable thead tr th:nth-child(7),
#nicRmListBody.table.dataTable thead tr th:nth-child(4) {
  width: 160px;
  max-width: 160px;
  min-width: 158px;
}

#globalTableBuckit.table.dataTable thead tr th:nth-child(2),
#dashboardReport.table.dataTable thead tr th:nth-child(1),
#myTable.table.dataTable thead tr th:nth-child(2),
#myTable.table.dataTable thead tr th:nth-child(8),
.sig-pen-dt-resp #dashboardReport.table.dataTable thead tr th:nth-child(2),
#corpDetNic.table.dataTable thead tr th:nth-child(1),
#nicDashboardReport.table.dataTable thead tr th:nth-child(1),
#nicDashboardReport.table.dataTable thead tr th:nth-child(4),
.table.dataTable.ipvPenTable thead tr th:nth-child(1) {
  width: 128px;
  min-width: 126px;
  max-width: 128px;
}

.ccMISReport .table.dataTable thead tr th:nth-child(2),
.ccMISReport .table.dataTable thead tr th:nth-child(11) {
  width: 110px;
  min-width: 108px;
  max-width: 110px;
}

#globalTableBuckit.table.dataTable thead tr th:nth-child(6),
#globalTableBuckit.table.dataTable thead tr th:nth-child(8),
.sig-pen-dt-resp #dashboardReport.table.dataTable thead tr th:nth-child(11),
#nicRmListBody.table.dataTable thead tr th:nth-child(5) {
  width: 100px;
  min-width: 98px;
  max-width: 100px;
}

#myTable1.table.dataTable thead tr th:nth-child(3),
.ccMISReport .table.dataTable thead tr th:nth-child(4) {
  width: 95px;
  min-width: 93px;
  max-width: 95px;
}

#myTable1.table.dataTable thead tr th:nth-child(1),
#myTable1.table.dataTable thead tr th:nth-child(10),
#myTable2.table.dataTable thead tr th:nth-child(2),
#myTable2.table.dataTable thead tr th:nth-child(4),
#myTable2.table.dataTable thead tr th:nth-child(5),
#myTable2.table.dataTable thead tr th:nth-child(8),
#globalTableBuckit.table.dataTable thead tr th:nth-child(9),
#globalTableBuckit.table.dataTable thead tr th:nth-child(12),
#corpDetNic.table.dataTable thead tr th:nth-child(9),
.ccMISReport .table.dataTable thead tr th:nth-child(9) {
  width: 60px;
  min-width: 58px;
  max-width: 60px;
}

#dashboardReport.table.dataTable thead tr th:nth-child(11),
#myTable1.table.dataTable thead tr th:nth-child(9) {
  width: 62px;
  min-width: 60px;
  max-width: 62px;
}

#myTable2.table.dataTable thead tr th:nth-child(7) {
  width: 44px;
  min-width: 42px;
  max-width: 44px;
}

#globalTableBuckit.table.dataTable thead tr th:nth-child(1),
#myTable.table.dataTable thead tr th:nth-child(1),
.sig-pen-dt-resp #dashboardReport.table.dataTable thead tr th:nth-child(1) {
  width: 30px;
  min-width: 28px;
  max-width: 30px;
}

.ccMISReport .table.dataTable tbody tr td:nth-child(4) span,
.ccMISReport .table.dataTable tbody tr td:nth-child(7) {
  text-wrap: nowrap;
}

/* --------------------------data tables th and td width fixing css ends here-------------------------- */

#globalTableBuckit.table.dataTable thead tr th:nth-child(3),
#globalTableBuckit.table.dataTable thead tr th:nth-child(4),
#globalTableBuckit.table.dataTable thead tr th:nth-child(8),
#globalTableBuckit.table.dataTable thead tr th:nth-child(11),
#globalTableBuckit.table.dataTable thead tr th:nth-child(12),
#globalTableBuckit tbody tr td:nth-child(8),
#globalTableBuckit tbody tr td:nth-child(9),
#dashboardReport thead tr th:nth-child(6),
#dashboardReport thead tr th:nth-child(7),
#dashboardReport thead tr th:nth-child(10),
#myTable thead tr th:nth-child(4),
#myTable thead tr th:nth-child(11),
#myTable thead tr th:nth-child(12),
#myTable1 thead tr th:nth-child(3),
#myTable1 thead tr th:nth-child(6),
#myTable1 thead tr th:nth-child(8) {
  white-space: break-spaces;
}

#globalTableBuckit tbody tr td:nth-child(6),
#globalTableBuckit tbody tr td:nth-child(8),
#globalTableBuckit tbody tr td:nth-child(11),
#globalTableBuckit tbody tr td:nth-child(12),
#dashboardReport tbody tr td:nth-child(2),
#dashboardReport tbody tr td:nth-child(5),
#dashboardReport tbody tr td:nth-child(10),
#myTable tbody tr td:nth-child(8),
#myTable1 tbody tr td:nth-child(2),
#myTable1 tbody tr td:nth-child(3),
#myTable1 tbody tr td:nth-child(9),
#myTable1 tbody tr td:nth-child(10),
#myTable2 tbody tr td:nth-child(3),
#myTable2 tbody tr td:nth-child(6) {
  white-space: initial;
}

.table .btn {
  transition: none !important;
  box-shadow: none !important;
}

.table .btn-light {
  padding: 0 !important;
}

.table {
  border: 0px solid #ccc;
  width: 100% !important;
  table-layout: fixed;
  word-wrap: break-word;
}

table.dataTable.no-footer {
  border-bottom: 0px solid #ccc;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 10px;
  margin-top: 0px;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  background-image: url(../img/search.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding: 4px 8px 4px 32px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  float: right;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: lato-semibold;
  color: #626262;
  background-size: 28px 28px;
  border-radius: 3px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0px solid #111;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: #d7d7d7;
  border: 0px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #0079af;
  color: #fff !important;
  border: none !important;
  cursor: pointer;
  padding: 2px 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #0079af !important;
  color: #fff !important;
  border: 0px solid transparent;
}

.paginate_button {
  padding: 2px 10px !important;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
  font-size: 14px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #777777;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

table.dataTable.display>tbody>tr.odd>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1 {
  box-shadow: none !important;
}

table.dataTable.display>tbody>tr.even>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1 {
  box-shadow: none !important;
}

.dataTable tr:nth-child(even) {
  background-color: #fff !important;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: transparent;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #fff !important;
}

.btn-primary {
  background-color: #0079af !important;
  box-shadow: none !important;
}

.btn-mkck {
  padding: 0px !important;
  margin: 0px 2px !important;
  color: #f4f4f4;
  line-height: 20px;
}

.error {
  font-size: 12px;
  color: rgb(240, 0, 0);
}

#formFile-error {
  display: block;
  text-align: left;
  width: 100%;
  margin: 5px 0px 0px 20px;
}

.btn-reject {
  background-color: #0079af;
}

.btn-approve {
  background-color: #0079af;
}

.rej-app-wrapper {
  position: absolute;
  right: 250px;
  top: 4px;
  z-index: 1;
}

.form-control-otp,
.form-group .form-control-otp {
  width: 40px;
  height: 40px;
  border: solid 1px #ccc;
  box-shadow: none;
  border-radius: 5px !important;
  font-weight: 400;
  outline: none;
  text-align: center;
  color: #0079af;
}

.form-control-text,
.form-group .form-control-text {
  width: 100%;
  border: solid 1px #ccc;
  box-shadow: none;
  border-radius: 5px !important;
  font-weight: 400;
  color: #0079af;
  outline: none;
  padding: 5px 15px;
}

.form-select,
.form-group .form-select {
  border-bottom: solid 1px #ccc;
  background-color: transparent;
  transition: background 0s ease-out;
  float: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: 400;
  outline: none;
}

.form-select {
  color: #0079af;
  padding: 5px;
  font-size: 14px;
  border-radius: 4px;
  font-family: "lato";
  outline: none;
  height: 29.5px;
}

.form-select:focus {
  border-color: #86b6fe00;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}

.select2-container {
  color: #0079af;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
}

.select2-container .select2-selection {
  padding: 0px 0px 0px 5px !important;
}

.select2-results__option {
  padding: 2px 4px !important;
  text-transform: capitalize;
  line-height: 16px;
}

.select2-results__option--selectable {
  font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0px solid #aaa !important;
  padding: 2px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 45%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: unset !important;
  border-style: unset !important;
  border-width: unset !important;
  height: 12px !important;
  left: unset !important;
  margin-left: unset !important;
  margin-top: unset !important;
  top: 32% !important;
  right: 12px;
  width: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #e9ecef !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #e11717 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #656565 !important;
}

.select-acc .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 2.5em;
  padding-right: 2.5em;
  margin-bottom: 0.125rem;
  border: solid 1px #ccc;
  border-radius: 3px;
  margin-right: 5px;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  width: 100%;
  content: "+ Select XLS files";
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px dashed #0079af;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 600;
  color: #0079af;
  font-size: 20px;
  text-align: center;
  padding: 30px;
}

.custom-file-input:hover::before {
  border-color: black;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.form-label {
  font-family: lato;
  font-size: 14px;
  color: #606060;
  display: block;
  text-align: left;
  margin-bottom: 0px;
  padding: 0px;
  font-weight: normal;
  text-transform: unset;
  letter-spacing: 0.6px;
}

.form-label-head {
  color: #0079af;
  font-weight: 600;
  text-align: center;
  line-height: 0.5;
}

.form-label-head span {
  display: inline-block;
  position: relative;
}

.form-label-head span:before,
.form-label-head span:after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #0079af;
  top: 2px;
  width: 60px;
}

.form-label-head span:before {
  right: 100%;
  margin-right: 10px;
}

.form-label-head span:after {
  left: 100%;
  margin-left: 10px;
}

.form-title {
  background-color: #ffebf4;
  width: 100%;
  padding: 5px;
  border-radius: 3px 3px 0 0;
  border: solid 1px #ffc3dd;
  margin-bottom: 5px;
  color: #000;
}

.form-title2 {
  background-color: #fafafa;
  width: 100%;
  padding: 5px;
  border-radius: 0 0 3px 3px;
  border: solid 1px #ccc;
  margin-bottom: 5px;
  color: #000;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px;
}

.form-title3 {
  background-color: #0079af;
  width: 100%;
  padding: 5px;
  border-radius: 3px 3px 0 0;
  margin-bottom: 5px;
  color: #fff;
}

.form-border {
  border-bottom: solid 1px #ccc;
}

.search-box .form-control {
  border: solid 1px #ccc !important;
  border-bottom: none !important;
  padding: 8px !important;
}

.highlight-title {
  background-color: #0079af;
  padding: 2px 25px;
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
}

.highlight-title2 {
  background-color: #505050;
  padding: 2px 5px;
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.highlight-titleGrad {
  background-color: #505050;
  padding: 3.5px 7px;
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 100;
}

.modalHighlight-title {
  width: 100%;
  background-color: #0079af;
  padding: 5px 15px;
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
}

.nic-addcorpdtl-wrapper1 .highlight-titleGrad {
  font-size: 14px;
}

.sub-acc-type {
  border: solid 1px #d0d0d0;
  padding: 10px;
}

.divider {
  background-color: #0079af;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.acc-type {
  border: solid 1px #0079af;
  padding: 10px;
}

.acc-type input::placeholder {
  font-size: 12px;
  color: #9c9c9c;
  text-transform: capitalize;
}

.acc-type .datepicker::placeholder {
  text-transform: uppercase;
}

.ui-datepicker.ui-widget {
  width: 17.85em;
}

.tab button {
  background-color: #ccc;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 15px;
  border-right: 1px solid #d1d1d1;
  transition: 0.3s;
  font-size: 14px;
  font-weight: bold;
}

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

.tab button a {
  text-decoration: none;
  color: #000;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #fff;
  color: #0079af !important;
}

.tabcontent {
  display: none;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-top: none;
}

.input-group-text img {
  width: 12px;
}

/* table css  */

.list-form {
  border-collapse: collapse;
  width: 100%;
}

.list-form th {
  background-color: #ccc;
  color: #000;
  border-right: solid 1px #ccc;
}

.list-form td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 5px;
  font-size: 14px;
  color: #000;
}

.list-form .table-highlight {
  background-color: #0079af;
  color: #fff;
}

.list-form tr:nth-child(even) {
  background-color: #fafafa;
}

/* btn css  */

.btn:hover {
  background-color: #323232;
  color: #ffffff;
}

.btn:focus,
.btn:active,
.btn:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-default:hover {
  box-shadow: rgba(0, 0, 0, 0.45) 2px 3px 10px;
}

.confirm_btn {
  color: #fff;
  background: #0079af;
}

.upload_btn {
  color: #0079af;
  background: #c6c6c6;
}

.upload_btn:hover {
  color: #0079af;
  background: #c6c6c6;
}

.btn {
  border: none;
  border-radius: 4px;
  position: relative;
  padding: 7px 12px 5px;
  margin: 7px 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* footer css  */
#mainfooter {
  position: fixed;
  bottom: 0px;
  height: 33px;
}

.footer {
  position: relative;
  bottom: 20px;
  right: 0px;
  background: #505050;
  width: 100%;
  color: #ffffff;
  z-index: 4;
  text-align: right;
  margin-top: 60px;
  text-shadow: 0 0px 1px black;
}

.footer h5 {
  line-height: 23px;
  margin-bottom: 2px;
  margin-top: 5px;
  font-family: lato;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  width: 100%;
  padding-left: 15px;
}

.swal-text {
  font-size: 14px;
}

/* left menu mobile responsive css start-------------------- */

#hamburger {
  height: 24px;
  width: 28px;
  position: fixed;
  top: 56px;
  left: 2px;
  cursor: pointer;
  transition: all 0s ease;
  z-index: 1059;
  border-radius: 4px;
}

#hamburger.close {
  top: 6px;
  left: 194px;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #f0f0f0;
  border-radius: 10px;
  transition: all 0s ease;
}

#hamburger span:first-child {
  top: 4px;
}

#hamburger span:nth-child(2) {
  top: 10.5px;
}

#hamburger span:last-child {
  top: 17px;
}

#hamburger.close span:first-child {
  top: 1px;
  transform: translate(-10px, 10px) rotate(135deg);
  background: #0079af;
}

#hamburger.close span:nth-child(2) {
  opacity: 0;
  display: none;
}

#hamburger.close span:last-child {
  top: 1px;
  transform: translate(-10px, 10px) rotate(-135deg);
  background: #0079af;
}

#nav {
  height: calc(100vh - 96px);
  max-height: calc(100vh - 96px);
  width: 225px;
  z-index: 0;
  transform: translateX(0px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  display: none;
}

#nav.visible {
  transform: translateX(0);
  opacity: 1;
  z-index: 3;
  display: block;
}

.disabled-link {
  opacity: 0.25;
  /* cursor: not-allowed !important; */
  pointer-events: none;
}

#multipuleActionError .modal-header {
  padding: 0.5rem;
}

#multipuleActionError .modal-header h5 {
  margin-bottom: 0;
  font-size: 16px;
}

#multipuleActionError .modal-body {
  padding: 0.5rem;
  text-align: center;
}

#multipuleActionError .modal-body p {
  font-size: 14px;
  margin-bottom: 0;
}

#multipuleActionError .act-err-btn-wrap {
  text-align: center;
}

#multipuleActionError .btn {
  font-size: 14px;
  margin-bottom: 0;
  width: 100px;
}

.empId_lk {
  padding-left: 12px;
  color: #0079af;
  font-weight: 600;
  font-size: 14px;
}

/* left menu mobile responsive css ends ---------------------*/

@media only screen and (min-device-width: 1600px) and (max-device-width: 2000px) {
  .left-side-menu-fixers .navbar-brand {
    font-size: 18px;
  }

  .left-side-menu-fixers .accordion-body .navbar-brand {
    font-size: 15px;
  }

  .accordion-button {
    font-size: 18px;
  }
}

@media (max-width: 780px) {
  .tab {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .list-form {
    border-collapse: collapse;
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .select-acc .d-flex {
    display: block !important;
  }
}

.dataTables_wrapper thead tr th input[type="checkbox"] {
  margin-left: 15px;
}

.dataTables_wrapper tbody tr td input[type="checkbox"] {
  margin-top: 3px;
  opacity: 0.75;
}

.assign-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 10px;
  right: 250px;
  z-index: 1;
  border-radius: 8px;
}

.assign-wrap.pos-top {
  top: 0px;
}

.asign-select-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
  padding: 2px 0px 2px 10px;
}

.assign-wrap label {
  min-width: 150px;
  color: #0079af;
}

.assign-wrap select {
  padding: 0px 25px 0px 10px;
}

.assign-btn {
  padding: 7px 10px 3px 10px;
  margin: 0px;
  height: 29.5px;
}

.revoke-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 10px;
  right: 250px;
  z-index: 1;
}

.revoke-btn {
  padding: 7px 10px 3px 10px;
  margin: 0px;
  background-color: #0079af;
  color: #ffffff;
  box-shadow: none !important;
}

.revoke-btn:hover {
  background-color: #0079af;
  color: #f8f8f8;
}

.error-msg {
  display: block;
  color: #333333;
  border-radius: 4px;
  margin: 2px 0px 10px 0px;
  border: 2px solid rgba(222, 0, 0, 0.35);
  background-color: rgba(210, 55, 50, 0.15);
  width: 100%;
}

.success-msg {
  display: block;
  color: #333333;
  border-radius: 4px;
  margin: 5px 0px 5px 0px;
  border: 2px solid rgb(0 222 97 / 35%);
  background-color: rgb(0 221 96 / 15%);
  width: 100%;
}

.suc-head {
  color: #008b12;
  font-size: 18px;
  margin: 0px 10px 0px 40px;
  font-weight: 600;
}

.err-head {
  color: #0079af;
  font-size: 18px;
  margin: 0px 10px 0px 40px;
  font-weight: 600;
}

.err-img {
  padding: 0px 7px;
  background-color: #0079af;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 1px;
}

.suc-img {
  padding: 0px 7px;
  background-color: #0ab800;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 1px;
}

.err-img img,
.suc-img img {
  width: 12px;
}

.hideMsgClass {
  cursor: pointer;
  margin: 3px 6px;
  position: absolute;
  width: 12px;
  display: inline-block;
  right: 0;
  top: 3px;
}

.profile-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 165px);
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

#dashboardReport tbody tr td span {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  width: 120px;
}

.slct-cust .btn {
  border: 1px solid #0079af !important;
  margin-top: 4px !important;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}

.slct-cust .btn:hover {
  color: #323232;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}

.slct-cust .dropdown-menu {
  padding: 0rem;
  border: 1px solid rgb(0 0 0 / 30%);
  box-shadow: 1px 1px 12px rgb(0 0 0 / 25%);
  background-color: #0079af;
}

.slct-cust .bs-searchbox {
  padding: 0px 8px 4px 8px;
}

.slct-cust .bs-searchbox .form-control {
  padding-top: 0px 15px !important;
  border: 1px solid #9b9b9b !important;
  margin-top: 6px;
  background-image: linear-gradient(#9b27b000, #9b27b000),
    linear-gradient(#d2d2d200, #d2d2d200);
  height: 30px;
  background-color: #ffffff;
  border-radius: 8px !important;
}

.slct-cust .dropdown-item {
  color: #ffffff;
}

.slct-cust .dropdown-item:focus,
.slct-cust .dropdown-item:hover {
  background-color: #e0e0e0;
  color: #0079af;
}

.slct-cust .bootstrap-select .dropdown-menu li {
  border-bottom: 1px solid rgb(179, 179, 179);
}

.corp-detail-wrapper .modal-header,
.nicOcrDataModal .modal-header {
  background-color: #0079af;
}

.corp-detail-wrapper button.close,
.nicOcrDataModal button.close {
  width: 35px;
  height: 35px;
  border: 3px solid #0079af;
  color: #0079af;
  position: absolute;
  top: -14px;
  right: -14px;
  border-radius: 50%;
}

.corp-detail-wrap p {
  margin-bottom: 0px;
  color: #383838;
}

.corp-detail-wrap h4 {
  font-size: 16px;
  color: #ffffff;
  padding: 2px 8px;
  background-color: #505050;
  margin-bottom: 0;
}

.ses-wrap .modal-header {
  padding: 0.25rem 1rem;
  background-color: #0079af;
  color: #fefefe;
  text-transform: uppercase;
}

.ses-wrap .modal-header h5 {
  font-size: 16px;
}

.ses-wrap h4 {
  font-size: 16px;
  margin-top: 20px;
  color: rgba(231, 0, 0, 0.8);
  letter-spacing: 1.25px;
  background-color: transparent !important;
  text-align: center;
}

.session-button {
  min-width: 100px;
}

.ses-wrap .base-timer__label {
  font-size: 30px;
}

.fill-off-data .modal-header {
  background-color: #0079af;
}

.fill-off-data button.close {
  width: 35px;
  height: 35px;
  border: 3px solid #0079af;
  color: #0079af;
  position: absolute;
  top: -14px;
  right: -14px;
}

.fill-off-data .modal-title-head {
  color: #ffffff;
  background-color: #505050;
  padding: 2px 15px !important;
}

.fill-off-data .modal-title-data {
  font-size: 16px;
}

.alt-tab-design {
  margin: 0px 0px;
  border: 1px solid #c9c9c9;
}

.crd-sep::after {
  content: "";
  position: absolute;
  display: block;
  border-right: 1px solid rgb(175 171 171 / 75%);
  height: 100%;
  top: 0;
  right: 0;
  padding: 10px 0px;
  margin-right: 0px;
}

.crp-crd-dtl-wrap.bg-1 {
  background-color: #f0f0f0;
}

.crp-crd-dtl-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #d7d0d0;
}

.form-label-heading {
  min-width: 190px;
  font-weight: 600 !important;
  border-right: 1px solid rgba(151, 20, 77, 0.4);
  padding: 4px 8px !important;
}

.form-label-heading-new {
  min-width: 190px;
  font-weight: 600 !important;
  padding: 4px 8px !important;
}

.form-label-data {
  color: #0079af !important;
  margin-left: 4px;
  padding: 4px 8px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.form-label-data-new {
  color: #0079af !important;
  margin-left: 2px;
}

.add-emp-btn-wrap {
  position: absolute;
  right: 250px;
  top: 4px;
  z-index: 1;
}

.add-emp-btn-wrap .btn.btn-bergandy {
  padding: 5px 10px;
}

.rejectedStatusBtn {
  background: #0079af;
  background: linear-gradient(90deg, rgb(210 78 136) 0%, rgb(136 8 64) 100%);
  color: #f2f2f2;
  padding: 2px 6px;
}

/* user documents css started---------------------------- */

.info-wrap {
  position: absolute;
  right: 10px;
  top: -2px;
  z-index: 1;
}

.document-upload-wrapper {
  margin-bottom: 20px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 12px;
}

.document-upload-wrapper .form-control {
  padding: 4px 8px;
}

.document-upload-wrapper .form-control::placeholder {
  font-size: 12px;
  color: #b0b0b0;
  text-transform: capitalize;
}

.doc-cutom {
  padding: 2px 2px 0px 2px;
  text-align: center;
  border: 0px solid #000;
  background-color: rgb(64, 64, 64);
  min-height: unset;
  display: block;
}

.doc-cutom input[type="file"] {
  box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  height: 31.8px;
  padding: 0px;
}

.doc-cutom input[type="text"] {
  border-radius: 5px;
  padding: 4.35px 15px;
  border: 1px solid #c2c2c2;
  width: 100%;
  min-width: 180px;
  max-width: 180px;
}

.doc-cutom input.error {
  width: 100%;
  min-width: 180px;
  max-width: 180px;
}

.doc-cutom span {
  font-size: 12px;
  color: #f3f3f3;
  text-transform: uppercase;
}

.doc-cutom input.error {
  font-size: 14px;
}

.doc-cutom label.error {
  font-size: 12px;
  display: block;
}

.doc-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}

.doc-scroll .drop-container:hover {
  background: transparent;
  border-color: transparent;
}

.doc-close {
  position: absolute;
  right: 24px;
  top: 130px;
  font-size: 20px;
}

.doc-scr-wrap {
  border: 1px solid #c8c8c8;
  padding: 5px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.doc-scr-wrap .title h3 {
  font-size: 18px;
  color: #0079af;
  font-weight: 600;
  margin-bottom: 0;
}

.doc-scr-wrap .w-50:first-child {
  border-right: 1px solid rgb(173, 173, 173);
}

.doc-img-tmb {
  min-width: 84px;
  width: 84px;
  max-width: 84px;
  height: 65px;
  max-height: 65px;
  border: 1px dashed #a0a0a0;
  border-radius: 2px;
  padding: 2px;
}

#PANVerify {
  padding: 5.25px 4px 5.25px 4px;
  position: absolute;
  right: 0;
  top: 0px;
  margin-right: 0px;
}

.PANVerify {
  padding: 5.25px 4px 5.25px 4px;
  position: absolute;
  right: 0;
  top: 0px;
  margin-right: 0px;
}

#panVerifyIcon {
  position: absolute;
  right: 4px;
  top: 3px;
}

/* user documents css ends------------------------------- */

/* activity log css started------------------------------ */
.search-btn {
  border: 0px solid #000;
  box-shadow: 0px 0px 0px #00000000;
  background-color: transparent;
  position: absolute;
  bottom: -2px;
  right: 12px;
  padding: 4px;
  margin: 0;
}

.search-btn i {
  font-size: 20px;
  color: #0079af;
  font-weight: 600;
}

.search-btn:hover,
.search-btn:focus {
  background-color: transparent;
  opacity: 0.75;
  border: 0px solid #000;
  box-shadow: 0px 0px 0px #00000000;
}

.act-log-wrapper input::placeholder {
  color: #cbcbcb;
}

.act-log-wrapper .form-control {
  border: 1px solid #a0a0a0 !important;
  border-radius: 4px !important;
  background-size: 0 0px, 100% 0px;
  padding: 6px 24px 6px 12px !important;
}

.act-log-wrapper label {
  color: #404040;
  font-weight: 600;
}

.act-log-data h6 {
  font-weight: 600;
  color: #0079af;
  font-size: 14px;
}

.act-log-data p {
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 16px;
}

#moretext,
#moretext1,
#moretext2 {
  display: none;
}

.moreless-button {
  padding: 0px;
  color: #0079af;
  margin: 0px 2px;
  margin-top: -4px;
  text-transform: capitalize;
  box-shadow: 0px 0px 0px #0000005c;
  border: 0px solid #000000;
  text-decoration: underline;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  font-size: 12px;
  display: block;
  height: 14px;
}

.moreless-button:hover,
.moreless-button:focus,
.moreless-button:active,
.moreless-button:active:focus {
  box-shadow: 0px 0px 0px #0000005c;
  border: 0px solid #000000;
  background-color: transparent;
  opacity: 0.75;
  color: #0079af;
  text-decoration: underline;
}

.act-log-tbl {
  padding: 10px 20px;
  display: table;
}

.act-log-tbl tr:nth-child(even) {
  background-color: #ededed !important;
}

.act-log-tbl tr:last-child {
  border-bottom: 2px solid #c4c4c4 !important;
}

.act-log-tbl tr th {
  background-color: #585858 !important;
  padding: 2px 4px !important;
  font-weight: 500;
}

.act-log-tbl tr th:nth-child(1) {
  min-width: 80px;
  max-width: 160px;
  width: 160px;
}

.act-log-tbl tr th:nth-child(4) {
  min-width: 200px;
  max-width: 600px;
  width: 600px;
}

.act-log-tbl tr td {
  color: #4b4b4b !important;
  padding: 2px 4px !important;
  line-height: 20px;
  border-bottom-width: 0px;
}

.act-log-tbl tr td {
  border-left: 2px solid #e2e2e2 !important;
  border-right: 2px solid #e2e2e2 !important;
}

.act-log-tbl tr td:nth-child(1) {
  white-space: nowrap;
}

.act-log-tbl tr td:nth-child(4) {
  line-height: 1;
}

.act-log-tbl tr td span {
  font-size: 14px;
}

.act-aud-datetime {
  color: #0079af;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
}

/* activity log css ends--------------------------------- */

@media (min-width: 576px) {
  #rejectedDetailModal .modal-dialog {
    max-width: 60%;
  }

  #infoEmpModal .modal-dialog {
    max-width: 90%;
  }

  #OcrDataModal .modal-dialog {
    max-width: 80%;
  }

  .nicOcrDataModal .modal-dialog {
    max-width: 60%;
  }
}

@media (min-width: 767.98px) {
  #OcrDataModal .modal-dialog {
    max-width: 60%;
  }
}

.rej-com-wrap {
  margin: 8px 16px;
  padding: 10px 15px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 40%);
  border-radius: 5px;
  transition: all 0.2s ease-in;
}

.rej-com-wrap.rej-com-wrap-ext {
  margin: 24px 16px 0px 16px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 65%);
  padding: 2px 4px;
}

.numbering {
  margin-right: 15px;
  font-size: 14px;
  color: #ffffff;
  background-color: #626262;
  padding: 0px 7px;
  border-radius: 50%;
}

.numbering-1 {
  width: 22px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}

.rjt-stat-lk {
  color: #ffffff;
  background-color: red;
  padding: 4px 8px;
  border-radius: 12px;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 35%);
}

.app-stat-lk {
  color: #ffffff;
  background-color: #228b22;
  padding: 4px 8px;
  border-radius: 12px;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 35%);
}

.numbering-sub {
  margin-right: 15px;
  font-size: 14px;
  color: #0079af;
}

.rej-data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #0000001f;
  padding: 4px 10px;
  border-radius: 4px;
}

.rej-data.rej-data-ext {
  cursor: pointer;
  position: relative;
}

.rejcomarrow {
  position: absolute;
  right: 6px;
  width: 12px;
  height: 14px;
}

.rej-inf-wrapper {
  background: #0000001f;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  width: 95%;
}

.rej-data h6 {
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
}

.rej-data p {
  color: #3e3e3e;
  font-size: 14px;
  margin-left: 5px;
}

.comment-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 10px 0px 0px 40px;
  border-bottom: 1px solid rgb(204 204 204);
}

.comment-wrapper.comment-wrapper-ext {
  margin: 0px 25px;
  padding: 5px 0px;
  align-items: baseline;
}

.comment-wrapper.comment-wrapper-ext h6 {
  font-size: 14px;
  color: #0079af;
}

.comment-wrapper.comment-wrapper-ext b {
  margin-left: 15px;
  font-size: 14px;
}

.comment-wrapper.comment-wrapper-ext .rejFnlCmt {
  font-size: 14px;
  color: #0079af;
}

.comment-wrapper.comment-wrapper-ext1 {
  margin: 5px 5px 5px 10px;
}

.comment-wrapper:last-child {
  border-bottom: 0px solid rgb(166, 166, 166);
}

.rejRemBox {
  border: 1px solid rgb(204 204 204);
  margin: 0 15px;
}

.large-content {
  margin-bottom: 12px;
}

.large-content h6 {
  font-size: 14px;
  color: #0079af;
}

.mor-les-button {
  background-color: #0079af;
  color: #ffffff;
  border: 1px solid #910441;
  border-radius: 4px;
  margin-top: 12px;
}

.swal-modal {
  width: 400px;
}

.swal-icon:first-child {
  margin-top: 16px;
  margin-bottom: 16px;
}

.swal-title:not(:last-child) {
  margin-bottom: 10px;
}

.swal-footer {
  text-align: center;
  margin-top: 4px;
  padding: 6px 16px;
}

.swal-footer .swal-button {
  background-color: #0079af;
  font-weight: 500;
}

.swal-icon--success__ring {
  box-shadow: 0px 0px 8px rgb(0 0 0 / 55%);
}

.swal-title {
  font-size: 22px;
  padding: 0px 16px;
}

.swal-overlay--show-modal .swal-modal {
  box-shadow: 1px 1px 10px rgb(0 0 0 / 50%);
}

.swal-button:not([disabled]):hover {
  background-color: rgba(151, 20, 77, 0.8);
}

/* warning--------- */

.swal-icon--warning__body {
  width: 5px;
  height: 28px;
}

.swal-button--cancel {
  color: #676767;
  background-color: #d6d6d6 !important;
}

.swal-button--cancel:focus {
  box-shadow: 0 0 0 0px #fff, 0 0 0 0px rgba(116, 136, 150, 0.29);
}

.swal-icon--warning {
  box-shadow: 0px 0px 8px rgb(0 0 0 / 55%);
}

.g-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.g-wrap .g-wrap-content {
  margin: 0px 10px;
}

.delete-popup h3 {
  font-size: 24px;
  font-weight: 700;
  color: #0079af;
  text-align: center;
}

.delete-popup p {
  font-size: 16px;
  color: rgb(81, 81, 81);
  text-align: center;
}

.pop-pri,
.pop-sec {
  min-width: 150px;
}

#deleteCorpDetailsModal .modal-body {
  padding: 2rem 1rem;
}

.badge {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 12px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  text-decoration: none;
}

#deleteCorporateMsg {
  position: absolute;
  width: 80%;
  left: 1.25rem;
  top: 33px;
}

.AssginAuthForm-wrapper {
  position: absolute;
  right: 230px;
  top: 34.5px;
  z-index: 1;
}

.AssginAuthForm-wrapper .bootstrap-select {
  min-width: 280px;
}

.AssginAuthForm-wrapper .slct-cust .btn {
  margin-top: 0px !important;
  height: 30px;
}

.chk-ctr tbody tr td:first-child {
  text-align: center !important;
}

#OcrDataModal button.close {
  width: 35px;
  height: 35px;
  border: 3px solid #0079af;
  color: #0079af;
  position: absolute;
  top: -14px;
  right: -14px;
  border-radius: 50%;
}

#OcrDataModal .modal-header {
  background-color: #0079af;
}

#OcrDataModal h5 {
  font-size: 16px;
  background-color: #0079af;
  color: #ffffff;
  padding: 2px 8px;
  margin: 0px 8px;
  border-radius: 4px;
}

#OcrDataModal select,
#OcrDataModal select:hover,
#OcrDataModal select:focus {
  border: 1px solid #ced4da;
  border-radius: 4px;
}

#OcrDataModal .form-label {
  font-weight: 600;
}

#authsignbyCorp-error {
  position: absolute;
  bottom: 26px;
  left: 0;
}

.corp-list-err-wrapper {
  position: absolute;
  left: 310px;
  top: 28px;
  width: 56%;
  z-index: 1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  background-color: #0079af !important;
  color: #ffffff !important;
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
  border: 0px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  background-color: #0079af !important;
  color: #ffffff !important;
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  border: 0px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  background-color: rgb(175, 29, 92) !important;
  border: 0px solid #0079af !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled {
  background-color: #bababa !important;
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
  border: 0px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
  background-color: #bababa !important;
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  border: 0px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover {
  background-color: #d7d7d7 !important;
}

.dataTables_wrapper .dataTables_filter {
  line-height: 10px;
}

/* ----------aadhaar card css started ------------- */

.section-aadhaar .card-aadhaar {
  width: 100%;
  min-width: 440px;
  max-width: 450px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.74);
  color: #383838;
  padding: 2px 8px;
  text-align: center;
  border-radius: 16px;
}

.section-aadhaar .card-aadhaar .aadhaar-header img {
  height: 54px;
}

.section-aadhaar .card-aadhaar .aadhaar-center {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 10px;
  position: relative;
}

.section-aadhaar .card-aadhaar .aadhaar-center .hold-img {
  width: 120px;
  height: 130px;
  border-radius: 5px;
}

.section-aadhaar .card-aadhaar .aadhaar-center .aadhaar-center-data {
  text-align: left;
  margin-left: 10px;
}

.section-aadhaar .card-aadhaar .aadhaar-center .aadhaar-center-data h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #474747;
}

.section-aadhaar .card-aadhaar .aadhaar-bottom .aadhaar-no {
  text-align: center;
  background-color: transparent;
  color: #494949;
  font-weight: 700;
  margin: 16px 0px 12px 0px;
  border-bottom: 3px solid red;
}

.section-aadhaar .card-aadhaar .aadhaar-bottom .aadhaar-punch {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 2px;
}

.section-aadhaar .card-aadhaar .aadhaar-bottom .aadhaar-punch span {
  color: #ff0000;
}

/* ----------aadhaar card css ends------------- */

.add-more-dir-wrap {
  position: absolute;
  top: 29px;
  right: 0rem;
}

.add-more-dir-wrap .btn {
  padding: 6px 12px;
  margin: 0.25px 10px;
}

.add-more-dir-wrap a {
  margin: 0 !important;
  height: 30px;
}

.remove_btn {
  margin-top: 18px;
  margin-right: -603px;
}

.remove_btn i {
  width: 13px;
}

.pan-very-wrap {
  position: relative;
}

#corpDetNic.table.dataTable tbody tr td:nth-child(9) {
  text-align: left !important;
}

.corpDetNic tbody tr td:nth-child(6) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.switchCorpAdmin {
  position: absolute;
  top: -27.5px;
  right: 6px;
  min-width: 245px;
  max-width: 250px;
  z-index: 9;
}

.switchCorpAdmin.switchCorpAdmin_profile {
  top: -36px;
  right: -9px;
}

.switchCorpAdmin.switchCorpAdmin_profileTop {
  top: 1px;
  right: 8px;
}

.nic-addcorpdtl-wrapper .switchCorpAdmin.switchCorpAdmin_profileTop .confirm_btn {
  margin: 3px 10px 0px;
}

.switchCorpAdmin select {
  min-width: 225px;
  max-width: 230px;
  height: 26px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #eeeeee;
  color: #0079af;
  border: 2px solid #0079af;
  text-transform: capitalize;
}

#nicCorphistoryId {
  margin-bottom: 20px;
}

.switchCorpAdmin.switchRmLoginWrap {
  min-width: 325px;
  max-width: 330px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.switchCorpAdmin.switchRmLoginWrap .form-label-heading {
  min-width: 80px;
  color: #fefefe;
}

.actErrWrapperModal .modal-body {
  padding: 0.5rem 0.25rem;
}

.modal.actErrWrapperModal.show .modal-dialog {
  transform: translate(-50%, -50%);
}

.modal.actErrWrapperModal .modal-dialog {
  margin: 0;
  left: 50%;
  top: 50%;
}

.actErrWrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.actErrWrapper img {
  margin: 2px 4px 0px 0px;
}

.actErrWrapper p {
  margin-bottom: 0px;
  line-height: 18px;
  font-size: 14px;
}

.act-err-btn-wrap {
  text-align: center;
}

.act-err-btn-wrap button {
  padding: 4px 8px;
}

.global_table.rmInfoList .table tbody tr td:nth-child(11) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.navbar {
  box-shadow: 0 5px 5px #ababab;
  padding: 10px 50px;
  margin-bottom: 20px;
}

/* ----------responsiveness start here------------------------------------------------------------------- */

@media screen and (min-width: 1920px) and (max-width: 2500px) {
  .header-axis-image {
    height: 100px;
  }
}

@media screen and (min-width: 1550px) and (max-width: 1919.98px) {
  .header-axis-image {
    height: 95px;
  }
}

@media screen and (max-width: 1920px) {
  .revoke-btn-wrap.revkBtnCpuAdm .btn.btn-bergandy {
    padding: 4px 12px !important;
    margin: 0px 10px;
  }
}

@media screen and (max-width: 1599.98px) {
  .left-side-menu-fixers .accordion-body .navbar-brand {
    font-size: 13px;
  }
}

@media screen and (max-width: 1549.98px) {
  .header-axis-image {
    width: 80px;
  }

  .mt-105 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 1399.98px) {
  th {
    font-size: 12px !important;
  }

  table.dataTable tbody th,
  table.dataTable tbody td {
    font-size: 12px !important;
  }

  #myTable.table.dataTable thead tr th:nth-child(2) {
    width: 120px;
    min-width: 118px;
    max-width: 120px;
  }

  #nicDashboardReport.table {
    display: block;
  }
}

@media screen and (max-width: 1299.98px) {
  #globalTableBuckit.table {
    display: block;
  }

  .act-log-tbl tr th:nth-child(4) {
    max-width: 400px;
    width: 400px;
  }

  .px-rem-20 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
}

@media screen and (max-width: 1199.98px) {
  .header-axis-image {
    height: 55px;
  }

  .mt-105 {
    margin-top: 82px;
  }

  .left-side-menu-fixers .accordion-button {
    padding: 4.5px 6px;
  }

  #infoModal .modal-dialog {
    max-width: 98%;
  }

  .px-rem-20 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .accordion-button {
    font-size: 14px;
  }

  .act-aud-datetime,
  .act-log-tbl tr td span {
    font-size: 12px;
  }

  .inf-dt-resp .table {
    display: block;
  }

  #myTable.table {
    display: block;
  }

  #myTable1.table {
    display: block;
  }

  .act-aud-datetime {
    white-space: break-spaces;
  }

  .sig-pen-dt-resp #dashboardReport.table {
    display: block;
  }

  .pen-dt-resp #dashboardReport.table {
    display: block;
  }

  .ap-dt-resp #dashboardReport.table {
    display: block;
  }

  .rej-dt-resp #dashboardReport.table {
    display: block;
  }

  .cpu-global-list-wrapper #nicGlobalBucket.table {
    display: block;
  }

  #corpDetNic.table {
    display: block;
  }

  .infoEmpModal .form-label-heading,
  .infoModal .form-label-heading {
    width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 990.98px) {
  .accordion-button {
    font-size: 12px;
  }

  .left-side-menu-fixers .accordion-button {
    padding: 2.5px 5px;
  }

  .left-side-menu-fixers .navbar-brand {
    font-size: 12px;
  }

  .left-side-menu-fixers .accordion-body .navbar-brand {
    padding: 3px 3px 3px 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 991.98px) {
  .form-label-data {
    font-size: 12px;
  }

  .login-card h4 {
    text-align: center;
    font-size: 14px;
    padding: 2px 5px 0px 5px;
  }

  .pl-10 {
    padding-left: 5px !important;
  }

  #infoEmpModal .crd-sep::after {
    border-right: 0px solid rgb(175 171 171 / 75%);
  }

  #infoEmpModal .respo-info-left-data {
    padding-right: 12px !important;
  }

  #infoEmpModal .respo-info-right-data {
    padding-left: 12px !important;
  }

  #infoModal .respo-info-left-data {
    padding-right: 12px !important;
  }

  #infoModal .respo-info-right-data {
    padding-left: 12px !important;
  }

  #infoModal .crd-sep::after {
    border-right: 0px solid rgb(175 171 171 / 75%);
  }

  .px-rem-20 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .act-log-tbl tr th:nth-child(1) {
    min-width: 80px;
    max-width: 130px;
    width: 130px;
  }

  .act-log-tbl tr th:nth-child(4) {
    max-width: 300px;
    width: 300px;
  }

  #nav.visible {
    top: 0px;
    height: 100vh;
    max-height: 100vh;
  }

  .left-panel {
    left: 0px;
  }

  .left-panel.left-side-menu-fixers.ls-menu-sbar-responsive .container-fluid {
    display: block;
  }

  .table.ipvPenTable {
    display: block;
  }

  #hamburger {
    top: 16px;
    left: 4px;
  }

  /*------------ overlay slide right css start here-------------- */
  .sidemenuOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    display: none;
    top: 0;
    left: 0;
    z-index: 3;
    transition: all 1s ease-in-out;
  }

  .ovrdisp {
    display: block;
  }

  .slide-rightt {
    width: 100%;
  }

  .slide-rightt {
    animation: 0.75s slide-rightt;
  }

  @keyframes slide-rightt {
    from {
      margin-left: -100%;
    }

    to {
      margin-left: 0%;
    }
  }

  /* --------------overlay slide right css endss here-------------- */
}

@media screen and (max-width: 767.98px) {
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0em;
  }

  .dataTables_wrapper .dataTables_info {
    float: unset;
    padding-top: 0.25em;
    font-size: 12px;
    line-height: 14px;
  }

  .user-profile {
    margin: 0px 5px;
  }

  .respo-info-left-data {
    padding-right: 12px !important;
  }

  .respo-info-right-data {
    padding-left: 12px !important;
  }

  .crd-sep::after {
    border-right: 0px solid rgb(175 171 171 / 75%);
  }

  .form-label-heading {
    min-width: 95px;
    width: 95px;
  }

  .infoModal .form-label-heading {
    min-width: 110px;
    width: 110px;
    font-size: 12px;
    padding: 4px 2px !important;
  }

  .form-label-data {
    word-break: break-all;
    padding: 4px 0px !important;
  }

  .corp-detail-wrap h4 {
    font-size: 14px;
  }

  .px-rem-20 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .drop-title {
    font-size: 14px;
  }

  .drop-container input[type="file"] {
    font-size: 12px;
    padding: 5px 16px 5px 5px;
  }

  .drop-container {
    padding: 5px 5px;
  }

  .doc-close {
    right: 8px;
    top: 124px;
  }

  .act-log-tbl tr th:nth-child(4) {
    max-width: 250px;
    width: 250px;
  }

  .act-log-wrapper .form-label {
    font-size: 12px;
  }

  .act-log-wrapper .form-control {
    height: 24px;
  }

  .act-log-wrapper .form-control::placeholder {
    font-size: 12px;
    text-transform: capitalize;
  }

  .search-btn {
    bottom: -4px;
  }

  .search-btn i {
    font-size: 18px;
  }

  #myTable2.table {
    display: block;
  }

  .assign-wrap {
    justify-content: center;
    position: relative;
    top: 4px;
    right: unset;
  }

  .select2-container--default .select2-selection--single {
    font-size: 12px !important;
  }

  .header-axis-image-mobile {
    height: 60px;
  }

  #hamburger {
    top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .add-emp-btn-wrap {
    right: unset;
    top: 5px;
    left: 4%;
    transform: translateX(-4%);
  }

  .revoke-btn-wrap {
    right: unset;
    top: 10px;
    left: 8%;
    transform: translateX(-8%);
  }

  .add-emp-btn-wrap .btn {
    padding: 2px 6px;
    margin: 4px 8px;
    font-size: 12px;
    width: 110px;
    line-height: 1.15;
  }

  .dataTables_wrapper .dataTables_filter {
    text-align: right;
    margin-top: 0px;
  }

  .dataTables_wrapper .dataTables_filter input {
    margin-left: 0px;
    width: 80%;
  }
}

@media screen and (max-width: 575.98px) {
  .header-axis-image-mobile {
    height: 45px;
  }

  .paginate_button {
    padding: 2px 6px !important;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 1em;
    font-size: 0.75rem;
    margin-left: 1px;
  }

  #OcrDataModal .modal-dialog {
    margin: 0.5rem auto;
  }

  #hamburger {
    top: 12px;
  }

  #hamburger.close {
    top: 2px;
  }

  .mt-105 {
    margin-top: 50px;
  }

  .corp-detail-wrapper button.close {
    top: -8px;
    right: -8px;
  }

  #infoEmpModal .form-label-heading {
    min-width: 120px;
    width: 120px;
    padding: 4px 4px !important;
    font-size: 12px;
  }

  .rej-com-wrap {
    margin: 4px 4px;
    padding: 0px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
    font-size: 12px;
  }

  .rej-com-wrap.rej-com-wrap-ext {
    margin: 10px 5px 0px 5px;
  }

  .rejRemBox {
    margin: 0 5px;
  }

  .comment-wrapper.comment-wrapper-ext {
    margin: 0px 5px;
  }

  .comment-wrapper.comment-wrapper-ext h6 {
    font-size: 12px;
  }

  .rej-data {
    padding: 4px;
  }

  .rej-data p {
    font-size: 12px;
    line-height: 22px;
  }

  .numbering {
    margin-right: 2px;
  }

  .app-stat-lk,
  .rjt-stat-lk {
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
    padding: 1px 4px 3px;
  }

  .comment-wrapper {
    margin: 10px 0px 0px 20px;
    font-size: 12px;
  }

  .large-content h6 {
    font-size: 12px;
  }

  .numbering-sub {
    margin-right: 5px;
    font-size: 12px;
  }

  .large-content {
    margin-bottom: 4px;
  }

  .btn-resp {
    padding: 5px 10px 3px;
  }

  .btn-resp img {
    margin-top: -4px;
  }

  .footer h5 {
    padding-left: 0px;
  }

  .asign-select-wrap {
    display: flex;
    padding: 0px;
  }

  .assign-wrap {
    top: 0px;
    margin: 8px 8px 4px;
    justify-content: space-between;
    background-color: #ebebeb;
    padding: 4px;
    border-radius: 2px;
    box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 35%);
  }

  .assign-wrap label {
    min-width: 80px;
    line-height: 16px;
  }

  .assign-wrap select {
    padding: 0px 14px 0px 4px;
    background-position: right 0rem center;
    background-color: #ffffff;
  }

  .assign-btn {
    margin-top: 0px;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
  }

  .act-log-tbl {
    padding: 5px 0px;
    display: block;
  }

  .rej-app-wrapper {
    position: relative;
    right: 0px;
    text-align: center;
  }

  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .user-profile {
    margin: 25px 0px 10px;
  }

  .infoEmpModal .imeResp,
  .infoModal .infModResp {
    padding-left: 5px;
    padding-right: 5px;
  }

  .switchCorpAdmin.switchCorpAdmin_profileTop {
    top: -24px;
    right: 0px;
    min-width: 180px;
  }

  .nic-addcorpdtl-wrapper .switchCorpAdmin.switchCorpAdmin_profileTop .confirm_btn {
    min-width: 180px;
    height: 22px;
    font-size: 14px;
    margin: 0px;
  }

  .dataTables_wrapper .dataTables_filter label {
    display: block;
    margin-top: 5px;
  }

  .comment-wrapper.comment-wrapper-ext h6 {
    font-size: 12px;
  }

  #nicCorphistoryId {
    margin-bottom: 10px;
  }

  .login-card {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 383.98px) {
  .footer h5 {
    line-height: 15px;
  }

  #mainfooter {
    height: 38px;
  }
}

.corp-edit-btn {
  position: absolute;
  top: -4px;
  right: 2rem;
}

.corp-edit-btn a {
  background-color: #f0f0f0;
  color: #303030;
  font-weight: 700;
  padding: 4px 15px 1.5px 15px;
  -webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.55);
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.55);
}