﻿@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
p {
  margin: 0;
}
#notification {
  letter-spacing: 0.01em;
  position: fixed;
  width: 100%;
  z-index: 1;
  top: 0;
}
.notification-icon {
  font-size: 2rem;
}

.mask {
  position: fixed;
  background-color: #000;
  display: none;
}

.loader {
  width: 100%;
  text-align: center;
  left: 0 !important;
  right: 0;
  position: absolute;
  color: #fff;
}

/*Form Section Start*/
.pd-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.logo-width {
  width: 200px;
}
.form-wrapper-bg {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: url("/images/login-bg.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.login-bg-dark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0000006b;
  z-index: 0;
}
#pnlMain.form-wrapper {
  width: 500px;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: rgba(16 18 27 / 40%);
  backdrop-filter: blur(20px);
  border: 2px solid rgb(255 255 255 / 29%);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

#pnlLoginHolder_txtOTP_I.form-control {
  width: 100px;
  margin: 10px 0 2px;
}

#pnlLoginHolder_btnLogin.dxbs-button {
  width: 100%;
  border-radius: 24px;
}
#pnlLoginHolder.dxpnlControl_Office365 {
  margin-top: 14px;
}
.form-control {
  color: #fff !important;
  background: transparent !important;
}
#notification {
  width: 70%;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 10px;
  padding: 15px 10px;
}
#notification #alert-message.notification-wrapper,
#notification #alert-message {
  border-radius: 10px;
  /* position: relative; */
  background: rgb(254 205 211 / var(--tw-bg-opacity, 1));
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  /* z-index:2 */
}
#notification .notification-pos {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
  background: transparent;
  border: none;
  font-size: 20px;
  border-radius: 100%;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
  z-index: 1002;
}
#notification .notification-pos:hover {
  background-color: #00000030;
}

/*button*/
.dxbs-button,
.dxbs-edit-btn {
  background: #001e1e;
  color: #fff;
  border: 2px solid #a9a5a55e;
}
.dxbs-button:hover,
.dxbs-edit-btn:hover {
  background: #001e1e;
  opacity: 0.9;
  color: #d7d7d7;
}
/*input checkbox*/
#pnlLoginHolder_chkRememberMe_I.form-check-input:checked,
#pnlLoginHolder_chkRememberMe_I.form-check-input {
  background-color: transparent;
  border-color: #9a9c9c;
}
/*option tag dropdown*/
#pnlLoginHolder_cboCompany_L.dxbs-dropdown-area {
  background: rgb(19 19 22);
  backdrop-filter: blur(51px);
  border: 2px solid rgba(255, 255, 255, 0.29);
  color: rgb(255, 255, 255);
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 10px;
}
#pnlLoginHolder_cboCompany_L.dxbs-dropdown-area:hover {
  opacity: 0.9;
}
#pnlLoginHolder_cboCompany .input-group .dxbs-edit-btn.btn {
  border: 1px solid #dee2e6;
}
#pnlLoginHolder_txtOTP.dxbs-textbox {
  margin-bottom: 5px;
}
.dxbs-edit-error-text.invalid-feedback {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #pnlMain.form-wrapper {
    width: 90%;
    /* row-gap: 10px; */
    padding: 20px 10px;
    align-items: center;
  }
  .pd-5.text-end {
    text-align: start !important;
  }
  #notification {
    width: 95%;
  }
  #notification #alert-message.notification-wrapper,
  #notification #alert-message {
    gap: 6px;
  }
}

/*Navbar Starts*/
.navbar-wrapper {
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 5px 5px 5px rgb(68 68 68 / 7%);
}
.navbar-inner-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 50px;
}
.logo-width {
  width: 150px;
}

/*Footer*/

