@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
  height: 100vh;
}

/* .login-wrapper {
  background: url(../images/login-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100vh;
} */

.btn-close:hover,
.btn-close:active,
.btn-close:focus,
.btn-close:visited,
.btn-close:focus-visible,
.btn-close:first-child:active {
  background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat !important;
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
  flex-basis: 0;
  flex-grow: unset !important;
  width: auto;
  text-align: center;
}

.nav-link {
  display: inline;
  white-space: nowrap;
}

.main-tabs .nav-link.active,
.main-tabs .show>.nav-link {
  border-radius: 50px;
  background: #72C5D7;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;

}

.main-tabs .nav-link {
  border: 2px solid #72C5D7;
  color: #72C5D7;
  border-radius: 50px;
  margin-right: 10px;
  font-weight: 500;

}

.main-content {
  margin-top: 25px;
}

/* .........General Table starts here............ */

/* Sort Option */
.thead-con {
  display: flex;
}

.f-icon {
  float: right;
  display: grid;
}

.f-icon i {
  font-size: 9px;
  line-height: 8px;
  cursor: pointer;
}

i:active {
  color: #dddddd;
}

.sorted {
  color: red;
}

.unsorted {
  color: black;
}

.main {
  border-radius: 10px;
  background: #fff;
  box-shadow: 1px 1px 2px 0px rgba(10, 144, 164, 0.15);
  margin-bottom: 15px;
  margin-top: 24px;
}

.db-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.table-head-item {
  display: flex;
  align-items: center;
}

.table-head-item .btmfil1 {
  margin-right: 10px;
}

.btmfil1 p {
  margin-bottom: 0px;
}

.btmfil2 p {
  margin-bottom: 0px;
}

.db-table table thead th {
  border-radius: 0;
  color: #2C2A2A;
  font-style: normal;
  font-weight: 500;
  border-top-width: 1px;
  min-width: 170px;
  font-size: 14px;
}

select.form-select {
  font-size: 14px;
}

.db-search input {
  border-radius: 5px;
  border: 1px solid #e1e6ef;
  background: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(38, 51, 77, 0.03);
  padding: 6px 10px 5px 35px;
  outline: 0;
}

.db-search {
  position: relative;
}

.db-search button {
  background: unset;
  border: 0;
  position: absolute;
  left: 9px;
  top: 11px;
  color: #b4b2b6;
}

.db-table table tbody td {
  color: #6C6C6C;
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
}

.db-table thead {
  display: block;
}

.db-table table {
  margin: 0;
}

.db-table tbody {
  height: calc(100vh - 340px);
  height: -moz-calc(100vh - 340px);
  height: -webkit-calc(100vh - 340px);
  overflow-y: auto;
  display: block;
  overflow-x: hidden;
}

.db-table table thead th:first-child,
.db-table table tbody td:first-child {
  padding-left: 20px;
  min-width: 75px;
}

.db-table table thead th:nth-child(2),
.db-table table tbody td:nth-child(2) {
  min-width: 230px;
}

.db-table table thead th:nth-child(3),
.db-table table tbody td:nth-child(3) {
  min-width: 200px;
}

.db-table table thead th:nth-child(4),
.db-table table tbody td:nth-child(4) {
  min-width: 170px;
}

.db-table table thead th:nth-child(5),
.db-table table tbody td:nth-child(5) {
  min-width: 120px;
}

.db-table table thead th:nth-child(6),
.db-table table tbody td:nth-child(6) {
  min-width: 110px;
}

.db-table table thead th:nth-child(7),
.db-table table tbody td:nth-child(7) {
  min-width: 155px;
}

.db-table table thead th:nth-child(8),
.db-table table tbody td:nth-child(8) {
  min-width: 180px;
}

.db-table table thead th:nth-child(9),
.db-table table tbody td:nth-child(9) {
  min-width: 105px;
}

.db-table table thead th:nth-child(10),
.db-table table tbody td:nth-child(10) {
  min-width: 75px;
}

.db-table table thead th:nth-child(11),
.db-table table tbody td:nth-child(11) {
  min-width: 70px;
}

