@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



/* navbar */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #efefef;
  background-image: url('../img/nav_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Roboto", sans-serif !important;
  height: 100vh !important;
}

.topbar {
  background-color: #175496;
  color: #fff;
  padding: 10px 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  align-items: center;
  /* position: fixed;
  width: 100%;
  top: 0;
  z-index: 1; */
}


.logo_nav {
  width: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.navbar-logo {
  margin: 0;
  font-size: 24px;
}

.login_btn {
  padding: 4px 8px;
  background-color: #175496;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  float: right;
  border: 2px solid #fff;
  font-weight: 600;
}

/* .content_page {
  margin-top: 7rem;
} */

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #99b3ff;
}

::-webkit-scrollbar-thumb:hover {
  background: #99b3ff;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 13% !important;
}

.href_link {
  text-decoration: none;
  color: #fff;
  /* font-weight: bold; */
}

.href_link:hover {

  color: rgb(255, 255, 255);
}


.form_website {
  position: relative;
}

.heading_part {
  z-index: 20;
  background-color: #fff;
}

.body_content {
  padding: 0px 26px 0px 26px;
}

.head_bg {
  height: 50px;
  width: 260px;
  position: absolute;
  /*  top: -20px;*/
  top: -11px;
  left: 20px;
  background-color: #175496;
  border-radius: 8px 8px 0 0;
  z-index: 10;
}

.head_fc {
  height: 50px;
  width: 240px;
  margin: 0 10px;
  position: absolute;
  /*  top: -20px;*/
  top: -11px;
  left: 20px;
  background-color: #1c5ea6;
  border-radius: 0 0 8px 8px;
  z-index: 30;
}

.registration_heading {
  color: white;
  padding: 15px;
  font-size: 17px !important;
  align-items: center;
  display: flex;
  justify-content: center;

}

.form_section {
  margin-top: 15px;
}

.form_btn {
  padding: 4px 8px;
  background-color: #175496;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.form_btn:hover {
  padding: 4px 8px;
  background-color: #0f437a;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.back_btn {
  padding: 0px 5px;
  background-color: #939393;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.back_btn:hover {
  padding: 0px 5px;
  background-color: #777575;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.Note_text {
  font-weight: bold;
  color: #0d0da4;
}

/* card design */
.card_body {
  background-color: #ffffff8a;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
  padding: 0.6rem 1rem;
  box-shadow: 2px 2px 12px -7px rgb(160 160 160);
}

.card_heading {
  color: #00427f;
  font-size: 1.3rem;
}

.custom_hr {
  margin: 0 0 0.5rem 0;
}

.card_details .card_data {
  /* font-size: 0.95rem;
  display: flex;
  font-weight: 500;
  margin-bottom: 0.3rem; */
  font-size: 0.95rem;
  display: flex;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.card_details .card_data span {
  /* font-weight: 400;
  width: 60%;
  margin-left: auto;
  color: #777; */
  font-weight: 400;
  width: 52%;
  margin-left: auto;
  color: #3e3d3d;
}

.heading_table h1 {
  margin-bottom: 0;
}

.card_details .card_data span::before {
  content: ":";
  margin-right: 0.35rem;
}

tbody tr td {
  padding: 0.1rem 0.5rem !important;
}

.table-responsive {
  width: 100%;
}

div.table-responsive>div.dataTables_wrapper>div.row {
  margin: 5px !important;
}

/* end */
/* data table */
.table.dataTable>thead>tr {
  background: linear-gradient(81.67deg, #84c5fd57 0%, #476aa6a6 100%);
  white-space: nowrap !important;
  font-family: "Roboto", sans-serif;
}

#custidtab1_filter {
  float: right;
  margin-bottom: 10px;
}

.dataTables_filter {
  float: right;
  margin-bottom: 10px;
}

.dataTables_length label {
  display: flex !important;
  gap: 5px;
  align-items: center;
}

.dataTables_length select {
  width: 42px !important;
}

.pagination {
  float: right;
}

.page-item.active .page-link {
  background-color: #175496 !important;
  border-color: #175496 !important;
}

/* end */
.formsArea input {
  border: 2px solid #06437a8f;
  background-color: #fafdff;
}

.pending_sts {
  background: #ffdd3761;
  color: #7e7e7e;
  padding: 3px;
  border-radius: 4px;
}


.tips_box {
  background-color: #5f7ba0;
  padding: 5px;
  border-radius: 4px;
  color: #fff;
}

.card_label {
  font-weight: 600;
  margin-top: 10px;

}

.card_label_details {
    margin-bottom: 10px;
    font-weight: normal;
    display: block;

}

.card_label_details span {
  font-weight: normal;
}

.note {
  background: #d7d5526b;
  padding: 5px;
  border-radius: 4px;
}

.download_btn {
  background-color: #2f823e;
  border: #2f823e;
  color: #fff;
}

.download_btn:hover {
  background-color: #21612c;
  border: #21612c;
  color: #fff;
}

.otp_input .otp-box {
  width: 45px;
  margin-right: 5px;
  text-align: center;
}

.otp_input {
  display: flex;
  justify-content: center;
}

.formsArea input {
  border: 2px solid #06437a8f;
  background-color: #fafdff;
}

.send_otp {
  color: rgb(203, 27, 27);
  font-size: 15px;
  /* text-decoration: underline; */
  cursor: pointer;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-size: 50px 50px !important;
}


/* start */

.loaderrt {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #ffffffe0;
}

#text-container {
  top: 45%;
  position: absolute;
  text-align: center;
  width: 100%;
  font-family: "Roboto", sans-serif !important;
  font-size: 1.2rem;
}

.text {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/* end */


table,
tr,
td,
th {
  border: 1px solid #e2e0e04b !important;
  border-collapse: collapse !important;
}

.timer_bg {
  background: #979797;
  color: rgb(255 255 255);
}

.custins {
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.custinsTxt {}

.st1btn {
  width: 130px;
  margin-bottom: 10px;
}

.st2btn {
  width: 80%;
  margin-bottom: 10px;
}

.st1btn2 {
  width: 30%;
  margin-bottom: 10px;
}

.btnaratr {
  margin-top: 20px;
}

.custinsTxt.redh {
  font-weight: 600;
  color: #e72e2e;
}
.understand_btn {
  background-color: #175496;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.understand_btn:hover {
 
  background-color: #0f437a;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.btn_cancel{
  font-size: 16px;
  border: none;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn_cancel:hover{
  font-size: 16px;
  border: none;
  color: #fff;
  background-color: #5d6469;
  border-color: #6c757d;
}
.table_padding_cust td{
  padding: 10px !important;
}