.footer-wrapper {
  padding: 20px 0;
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.main-wrapper {
  height: 80vh;
}

.footer-wrapper p {
  font-weight: 500;
}

/*Table Main Start*/
h3 {
  margin: 0;
}
.table-wrapper {
  background: #fff;
  margin: 40px auto;
}


.cnt-place-holder {
  margin: 50px auto;
  width: 80%;
  background: #fff;
  padding: 34px;
  border-radius: 25px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.border-none {
  border: none;
}
.p-10 {
  padding: 10px;
}
.w-4 {
  width: 4%;
}
.tr-col-width td {
  width: 27%;
}
.tr-col-width td:first-child {
  width: 5.1%;
}

.border-view td:last-child{
  width: 95%;
}
.border-right-0 {
  border-right: 0;
}

table {
  width: 100%;
  margin: 0 !important;
  border-collapse: collapse;
}

.border-top {
  border-top: 1px solid #808080 !important;
}
.border-right {
  border-right: 1px solid #808080;
}
.border-left {
  border-left: 1px solid #808080;
}
.border-bottom {
  border-bottom: 1px solid #808080 !important;
}
.border {
  border: 1px solid #808080 !important;
}

.tr-col-width td {
  border-left: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.border-view td {
  border-left: 1px solid #808080;
}
.tr-col-width td,
.tr-col-width tr {
  border-bottom: 0;
}

.first-child-border-top {
  border-left: 0 !important;
}

.first-child-border-top table tbody tr td {
  border-bottom: 1px solid #808080;
}
.table-pad td {
  padding: 10px;
  border-bottom: 1px solid #808080;
}
.first-child-border-top table tbody tr td div {
  padding: 5px;
}
.first-child-border-top table tbody tr td:last-child {
  width: 32.59%;
  /* border-right: 1px solid #808080; */
}
.title-wrap {
  color: #fff;
}
table td {
  color: #ffffff;
}
table th {
  color: #ffffff;
}
.text-dark td {
  color: #ffffff;
}
.logout {
  align-items: center;
  justify-content: center;
}
.logout button {
  background: #001e1e;
  border: 0;
}
.logout button:hover {
  background: #001e1e;
  border: 0;
  opacity: 1;
  color: #fff;
}
.tr-col-width.table-pad.border-right td {
  border-collapse: collapse;
  border-bottom: 1px solid #808080;
}
.first-child-border-top table tbody tr td div {
  padding: 0;
}
.first-child-border-top table tbody tr td {
  padding: 10px;
}
.border-view td:first-child {
  border-bottom: 1px solid #808080;
}
.logout i {
  font-size: 20px;
}
.logout {
  background: #001e1e;
  color: #fff;
  border: 2px solid #a9a5a55e;
  border-radius: 10px;
  padding: 1px 10px;
}
.bi-file-minus-fill::before,
[class^="bi-"]::before {
  color: #ffffff !important;
  font-size: 25px;
}
body {
  background: url(/images/login-bg.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.navbar-wrapper,
.footer-wrapper {
  background-color: rgba(16 18 27 / 40%);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgb(255 255 255 / 29%);
  color: #fff;
}
.navbar-wrapper {
  border-bottom: 1px solid rgb(255 255 255 / 29%);
  border-top: 0;
}
.cnt-place-holder {
  background-color: rgba(16 18 27 / 40%);
  backdrop-filter: blur(50px);
  border: 2px solid rgb(255 255 255 / 29%);
  color: #fff;
}
.ft-size {
  font-size: 20px;
}
.first-child-border-top table tbody tr td div a {
  color: #00d9ff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cnt-place-holder {
    width: 90%;
  }
  .tr-col-width td:first-child {
    width: 10.1%;
  }
  
}
@media (max-width: 767px) {
  .cnt-place-holder {
    width: 98%;
    padding: 20px 15px;
  }
  .bi-file-minus-fill::before,
  [class^="bi-"]::before {
    font-size: 15px;
  }
  .tr-col-width td:first-child {
    width: 13.1%;
  }
  .first-child-border-top table tbody tr td:last-child {
    width: 26.1%;
  }
  .table-pad td {
    padding: 8px 7px;
  }
  .navbar-inner-wrapper{
    gap: 20px;
  }
  .logout button{
    display: none;
  }
}

@media (min-width: 1280px) and (max-width: 1300px) {
  .cnt-place-holder {
    width: 85%;
  }
}
@media (max-width: 320px) {
  .table-pad td {
    padding: 8px 6px;
  }
}

/* Scroll bar*/
body {
    -ms-overflow-style: scrollbar;
  }
  body::-webkit-scrollbar-track {
    background-color: #003e47;
  }
  body::-webkit-scrollbar {
    width: 4px;
    background-color: #003e47;
  }
  body::-webkit-scrollbar-thumb {
    background-color: #f5f5f5;
  }

  /*Pdf*/

  .modal-header,.modal-footer{
    background-color: rgba(16 18 27 / 40%);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgb(255 255 255 / 29%);
    color: #fff;
  }
  .modal-content{
    background: url(/images/login-bg.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }
  .modal-header .btn-close{
    background: none;
    color: #fff;
  }

  .first-child-border-top table tbody tr td:first-child{
    border-left:0 !important;
  }
  .border-view > td:first-child{
    border-right: 1px solid #808080;
  }

  .otp-align{
    display: flex;
    align-items: center;
    gap: 10px;
  }


.map-w{
  width: 15%;
}
.w-10{
  width: 10%;
}
.view-map-btn{
  color: #00d9ff;
}

.tr-col-width td:last-child{
  width: 13%;
  text-align: center;
}
.first-child-border-top table tbody tr td:first-child{
  width: 81%;
}
.first-child-border-top table tbody tr td:last-child{
  width: 13%;
}

.view-map-btn{
  position: relative;
  font-size: 16px;
  text-decoration: none;
  padding-left: 5px;
}
.view-map-btn::before{
    content: "\f5a0"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #00d9ff;
    font-size: 16px;
    position: absolute;
    left: -18px;
    top: 0;
}


.first-child-border-top table tbody tr td:last-child{
  text-align: center;
}
.doc-btn{
  position: relative;
  text-decoration: none;

}
.doc-btn::before{
  content: "\f1c1"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #00d9ff;
    font-size: 16px;
    position: absolute;
    left: -20px;
    top: 0;
}
.txt-itlc{
  font-style: italic;
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tr-col-width td:nth-child(4){
    width: 20%;
  }
  .tr-col-width td:last-child {
    width: 21%;
    text-align: center;
  }
  .tr-col-width td {
    width: 21%;
  }
  .tr-col-width td:nth-child(2){
    width: 28%;
  }
  .first-child-border-top table tbody tr td:last-child {
    width: 20.9%;
  }
  .first-child-border-top table tbody tr td:first-child {
    width: 69%;
  }
  .view-map-btn::before{
    left: -18px;
  }
  .view-map-btn{
    padding-left: 5px;
  }
  .map-w {
    width: 19%;
}


}
@media (min-width: 768px) and (max-width: 800px){
  .tr-col-width td:last-child{
    text-align: end;
  }
}

@media (max-width: 767px){
  .title-txt{
    font-size: 16px;
  }
  .table-overflow{
    overflow-x: scroll;
  }
  .tr-col-width td:first-child {
    width: 8.3%;
  }
  .table-overflow > div >div >table{
    width: 170%;
  }

  .tr-col-width td:nth-child(2){
    width: 30%;
  }
  .tr-col-width td{
    width: 19%;
  }
  .tr-col-width td:last-child{
    width: 23%;
    text-align: center;
  }
  .view-map-btn,.doc-btn{
    padding-left: 0px;
    font-size: 0;
  }
  .view-map-btn::before,.doc-btn::before{
    left: -9px;
    top: auto;
    font-size: 18px;
  }
  .doc-btn::before{
    left: -7px;
  }
  .first-child-border-top table tbody tr td:first-child {
    width: 68%;
  }
  .first-child-border-top table tbody tr td:last-child{
    width: 22.9%;
  }
  .map-w{
    width: 21%;
  }
}
@media (max-width: 380px){
  .table-overflow > div >div >table{
    width: 170%;
  }
  .cnt-place-holder {
    width: 99%;
    padding: 20px 11px;
}
/* .tr-col-width td:last-child{
  text-align: end;
} */

}
.table-overflow {
  -ms-overflow-style: scrollbar;
}
.table-overflow::-webkit-scrollbar-track {
  background-color: transparent;
}
.table-overflow::-webkit-scrollbar {
  height:  2px;
  background-color: transparent;
}
.table-overflow::-webkit-scrollbar-thumb {
  background-color: rgba(16 18 27 / 40%);
  backdrop-filter: blur(50px);
  border: 2px solid rgb(255 255 255 / 29%);
}

@media only screen and (device-width: 430px) and (device-height: 932px) {
  .first-child-border-top table tbody tr td:last-child{
    width: 23%;
  }
}
@media only screen and (max-width: 540px) and (max-height: 720px) {
  .first-child-border-top table tbody tr td:last-child{
    width: 23%;
  }
}