.db-table table thead th:nth-child(12),
.db-table table tbody td:nth-child(12) {
  min-width: 145px;
}

.db-table table thead th:nth-child(13),
.db-table table tbody td:nth-child(13) {
  min-width: 145px;
}

.db-table table thead th:nth-child(14),
.db-table table tbody td:nth-child(14) {
  min-width: 75px;
}

.db-table table thead th:nth-child(15),
.db-table table tbody td:nth-child(15) {
  min-width: 80px;
}

.db-table table thead th:nth-child(16),
.db-table table tbody td:nth-child(16) {
  min-width: 140px;
}

.db-table table thead th:nth-child(17),
.db-table table tbody td:nth-child(17) {
  min-width: 110px;
}

.db-table table thead th:nth-child(18),
.db-table table tbody td:nth-child(18) {
  min-width: 125px;
}

.db-table table thead th:nth-child(19),
.db-table table tbody td:nth-child(19) {
  min-width: 80px;
}

.db-table table thead th:nth-child(20),
.db-table table tbody td:nth-child(20) {
    min-width: 110px;
}

.db-table table thead th:last-child,
.db-table table tbody td:last-child {
  min-width: 200px;
  padding-right: 20px;
}

.table-btmfilter {
  display: flex;
  margin: 10px 15px 10px 20px;
  color: #828282;
}

.table-btmfilter {
  align-items: center;
  justify-content: space-between;
}

.table-btmfilter .btmfil1,
.table-btmfilter .btmfil2,
.table-btmfilter .btmfil3 {
  margin-right: 30px;
}

.btmfil4 a {
  text-decoration: none;
}

.btmfil4 a:last-child {
  margin-left: 30px;
}

.btmfil-pagination ul.pagination li a {
  font-size: 14px;
  color: #116DF4;
}

.btmfil-pagination ul.pagination li.disabled a {
  color: #b8b8b8;
}

.btmfil-pagecount p {
  margin-bottom: 0;
}

.page-link:focus {
  box-shadow: none;
}

.check-mark {
  color: #61B92B;
  font-size: 20px;
}

.close-mark {
  color: #D36D6D;
  font-size: 20px;
}

/* .........General Table ends here............ */
/* .........Timesheet-Reconcilliation Table starts here............ */

.tr-table table thead th {
  border-radius: 0;
  color: #2C2A2A;
  font-style: normal;
  font-weight: 500;
  border-top-width: 1px;
  min-width: 170px;
  font-size: 14px;
}

.tr-table table tbody td {
  color: #6C6C6C;
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
}

.tr-table thead {
  display: block;
}

.tr-table table {
  margin: 0;
}

.tr-table tbody {
  height: calc(100vh - 355px);
  height: -moz-calc(100vh - 355px);
  height: -webkit-calc(100vh - 355px);
  overflow-y: auto;
  display: block;
  overflow-x: hidden;
}

.tr-table table thead th:first-child,
.tr-table table tbody td:first-child {
  padding-left: 20px;
  min-width: 75px;
}

.tr-table table thead th:nth-child(2),
.tr-table table tbody td:nth-child(2) {
  min-width: 163px;
}

.tr-table table thead th:nth-child(3),
.tr-table table tbody td:nth-child(3) {
  min-width: 150px;
}

.tr-table table thead th:nth-child(4),
.tr-table table tbody td:nth-child(4) {
  min-width: 200px;
}

.tr-table table thead th:nth-child(5),
.tr-table table tbody td:nth-child(5) {
  min-width: 290px;
}

.tr-table table thead th:nth-child(6),
.tr-table table tbody td:nth-child(6) {
  min-width: 200px;
}

.tr-table table thead th:nth-child(7),
.tr-table table tbody td:nth-child(7) {
  min-width: 140px;
}

.tr-table table thead th:nth-child(8),
.tr-table table tbody td:nth-child(8) {
  min-width: 75px;
}

.tr-table table thead th:nth-child(9),
.tr-table table tbody td:nth-child(9) {
  min-width: 185px;
}

.tr-table table thead th:nth-child(10),
.tr-table table tbody td:nth-child(10) {
  min-width: 110px;
}

