@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body,
html {
  overflow-x: hidden;
  background-color: #f6f8fa;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
}

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #898e93;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/*Db Login*/
.toggle-password {
  float: right;
  cursor: pointer;
  margin-right: 14px;
  margin-top: -35px;
  z-index: 9;
  position: relative;
}
.login-wrapper {
  height: 100vh;
  background: #fff;
}
.login-form {
    background: #ffffff;
    padding: 130px 60px;
    padding-bottom: 100px;
}
.logol {
  width: 130px;
}
.login-cont {
  background: url(../img/login-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
.login-cont img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.login-form h4 {
  color: #0a90a4;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  margin-top: 60px;
}
.login-form form {
  padding: 20px 0;
}
.login-form form label {
  color: #525252;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 4px;
}

.login-form form input {
  font-size: 12px !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;
  font-size: 16px;
  border-radius: 8px;
  padding: 10px 0;
  width: 100%;
}
.signin-btn,
.signup-btn:hover {
  background: #0a90a4;
  border: #0a90a4 1px solid;
}
.signin-btn:hover,
.signin-btn:active,
.signin-btn:visited,
.signin-btn:focus {
  background: #0f7e8f !important;
  border: #0a90a4 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: #0f7e8f;
  border: none;
}

.sign-in-button:hover,
.sign-in-button:active,
.sign-in-button:visited,
.sign-in-button:focus {
  background: #0f7e8f !important;
  border: #0f7e8f 1px solid !important;
  color: #ffffff;
}

/*Logout Modal */
.logout-yes-btn:hover,
.logout-yes-btn:active,
.logout-yes-btn:visited,
.logout-yes-btn:focus {
  background: #0f7e8f !important;
  border: #0f7e8f 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: #0f7e8f;
  border: unset;
}
.logout-no-btn{
  background-color: #6C757D;
  border: unset;
}
.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;
  }
}

/*Exception Modal */
.exception-yes-btn:hover,
.exception-yes-btn:active,
.exception-yes-btn:visited,
.exception-yes-btn:focus {
  background: #0f7e8f !important;
  border: #0f7e8f 1px solid !important;
  color: #ffffff;
}

.exception-yes-btn{
  background-color: #0f7e8f;
  border: unset;
}

.exception-modal-header{
  border-bottom: unset;
}
.exception-modal-footer {
  margin-top: -10px;
  border-top: unset;
  justify-content: center;
}
.exception-modal-body {
  margin-top: -30px;
  text-align: center;
}
.exception-modal-main{
  width: 350px;
}
@media (max-width: 575.98px) {
  .exception-modal-main{
    width: auto;
  }
}


/*Db*/
/*filter part start*/
.main.filter-part {
    padding: 15px 16px;
    margin-bottom: 0;
}

.s-btn-area{
  display: flex;
    align-items: flex-end;
}

.submit-btn {
    background-color: #01003E;
    border: unset;
}