.tr-table table thead th:nth-child(11),
.tr-table table tbody td:nth-child(11) {
  min-width: 85px;
}

.tr-table table thead th:nth-child(12),
.tr-table table tbody td:nth-child(12) {
  min-width: 140px;
}

.tr-table table thead th:nth-child(13),
.tr-table table tbody td:nth-child(13) {
  min-width: 115px;
}

.tr-table table thead th:nth-child(14),
.tr-table table tbody td:nth-child(14) {
  min-width: 125px;
}

.tr-table table thead th:nth-child(15),
.tr-table table tbody td:nth-child(15) {
  min-width: 125px;
}

.tr-table table thead th:nth-child(16),
.tr-table table tbody td:nth-child(16) {
    min-width: 120px;
}

.tr-table table thead th:last-child,
.tr-table table tbody td:last-child {
  min-width: 200px;
  padding-right: 20px;
}


/* .........Timesheet-Reconcilliation Table ends here............ */

/* .........Final-Rec Table starts here............ */

.fr-table table thead th {
  border-radius: 0;
  color: #2C2A2A;
  font-style: normal;
  font-weight: 500;
  border-top-width: 1px;
  min-width: 170px;
  font-size: 14px;
}

.fr-table table tbody td {
  color: #6C6C6C;
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
}

.fr-table thead {
  display: block;
}

.fr-table table {
  margin: 0;
}

.fr-table tbody {
  height: calc(100vh - 340px);
  height: -moz-calc(100vh - 340px);
  height: -webkit-calc(100vh - 340px);
  overflow-y: auto;
  display: block;
  overflow-x: hidden;
}

.fr-table table thead th:first-child,
.fr-table table tbody td:first-child {
  padding-left: 20px;
  min-width: 75px;
}

.fr-table table thead th:nth-child(2),
.fr-table table tbody td:nth-child(2) {
  min-width: 280px;
}

.fr-table table thead th:nth-child(3),
.fr-table table tbody td:nth-child(3) {
  min-width: 115px;
}

.fr-table table thead th:nth-child(4),
.fr-table table tbody td:nth-child(4) {
  min-width: 140px;
}

.fr-table table thead th:nth-child(5),
.fr-table table tbody td:nth-child(5) {
  min-width: 155px;
}

.fr-table table thead th:nth-child(6),
.fr-table table tbody td:nth-child(6) {
  min-width: 100px;
}

.fr-table table thead th:nth-child(7),
.fr-table table tbody td:nth-child(7) {
  min-width: 250px;
}

.fr-table table thead th:nth-child(8),
.fr-table table tbody td:nth-child(8) {
  min-width: 150px;
}

.fr-table table thead th:nth-child(9),
.fr-table table tbody td:nth-child(9) {
  min-width: 155px;
}

.fr-table table thead th:nth-child(10),
.fr-table table tbody td:nth-child(10) {
  min-width: 155px;
}

.fr-table table thead th:nth-child(11),
.fr-table table tbody td:nth-child(11) {
  min-width: 180px;
}

.fr-table table thead th:nth-child(12),
.fr-table table tbody td:nth-child(12) {
  min-width: 275px;
}

.fr-table table thead th:nth-child(13),
.fr-table table tbody td:nth-child(13) {
  min-width: 130px;
}

.fr-table table thead th:nth-child(14),
.fr-table table tbody td:nth-child(14) {
  min-width: 110px;
}

.fr-table table thead th:nth-child(15),
.fr-table table tbody td:nth-child(15) {
  min-width: 120px;
}

.fr-table table thead th:nth-child(16),
.fr-table table tbody td:nth-child(16) {
    min-width: 180px;
}

.fr-table table thead th:last-child,
.fr-table table tbody td:last-child {
  min-width: 200px;
  padding-right: 20px;
}


/* .........Final-Rec Table ends here............ */

/* .........Summary Table starts here............ */
#summary {
  width: 626px;
}

.sum-table table thead th {
  border-radius: 0;
  color: #2C2A2A;
  font-style: normal;
  font-weight: 500;
  min-width: 170px;
  font-size: 14px;
  padding-top: 15px;
}

.sum-table table tbody td {
  color: #6C6C6C;
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
}

.sum-table thead {
  display: block;
}

.sum-table table {
  margin: 0;
}

.sum-table tbody {
  height: calc(100vh - 214px);
  height: -moz-calc(100vh - 214px);
  height: -webkit-calc(100vh - 214px);
  overflow-y: auto;
  display: block;
  overflow-x: hidden;
}

.sum-table table thead th:first-child,
.sum-table table tbody td:first-child {
  padding-left: 20px;
  min-width: 75px;
}

.sum-table table thead th:nth-child(2),
.sum-table table tbody td:nth-child(2) {
  min-width: 300px;
}

.sum-table table thead th:last-child,
.sum-table table tbody td:last-child {
  min-width: 250px;
  padding-right: 20px;
}


/* .........MBG-Report-Validation Table ends here............ */

.menu-con {
  height: 24px;
  width: 24px;
}

.main-logo {
  width: 160px;
}

.logo-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-con {
  background: #32535A;
  padding: 20px 0;
}

.menu-items.active {
  /* border: 2px solid #612a85; */
  border-radius: 50%;
  color: #fff !important;
  font-size: 14px;
}

.main-menu-items {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: flex-end;
  list-style: none;
}


.navbar-menu-logo {
  width: 140px;

}

.logout-menu {
  font-size: 20px;
  color: #5E6869;
}


/*Db Login*/

/*login pageloader css*/
.overlaycls {
    background: black;
    opacity: 0.6;
    z-index: 99999;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlayclsloader {
    position: absolute;
    top: 41%;
    left: 46%;
    /*margin-top:1%;*/
}

.e-message ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.e-message li {
    display: inline;
}

.login-wrapper {
  height: 100vh;
  background: #32535A;
  overflow: hidden;
}

.login-form {
  background: #32535A;
  padding: 40px 60px;
  padding-top: 150px;
}

img.logol {
  width: 170px;
}

.login-form h4 {
  color: #ffffff;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  margin-top: 25px;
}

.login-form form {
  padding: 20px 0;
}

.login-form form label {
  color: #ffffffcb;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 4px;
}

.login-form form input {
  font-size: 13px !important;
  padding: 0.9rem 0.75rem !important;
  border: 1px solid #bababa !important;
}

.formaction {
  display: flex;
  justify-content: space-between;
}

.formaction label,
.formaction a {
  margin: 0;
  color: #525252 !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 100%;
}

.formaction-btn {
  display: flex;
  justify-content: space-between;
}

.formaction-btn button {
  width: -webkit-fill-available;
  width:100%;
  font-size: 16px;
  border-radius: 8px;
  padding: 10px 0;
}

.signin-btn,
.signup-btn:hover {
  background: #72C5D7;
  border: #72C5D7 1px solid;
}

.signin-btn:hover,
.signin-btn:active,
.signin-btn:visited,
.signin-btn:focus {
  background: #72C5D7 !important;
  border: #72C5D7 1px solid !important;
  color: #ffffff;
}

.login-btnw {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sign-in-button,
.sign-in-button:hover {
  width: 100%;
  height: 44px;
  background-color: #72C5D7;
  border: none;
}

.sign-in-button:hover,
.sign-in-button:active,
.sign-in-button:visited,
.sign-in-button:focus {
  background: #72C5D7 !important;
  border: #72C5D7 1px solid !important;
  color: #ffffff;
}

.login-btnw a {
  text-decoration: none;
  color: #fff;
}

.login-cont {
  background: url(../images/login-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}

.login-vector1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
}

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 14px;
    margin-top: -35px;
    z-index: 9;
    position: relative;
}

.bot-vector {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
}

/*Logout Modal */
.logout-yes-btn:hover,
.logout-yes-btn:active,
.logout-yes-btn:visited,
.logout-yes-btn:focus {
  background: #32535A !important;
  border: #32535A 1px solid !important;
  color: #ffffff;
}

.logout-no-btn:hover,
.logout-no-btn:active,
.logout-no-btn:visited,
.logout-no-btn:focus {
  background: #6C757D !important;
  border: #6C757D 1px solid !important;
  color: #ffffff;
}

.logout-yes-btn {
  background-color: #32535A;
  border: unset;
  padding: 3px 15px;
}

.logout-no-btn {
  background-color: #6C757D;
  border: unset;
  padding: 3px 15px;
}

.logout-modal-header {
  border-bottom: unset;
}

.logout-modal-footer {
  margin-top: -10px;
  border-top: unset;
  justify-content: center;
}

.logout-modal-body {
  margin-top: -30px;
  text-align: center;
}

.logout-modal-main {
  width: 350px;
}

@media (max-width: 575.98px) {
  .logout-modal-main {
    width: auto;
  }
}



.btmfil-pagination ul.pagination li.disabled a {
  color: #b8b8b8;
}

.btmfil-pagination ul.pagination li:last-child a,
.btmfil-pagination ul.pagination li.active a {
  color: #ffffff;
  background-color: #72C5D7;
  border-color: #72C5D7;
}

.btmfil-pagecount p {
  margin-bottom: 0;
}

.page-link:focus {
  box-shadow: none;
}

.submit-button {
  width: 120px;
  height: 33.6px;
  background-color: #116DF4;
  border: none;
  margin-top: 27px;
  font-size: 14px;
}

.sub-btn {
  display: flex;
  align-items: flex-end;
}








/* media query */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .sign-in-button {
        font-size: 14px !important;
    }
}