.submit-btn:hover,
.submit-btn:active,
.submit-btn:visited,
.submit-btn:focus {
  background: #01003E!important;
  border: #01003E 1px solid !important;
  color: #ffffff;
}
.input-group-append {
  padding: 6px;
  padding-right: 10px;
  background: #E0F2F1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

span.input-group-append.cal-tbl {
  background: none;
  position: absolute;
  right: 0;
  /* z-index: 1054; */
}
.date-gt-box {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.bi-calendar::before {
  color: #525252;
}
.filter-part-one{
  display: flex;
  gap: 10px;
}
.from-date-part{
  display: flex;
}

.from-date-part label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.to-date-part{
  display: flex;
}
.to-date-part label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.date-part-filter{
  display: flex;
  gap: 10px;
}
input#date {
    width: 135px;
}
.apply-btn {
    background-color: #279989;
    border: unset;
}

.apply-btn:hover,
.apply-btn:active,
.apply-btn:visited,
.apply-btn:focus {
  background: #279989!important;
  border: #279989 1px solid !important;
  color: #ffffff;
}

.reset-btn {
    background-color: #279989;
    border: unset;
}

.reset-btn:hover,
.reset-btn:active,
.reset-btn:visited,
.reset-btn:focus {
  background: #279989!important;
  border: #279989 1px solid !important;
  color: #ffffff;
}
.excel-part {
    width: 16px;
    margin-left: 5px;
}

/*filter part end*/


/* 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;
}

.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;
}
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 27px;
  outline: 0;
}

.db-search {
  position: relative;
}

.db-search button {
    background: unset;
    border: 0;
    position: absolute;
    left: 3px;
    top: 6px;
    color: #b4b2b6;
}
.logo img {
  width: 110px;
}
.d-bot{
  width: 40px;
}
.header {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  align-items: center;
}
.signout-btn {
  filter: drop-shadow(0px 4px 4px rgba(10, 144, 164, 0.1));
  background: #fff;
  padding: 7px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #f4f4f4;
}
.head-right {
  display: flex;
  gap: 10px;
}
.main {
  border-radius: 6px;
  background: #fff;
  box-shadow: 1px 1px 2px 0px rgba(10, 144, 164, 0.15);
  margin-bottom: 25px;
}
.maindb-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dee7e6;
}
.maindb-head h2 {
  color: #4c5050;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.btmfil1 p {
    margin-bottom: 0px !important;
}
.db-table table thead th {
  background: #f6f8fa;
  border-radius: 0;
  color: #8b909e;
  font-style: normal;
  font-weight: 500;
  min-width: 170px;
}


.db-table table tbody td {
  color: rgba(0, 0, 0, 0.88);
  word-break: break-all;
  word-wrap: break-word;
}
.db-table thead {
  display: block;
}
.db-table table {
  margin: 0;
}
.db-table tbody {
  height: calc(100vh - 317px);
  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: 110px;
}
.db-table table thead th:nth-child(2),
.db-table table tbody td:nth-child(2) {
  min-width: 179px;
}
.db-table table thead th:nth-child(3),
.db-table table tbody td:nth-child(3) {
  min-width: 281px;
}
.db-table table thead th:nth-child(4),
.db-table table tbody td:nth-child(4) {
  min-width: 227px;
}
.db-table table thead th:nth-child(5),
.db-table table tbody td:nth-child(5) {
  min-width: 191px;
}
.db-table table thead th:nth-child(6),
.db-table table tbody td:nth-child(6) {
  min-width: 256px;
}

.db-table table thead th:last-child,
.db-table table tbody td:last-child {
  min-width: 208px;
}

.db-table table td.success {
  color: #4aa785;
}
td.exception {
    text-decoration: underline;
    color: #286AB4 !important;
    cursor: pointer;
}

.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: #3a3a3d;
}

.btmfil-pagination ul.pagination li.disabled a {
  color: #b8b8b8;
}

.btmfil-pagecount p {
  margin-bottom: 0;
}

.page-link:focus {
  box-shadow: none;
}


@media (max-width: 1399.98px) {
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .login-cont img {
    right: 20px;
    width: 320px;
  }
  .login-form {
    padding: 40px;
  }
}
@media (max-width: 991.98px) {
.maindb-head {
    gap: 15px;
    flex-direction: column;
}
}
@media (max-width: 767.98px) {
  .login-cont {
    height: 200px;
    background-position: center -95px;
  }
  .login-cont img {
    right: 30px;
    width: 125px;
  }
  .login-form {
    padding: 20px 30px;
    width: 320px;
    margin: 0 auto;
  }
  .login-form h4 {
    margin-top: 20px;
  }
  .logol {
    width: 115px;
  }
  .maindb-head h2 {
    font-size: 18px;
  }
  .maindb-head {
    justify-content: center;
}

  .table-btmfilter {
    margin: 10px 7px;
  }
  .table-btmfilter .btmfil1,
  .table-btmfilter .btmfil2,
  .table-btmfilter .btmfil3 {
    margin-right: 10px;
    font-size: 13px;
  }

}
@media (max-width: 575.98px) {
  .maindb-head h2 {
    text-align: center;
}
  .date-part-filter {
    flex-wrap: wrap;
    justify-content: center;
}
 .db-head {
    flex-direction: column;
}
.table-head-item {
    margin-bottom: 10px;
}
.table-btmfilter {
    flex-direction: column;
}
.btmfil-pagecount p {
    margin-bottom: 10px;
}
 .login-cont {
    height: 150px;
    background-position: center -60px;
  }
}