@media (min-width: 992px) and (max-width: 1299.98px) {
  .table-topfilter {
    flex-direction: column;
  }

  .login-leftpart img {
    width: 100%;
    left: 48%;
  }

}

@media (max-width: 1299.98px) {}



@media (max-width: 992.98px) {

  .dd-content {
    margin-right: 0;
  }

}

@media (min-width: 768px) and (max-width: 991.98px) {
  .dbot-wrap img {
    max-width: 100%;
  }

  .login-form {
    padding: 40px;
    padding-top: 150px;
  }
}

@media (max-width: 991.98px) {

  .login-btnw {
    flex-direction: column;
  }
}

@media (min-width: 575px) and (max-width: 768.98px) {}

@media (max-width: 767.98px) {


  #summary {
    width: 100%;
  }

  ul#myTabs {
    row-gap: 25px;
  }

  .dd-content {
    margin-top: 10px;
  }


  .table-btmfilter {
    flex-direction: column;
  }

  .main-class {
    padding-bottom: 10px;
  }


  .btmfil-pagecount {
    text-align: center;
  }

  .btmfil-pagination ul.pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .main-menu-items {
    padding-left: unset;
  }

  .login-cont {
    height: 200px;
    background-position: center -95px;
  }

  .login-form {
    padding: 20px 30px;
    width: 320px;
    margin: 0 auto;
  }

  .login-form h4 {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .db-search input {
    width: 150px;
  }

  .table-head-item {
    display: unset;
  }

  .db-table tbody {
    height: calc(100vh - 380px);
    height: -moz-calc(100vh - 380px);
    height: -webkit-calc(100vh - 380px);
  }

  .tr-table tbody {
    height: calc(100vh - 380px);
    height: -moz-calc(100vh - 380px);
    height: -webkit-calc(100vh - 380px);
  }

  .fr-table tbody {
    height: calc(100vh - 380px);
    height: -moz-calc(100vh - 380px);
    height: -webkit-calc(100vh - 380px);
  }

  .sum-table tbody {
    height: calc(100vh - 300px);
    height: -moz-calc(100vh - 300px);
    height: -webkit-calc(100vh - 300px);
    overflow-y: auto;
    display: block;
    overflow-x: hidden;
  }

  .btmfil1 p {
    display: none;
  }

  .main-logo {
    width: 130px;
  }

  .submit-button {
    margin-top: 15px;
    font-size: 14px;
    width: 100px;
  }

  .menu-icons {
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
  }

  .topfil-dropdown span {
    display: none;
  }

  .topfil-search input {
    width: 150px;
    font-size: 14px;
  }

  .topfil-dropdown select {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .login-cont {
    height: 150px;
    background-position: center -14px;
  }
}

@media (min-width: 320px) and (max-width: 575.98px) {}