@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  scroll-behavior: smooth;
  padding: 0 !important;
}

a {
  text-decoration: none;
  color: #000;
}

.dashboard#content {
  background-color: none;
}

body {
  text-align: center;
  margin: 0px auto;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* ---move to top btn--- */
#moveTopBtn {
  display: none;
  position: fixed;
  bottom: 72px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #95d6cfbd;
  color: #000;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
}

/* ==================loader----start================= */

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 70px;
  height: 70px;
  margin: -25px;
  border: 0.8em dotted transparent;
  border-top-color: #0057a3d6;
  border-right-color: #0f8dfc;
  border-bottom-color: #0057a3d6;
  border-left-color: #0f8dfc;
  border-radius: 50%;
  -webkit-animation: 2s loader-01 linear infinite;
  animation: 2s loader-01 linear infinite;
}

@keyframes loader-01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ==================loader----end================= */

/*================header start=======================*/
#header {
  width: 100%;
  text-align: left;
  padding: 4px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logic-navbar-section {
  background-color: #0f8dfc !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
#header_middle {
  display: flex;
  text-align: end;
  justify-content: end;
  align-items: center;
  gap: 5px;
}
#header .form-select {
  padding: 4px 32px 4px 11px;
}
.dropdown-toggle {
  color: #000 !important;
  display: flex;
  align-items: center;
}
.dropdown-submenu .dropdown-toggle::after {
  transform: rotate(-90deg);
}
.dropdown-menu {
  border-radius: 0 !important;
}
.dropdown-menu .dropdown-item {
  margin-bottom: 2px;
  font-size: 14px;
  padding: 9px;
  margin: 0;
}
/* For mobile: Ensure submenus inside offcanvas */
.offcanvas .dropdown-submenu .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 0;
  display: none;
  transition: all 0.5s;
}
.dropdown-menu {
  transition: all 0.3s ease-in-out;
  padding: 0;
}
.dropdown-item {
  color: #212529 !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-toggler {
  color: #fff !important;
  border: 1px solid #fff !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.dropdown-menu {
  transition: all 0.3s ease-in-out;
}
.navbar-toggler-icon {
  background-image: url("../images/menu.png") !important;
  width: 23px !important;
  height: 23px;
  background-size: cover;
}
.navbar-toggler {
  padding: 3px 5px !important;
  margin: 2px 0;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff !important;
  font-weight: 600;
}
.nav-link {
  color: #fff !important;
}
.btn-link {
  padding: 12px 16px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 2px;
}
.offcanvas .nav-link {
  color: #000 !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  position: relative;
  border-bottom: 2px solid white;
}
.offcanvas .nav-link::before {
  position: absolute;
  content: "";
  background-color: #28a745;
  width: 5px;
  opacity: 0;
  visibility: hidden;
  height: 2px;
  border-radius: 20px;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.offcanvas .nav-link:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.offcanvas-header {
  background-color: #5d78ff;
  color: white;
}
.navbar-nav {
  gap: 2px;
}
.navbar-nav .nav-link {
  position: relative;
}
#logo {
  display: flex;
  align-items: center;
  gap: 5px;
}
#logo h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
#logo img {
  max-width: 152px;
}
#header_links a:link,
#header_links a:visited {
  font-size: 10px;
  color: #000;
  margin: 3px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
#header_links a:link,
#header_links a:visited {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: 600;
  margin: 3px;
  text-align: center;
  text-transform: capitalize;
}
#header_links a:hover {
  color: #3d978e;
  text-decoration: underline;
}
.top_header {
  width: 700px;
  height: 10x;
  float: center;
  padding-left: 0px;
  margin-top: -10px;
  margin-left: 0px;
}
.bg-danger {
  font-size: 8px;
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 999 !important;
}
.dropdown-item svg {
  width: 10px;
}
.navbar .dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
  padding: 0;
}
.navbar .nav-item {
  font-size: 14px;
  line-height: 14px;
}
.dropdown-submenu {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logic-navbar-section .dropdown-submenu {
  position: relative;
  padding: 0px;
}
.align_center {
  text-align: center;
}
.align_right {
  text-align: right;
}
.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  left: 98%;
  top: 0;
  margin-left: 0.1rem;
}
.dropdown-submenu.show > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent !important;
}
.dropdown-submenu:hover,
.dropdown-submenu .dropdown-menu .dropdown-item:hover {
  background-color: #0057a3d6 !important;
}
.dropdown-submenu:hover .dropdown-subitem,
.dropdown-submenu:hover .dropdown-toggle {
  color: white !important;
}
.submenu-li:hover,
.submenu-li:hover .dropdown-item {
  background-color: #0057a3d6 !important;
  color: white !important;
  display: block;
}
.dropdown-submenu:hover a:first-child {
  color: white;
}
.dropdown-menu:hover .dropdown-item {
  color: white;
}
.notification-btn {
  border: none !important;
  background-color: transparent !important;
}
.dropdown-toggle::after {
  font-size: 22px;
  line-height: 22px;
  margin-right: 2px;
}
.logic-navbar-section .mobile-logo-title {
  display: none;
}
@media (max-width: 991px) {
  .navbar-collapse {
    display: none;
  }
  .dropdown-submenu {
    position: relative;
  }
  .offcanvas .dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
  }
  .offcanvas .dropdown-menu.show {
    display: block;
    margin-left: 2px !important;
    left: 151px;
  }
  .offcanvas .dropdown-menu {
    margin-bottom: 3px;
  }
  .offcanvas-body {
    padding: 15px 15px 60px 15px;
    text-align: start;
    background: aliceblue;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: auto;
  }
  .dropdown-submenu:focus > .dropdown-menu {
    display: block;
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
  .logic-navbar-section .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: #000 !important;
  }
  .logic-navbar-section.navbar > .container-fluid {
    justify-content: space-between;
  }
  .logic-navbar-section .mobile-logo-title {
    display: block;
    color: #fff;
    margin-bottom: 0;
  }
  .dropdown-menu.show {
    display: block;
    margin-left: 20px !important;
  }
  #message .date_heading select {
    padding: 0px !important;
  }
  #message p.date_heading {
    margin-left: 0;
  }
  #header_middle {
    display: flex;
    flex-direction: column !important;
    text-align: center !important;
    gap: 17px !important;
    margin-top: 13px !important;
  }
  .navbar > .container {
    flex-direction: row-reverse;
  }
  #logo {
    text-align: center;
    margin: auto;
  }
  #header {
    display: block !important;
  }
  .dropdown-submenu.show > .dropdown-menu {
    display: block;
  }
  .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 0.1rem;
    z-index: 1000;
  }
  .navbar-nav {
    gap: 0;
  }
  .dropdown-toggle::after {
    font-size: 26px;
    line-height: 26px;
  }
  .dropdown-menu .dropdown-item {
    font-size: 16px;
    line-height: 16px;
    display: inline;
  }
  .offcanvas .nav-link {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dropdown-submenu {
    padding: 2px 6px;
    display: block;
  }
  .dropdown-toggle {
    display: inline;
  }
  .offcanvas .dropdown-submenu .dropdown-menu {
    position: static;
  }
}
@media (max-width: 575px) {
  .offcanvas .dropdown-submenu .dropdown-menu {
    left: 50%;
    top: 100%;
  }
  #header_links a:link,
  #header_links a:visited {
    font-size: 14px;
    line-height: 14px;
  }
}
/*================header end=======================*/

/* =====================common-css ----start------------------ */
.dropdown-toggle::after {
  margin-left: 5px !important;
}
#message {
  width: 100%;
  padding-left: 10px;
}
#message .row .col-select {
  display: flex;
  gap: 4px;
  justify-content: center;
  padding: 0 4px 0 0;
}
#message h3 {
  font-size: 16px;
  color: #c8ff91;
  margin-top: 15px;
  font-style: italic;
  margin-right: 0px;
}
#message p.date_heading {
  font-size: 16px;
  color: #ffffff;
  margin: 15px 0px 0px 40px;
  font-weight: bold;
}
#message p.date {
  font-size: 12px;
  color: #ffffff;
  margin: 17px 10px 0px 0px;
  float: left;
}
#message .date_heading select {
  padding: 3px;
  border-radius: 8px;
}
#content {
  text-align: left;
}
#content .divider {
  background: url("../images/list_page_divider.gif") repeat-x;
  height: 2px;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 3px;
}
#content h2 {
  font-size: 22px;
  margin: 10px;
  line-height: 20px;
  color: #000000;
}
#content h2 center {
  margin-top: 29px;
  margin-bottom: -10px;
}
td {
  font-weight: 500;
}
.student-list-top-select {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding-top: 10px;
}
.student-select-field {
  display: flex;
  gap: 8px;
  align-items: center;
}
.content_heading_center {
  display: flex;
  align-items: center;
}
.table_div {
  margin-top: 8px;
}
.table_div table {
  width: 100%;
  height: auto;
  border-color: #333366;
  border-style: solid;
  border-width: 1px;
}
.table_div table th {
  font-size: 16px !important;
  line-height: 18px !important;
  font-weight: 600;
}
.table_div table td,
.table_div table td a.domain_name {
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}
.table_div table th {
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 14px;
  background: #0057a3d6;
  padding: 14px 5px;
  border-color: #000;
  border-style: none solid none;
  border-width: 0pt 1px 1px 0pt;
  margin: 0pt;
}
.fa-bell {
  font-size: 24px;
}
.btn .badge {
  font-size: 10px;
  left: 25px;
  top: 20px;
}
.quick-icon li a img {
  width: 22px;
  height: 22px;
  object-fit: cover;
}
table::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
table::-webkit-scrollbar-track {
  background: #f1f1f1;
}
table::-webkit-scrollbar-thumb {
  background: #888;
}
table::-webkit-scrollbar-thumb:hover {
  background: #555;
}
table {
  scrollbar-width: thin; /* Options: auto, thin, none */
  scrollbar-color: #888 #f1f1f1; /* thumb color and track color */
}
#content_heading_center {
  display: flex;
  gap: 2px;
  align-items: center;
}
#content_heading_center h4 {
  font-size: 18px;
  margin: 0px 0px 0px 0px;
  color: #000000;
  text-align: left;
  font-weight: 600;
}
#content_heading_left p {
  color: #3d978e !important;
  font-weight: 600;
}
#content_heading_left p.count {
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  color: #ff6600;
}
.common-btn {
  padding: 10px 30px !important;
  font-size: 14px !important;
  line-height: 16px !important;
  position: relative;
  z-index: 1;
}
.btn:focus-visible {
  box-shadow: none;
}
.common-btn:after {
  position: absolute;
  content: "";
  background-color: #0057a3d6;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.5s;
}
.common-btn:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
#contact_wrap table {
  width: 100%;
  margin: 0 auto 10px;
}
#contact_wrap table td {
  border: 0 none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}

#contact_wrap table td a.domain_name {
  color: #c64000;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}
select {
  padding: 2px 6px 2px 3px;
  margin-bottom: 3px;
  background-color: transparent;
}

th {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  padding-bottom: 8px;
}
input[type="button"] {
  width: auto;
  background: #0057a3d6;
  padding: 10px 12px;
  border-radius: 10px;
  border: 0 !important;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
input[type="button"]:focus,
input[type="button"]:hover {
  background-color: #196029 !important;
}
#content {
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}
#contact_wrap {
  padding: 17px;
  border: 1px solid #145d89 !important;
  border-radius: 5px;
}
.form-control,
.form-select,
.form-check-input,
input,
select,
textarea {
  border: 1px solid #81a2b6 !important;
  font-size: 14px !important;
  line-height: 18px;
}
#contact_wrap input {
  padding: 4px 6px 3px 4px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.form-control:focus,
.form-check-input:focus,
.form-select:focus {
  box-shadow: none !important;
}
.form-select:disabled {
  background-color: #bbd4c74f;
}
.form-check-input {
  width: 18px;
  height: 18px;
  margin: 0;
}
@media (max-width: 1399px) {
  .student-list-top-select {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 1199px) {
  .student-select-field {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  #header_links {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: center !important;
  }
  #header_links {
    padding: 0;
  }
  #content_heading_center h4 {
    margin-bottom: 0px;
  }
  #content_heading_left {
    float: left;
    width: auto;
  }
  #content_heading_center h4 {
    margin-top: 0;
  }
  #LBForm table {
    overflow-x: auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .student-list-top-select {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .student-select-field {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .student-list-top-select .select-btn-grp {
    text-align: center !important;
    margin: auto;
  }
  .student-list-top-select .btn-group,
  .student-list-top-select .btn-group-vertical {
    position: relative;
    display: table-cell !important;
    vertical-align: middle;
  }
  .student-list-top-select .btn-group .btn {
    margin-bottom: 2px;
  }
  .table_div table {
    border: 0 !important;
  }
}
@media (max-width: 810px) {
  #content_heading_center {
    width: auto;
  }
}
@media (max-width: 768px) {
  table td input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #message .row .col-select {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .dropdown-item {
    font-size: 12px;
  }
  #LBForm table:first-child td,
  #LBForm table:nth-child(5) td {
    display: block;
  }
  #LBForm table:nth-child(4) tbody tr:nth-child(2) td:first-child input {
    width: 100%;
    min-width: 100px;
  }
  .search-table td {
    margin-bottom: 1px !important;
  }
  #header {
    height: 100%;
  }
  #header_middle {
    width: 100%;
  }
  .common-btn {
    padding: 10px 13px !important;
  }
}
@media (max-width: 575px) {
  #content_heading_center h4 {
    margin-bottom: 0;
  }
  .offcanvas .nav-link {
    font-size: 16px;
    line-height: 20px;
  }
  #header_links {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  #contact_wrap {
    padding: 10px;
  }
  #content {
    width: 100%;
  }
  #contact_wrap input {
    padding: 5px 6px 5px 4px;
  }
}
/* =====================common-css ----end------------------ */

/* =============freeze table start ========== */
.table-freeze {
  position: relative;
}
.table-freeze th,
.table-freeze td {
  min-width: 140px;
}
.table-freeze th,
.table-freeze tbody th {
  position: sticky;
  top: 0;
  z-index: 5;
}
.table-container thead th {
  background: #0f8dfc1f;
  color: #0f8dfc;
}
.table-freeze tbody tr td:first-child,
.sticky-column,
.table-freeze th:first-child {
  position: sticky !important;
  left: 0 !important;
  z-index: 5;
}
.table-freeze th:first-child {
  z-index: 7;
  background-color: #0057a3d6 !important;
  color: white !important;
}
.table-freeze {
  overflow: auto;
  max-height: 400px;
}
.table-freeze .table_div table td {
  text-align: center;
  line-height: 20px;
  color: #000;
  font-size: 14px;
  height: auto;
  background-color: #eaeef3;
  border-color: -moz-use-text-color #333366 rgb(51, 51, 102) -moz-use-text-color;
  border-style: none solid solid none;
  border-width: 0pt 1px 1px 0pt;
  margin: 0pt;
  padding: 13px 10px;
}
.table-freeze {
  width: 100%;
  overflow-x: auto;
}
.table-freeze tr th {
  background: #0057a3d6;
  color: white;
  z-index: 3;
  padding: 7px 4px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.sticky-column {
  background: #37aba0 !important;
  color: #fff !important;
  z-index: 3;
}
.sticky-column a {
  color: #fff !important;
}
/* =============freeze table end =========== */

/* =============dashboard page --- start================= */
.dashboardalert.alert {
  padding: 5px 5px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 7px;
  width: 100%;
  background-color: #7fb069;
  margin-top: 20px;
  color: #0a3622;
}
.dashboardalert.alert div {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  text-align: left;
}
.dashboardalert .btn-close {
  padding: 2px 16px !important;
}
/* --dahsboard plus icon -- */
.sortable-table .icon-link > .bi {
  fill: red !important;
}

/* =============dashboard page ---end=================== */

/*================footer style --start--=======================*/
#footer {
  width: 100%;
  padding: 8px 0;
  background-color: #0f8dfc;
  text-align: center;
  margin-top: 30px;
}
#footer p {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  text-decoration: none;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #footer p {
    font-size: 14px;
  }
}
/*================footer style --end--=======================*/

/*================Dashboard---start======================*/

.dashboard-tables .collapsible-table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.23);
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
}
.dashboard-tables .collapsible-table:hover {
  box-shadow: 0 8px 6px rgba(0, 0, 0, 0.25), 0 8px 6px rgba(0, 0, 0, 0.22);
  transform: scale(1.01);
}
.dashboard-tables .collapsible-table .base-row td {
  height: 100%;
}
.dashboard-tables .collapsible-table .base-row td:not(:last-child) {
  padding: 5px;
}
.dashboard-tables .collapsible-table .base-row td a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.dashboard-tables .collapsible-table .baserow.open td {
  border-bottom: none;
}
.dashboard-tables .collapsible-table .details-row td {
  display: none;
  text-align: center;
}
.dashboard-tables .collapsible-table .details-row .details {
  display: none;
  padding: 2px;
}
.dashboard-tables .collapsible-table,
.dashboard-tables th,
.dashboard-tables td,
.heading1 table tr td {
  padding: 5px;
}
.dashboard-tables .details-row .details tr th,
.dashboard-tables .details-row .details td {
  border: 1px solid black;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #000000;
  padding: 4px;
}
.dashboard-tables .base-row {
  background: #0057a3d6;
}
.icon-link {
  color: red;
  font-size: 20px;
  line-height: 20px;
}
.dashboard-tables .details a.domain_name {
  text-decoration: none;
  color: #660000;
  font-weight: bold;
}
.dashboard-tables th {
  background-color: #f2f2f2;
  text-align: left;
}
.dashboard-tables .red {
  color: red;
}
.dashboard-tables .icon {
  display: flex;
  align-content: space-around;
  justify-content: end;
  flex-direction: column;
  padding: 5px;
  cursor: pointer;
  margin: auto;
}
.dashboard-tables .icon .bars {
  margin: 0 0 0 auto;
  height: 8px;
  width: 29px;
}
.dashboard-tables .fold-icon .bars .bar {
  transition: all ease-in-out 0.3s;
  background-color: #fff;
  width: 50%;
  min-height: 2px;
  border-radius: 1px;
}
.dashboard-tables .fold-icon .bars .bar:first-child {
  margin-top: 3px;
}
.dashboard-tables .fold-icon .bars .bar:last-child {
  margin-top: -2px;
  transform: rotate(89deg);
}
.dashboard-tables .fold-icon.open .bars .bar:first-child {
  transform: rotate(179deg);
}
.dashboard-tables .fold-icon.open .bars .bar:last-child {
  transform: rotate(0deg);
}
.dashboard-tables .sortable-table {
  width: 100%;
}
.dashboard-tables .drag-handler {
  width: 1.4em;
  position: relative;
  background-size: 10px 20px;
  cursor: move;
}
.dashboard-tables .drag-handler:active {
  background-size: 10px 20px;
}
.dashboard-tables .ui-sortable {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  flex-wrap: wrap;
}
.dashboard-tables .base-row a {
  color: #fff;
  text-decoration: none;
}
.alert-dismissible .btn-close {
  position: relative !important;
}
.dashboard-alert.alert.text-center {
  padding: 10px;
  border: 1px solid #3d978e;
  background: #fff;
  font-size: 18px;
  max-width: 500px;
  margin: auto;
  color: #000;
  font-weight: 600;
}
.heading1 {
  width: auto;
  height: auto;
  margin: 20px 20px 3px 0px;
  list-style-type: none;
  padding-bottom: 10px;
}
.dashboard-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.paging .heading1:last-child {
  width: auto;
  height: auto;
  float: left;
  border: 1px solid #f2f1f1;
  list-style-type: none;
  padding-bottom: 10px;
}
.heading1 h3 {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-weight: bold;
  background: #3d978e;
  padding: 6px 6px 6px 6px;
}
.heading1 ul {
  list-style: none;
  float: left;
  padding-left: 10px;
  margin: 0px;
  padding-top: 3px;
  margin-left: 13px;
  line-height: 30px;
}
.heading1 li {
  float: left;
}
.heading1 ul li {
  list-style: square;
  float: left;
  padding-left: 4px;
  padding-right: 10px;
  margin: 0px;
  line-height: 20px;
  font-size: 13px;
  clear: left;
}
.heading1 ul li a {
  font-weight: bold;
  font-size: 13px;
  color: #660000;
  text-decoration: none;
  padding-left: 8px;
}
.heading1:nth-child(5) table {
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
}
.heading1 table tr th {
  border: 1px solid #666666;
  font-size: 13px;
}
.heading1 table tr td {
  border: 1px solid #666666;
  text-align: center;
  font-size: 13px;
}
.heading1 table tr td a {
  text-decoration: none;
  color: #660000;
  font-weight: bold;
}
.heading1 table th {
  padding: 3px;
  font-size: 13px;
  font-weight: bold;
}
.details table td {
  padding: 0 10px;
  border: 1px solid #000;
}
.details-row .details tr th,
.details-row .details td {
  font-size: 14px;
  padding: 7px 14px;
}
.heading1 {
  text-align: start !important;
}
@media (max-width: 991px) {
  .dashboard-tables .ui-sortable {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .collapsible-table .details-row .details {
    padding: 8px;
  }
  .details-row .table-responsive table {
    overflow-x: auto;
    width: 100%;
  }
  .progresive-list {
    top: 70% !important;
  }
}
@media (min-width: 769px) and (max-width: 803px) {
  .heading1:nth-child(5) table {
    width: 84%;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
    border-collapse: collapse;
  }
  .heading1:last-child table {
    width: 90%;
    overflow-x: auto;
    display: inline-block;
    white-space: nowrap;
    border-collapse: collapse;
  }
}

@media (max-width: 767px) {
  .progresive-list td input {
    min-width: auto !important;
  }
  .heading1:nth-child(5) table {
    width: 94%;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
    border-collapse: collapse;
  }
  .heading1:last-child table {
    width: 93%;
    overflow-x: auto;
    display: inline-block;
    white-space: nowrap;
    border-collapse: collapse;
  }
}
@media (max-width: 575px) {
  .paging .heading1:last-child,
  .paging .heading1:nth-child(5) {
    width: 89%;
    height: auto;
    float: left;
    border: 1px solid #f2f1f1;
    list-style-type: none;
    background: #e8e8e8;
    padding-bottom: 10px;
  }
  .progresive-list {
    top: 86% !important;
  }
  .heading1:last-child table,
  .heading1:nth-child(5) table {
    width: 95%;
    height: auto;
  }
}
@media (max-width: 399px) {
  .heading1:last-child table,
  .heading1:nth-child(5) table {
    width: 94%;
  }
  .heading1 {
    margin-left: 0;
  }
}
/*================Dashboard---end======================*/

/*====================list Page start =================*/
.searchBtn {
  background-color: #0f8dfc !important;
  color: white !important;
}
.select-btn-grp .btn {
  border: 1px solid #3d978e;
}
.select-btn-grp .btn.active {
  border: 1px solid #0f8dfc1f;
  background-color: #0f8dfc;
  color: #fff;
}
.select-btn-grp .btn:hover {
  border: 1px solid #0f8dfc1f;
  background-color: #0f8dfc;
  color: #fff;
}
.search-icon {
  width: 100%;
  max-width: 30px;
}
#horizontal_scroll {
  overflow-x: auto;
  width: 100%;
}
.table-containe {
  padding: 0;
}
.table-bordered > :not(caption) > * {
  border-width: 0 !important;
}
.searchBtn {
  padding: 7px 30px !important;
}
.comleted-data td {
  background-color: #fde6e3 !important;
  color: #fd0202 !important;
}
.comleted-data td a.domain_name,
.comleted-data td a,
.incompleted-data a {
  color: #fd0202 !important;
}
.incompleted-data td {
  background-color: #dff7e9 !important;
  color: #269b4d !important;
}
.incompleted-data td a.domain_name {
  color: #269b4d !important;
}
.btn-group .button {
  background-color: #424242;
  border: 1px solid white;
  color: white;
  padding: 2px 4px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  cursor: pointer;
  position: relative;
}
.btn-group .button:not(:last-child) {
  border-right: none;
}
.btn-group .button:hover {
  background-color: #3e8e41;
}
.toggle-btn {
  cursor: pointer;
}
.btn-group .button {
  margin-top: 0;
}
.table_div tr {
  background-color: #e9e9e95e;
}
.table-hover > tbody > tr:hover > * {
  --bs-table-bg-state: #5d78ff1a;
}
.list-action-btn {
  width: 16px;
  height: 16px;
}
td[data-label="Count"] a {
  color: #1312e3;
}
.incompleted-data td[data-label="Count"] a {
  color: #269b4d !important;
}
@media (max-width: 810px) {
  .btn-group {
    display: inline-block;
    height: 100%;
    width: 100%;
    margin-top: 10px;
  }
  .btn-group .button {
    float: inline-start;
  }
  .list-action-btn {
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 4px;
  }
}
/*====================list Page end =================*/

/* ===========dashboard and list page  ============= */
.paging .heading1:last-child table::-webkit-scrollbar,
.paging .heading1:nth-child(5) table::-webkit-scrollbar,
.links1 #horizontal-scroll table::-webkit-scrollbar {
  width: 8px;
  height: 2px;
}
.links1 {
  padding-bottom: 10px;
}
.paging .heading1:last-child table::-webkit-scrollbar-thumb,
.paging .heading1:nth-child(5) table::-webkit-scrollbar-thumb,
.links1 #horizontal_scroll table::-webkit-scrollbar-thumb {
  background-color: #211919;
  border-radius: 4px;
}
.paging .heading1:last-child table::-webkit-scrollbar-track,
.paging .heading1:nth-child(5) table::-webkit-scrollbar-track,
.links1 #horizontal_scroll table::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.table_div table .total th {
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 14px;
  background-color: #000;
  padding: 15px 5px;
  border-color: #000;
  border-style: none solid solid none;
  border-width: 0pt 1px 1px 0pt;
  margin: 0pt;
}
.table_div table td.align_right {
  text-align: right;
}
.table-container .table {
  width: 100%;
  border-collapse: collapse;
}
.table-container .table td {
  padding: 5px 10px;
  border: 1px solid #bbb6b6 !important;
  word-wrap: break-word;
}
.table-container .table th {
  padding: 7px 10px;
  border: 1px solid #cccccc !important;
  background: #0f8dfc1f;
  color: #0f8dfc;
  vertical-align: middle;
}
.table_div table td a.domain_name {
  color: #fd0202;
  text-decoration: none;
}
.hidden-row {
  display: none;
}
@media (max-width: 992px) {
  .panel-custm-table,
  .panel-custm-table thead,
  .panel-custm-table tbody,
  .panel-custm-table th,
  .panel-custm-table td,
  .panel-custm-table tr {
    display: block;
  }
  .panel-custm-table thead tr {
    width: 100%;
    text-align: left;
  }
  .panel-custm-table tr {
    margin: 0 0 15px 0;
  }
  .panel-custm-table tr th {
    display: none;
  }
  .panel-custm-table td {
    position: relative;
    padding-left: 50% !important;
    text-align: left !important;
    border: 1px solid #ccc;
    width: auto;
    margin-bottom: 1px;
  }
  .panel-custm-table td:before {
    position: absolute;
    left: 10px;
    width: 50%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    content: attr(data-label);
  }
  .panel-custm-table tr:last-child th {
    display: none;
  }
  .hidden-row td {
    padding-left: 10px !important;
  }
  .table-container .table td {
    border: none !important;
  }
}
@media (max-width: 991px) {
  .table-container .table td {
    border: none !important;
    min-height: 27px;
    height: 100%;
  }
  .table_div table tr {
    border: 1px solid #474747 !important;
  }
}
@media (max-width: 768px) {
  /* ---mobile scren table column change---- */

  #horizontal_scroll table tr:last-child th {
    display: none;
  }
  #horizontal_scroll table .total th {
    display: none;
  }
  #horizontal_scroll table .total th:first-child,
  #horizontal_scroll table .total {
    display: flex;
    width: 100%;
  }
  #horizontal_scroll table .total th:first-child,
  #horizontal_scroll table .total th:nth-child(6) {
    display: block;
    text-align: left;
    display: flex;
  }
  #horizontal_scroll table .total th:nth-child(6) {
    width: 100%;
  }
  #horizontal_scroll table .total th:first-child {
    width: 38%;
  }
}
/* ==========dashboard and list page end====== */

/* ================== add page---start ============== */
table{
  margin-top: 14px !important;
  margin-bottom: 14px !important;
  }
#LBForm table {
  max-width: max-content;
  margin: auto;
}
.progresive-list table {
  max-width: none !important;
}
#inv_consume {
  width: 100%;
  max-width: 500px;
}
.charges {
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
.charges tr th {
  padding-left: 0px;
  text-align: center;
}
th , td {
  padding-left: 4px;
  padding-right: 4px;
}
.compact-table {
  width: 100%;
  max-width: 350px;
  text-align: center;
}
.compact-table th {
  padding-left: 5px;
}
#set_ref_std {
  display: block;
  overflow-x: auto;
}
.charges tr:first-child td {
  content: "none" !important;
  padding-left: 0 !important;
}
.charges tr:nth-child(5) td {
  content: "none" !important;
  padding-left: 0 !important;
}
.close-icon {
  position: relative;
}
.close-icon i {
  background-color: #1bac616c;
  padding: 2px;
  border-radius: 4px;
  color: #000;
}
.add-page-email {
  text-align: center;
}
.add-page-email tr {
  display: flex;
}
.add-page-email td {
  display: contents;
}
@media (max-width: 992px) {
  #LBForm table {
    max-width: none;
    margin: auto;
  }
  .compact-table {
    display: inline-table !important;
  }
  .sub-table-tr td {
    padding-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .ui-sortable-handle {
    width: 100%;
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .table-full-width td {
    display: block;
  }
  .progresive-list td {
    display: table-cell !important;
  }
}
@media (max-width: 575px) {
  .charges td {
    padding-left: 56% !important;
  }
  textarea {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .charges td {
    padding-left: 55% !important;
  }
}
/* =========== add page --end ===========- */

/* ===========popup start ============*/
.window-popup .modal-body .btn {
  background-color: #0057a3d6 !important;
  color: white !important;
}
.popup-h2 {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin: 0px 0px 0px 0px;
  color: #000000;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
}
.popup-table-title {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  margin: 0px 0px 0px 0px;
  color: #000000;
  text-align: left;
  font-weight: 600;
  margin-bottom: 20px;
}
.form-check,
.form-check-input,
.form-check-label {
  cursor: pointer !important;
}
.form-check-inline {
  display: flex;
  align-items: center;
  gap: 10px;
}
.check-flex {
  display: flex;
  gap: 10px;
}
.modal.show {
  padding: 0 !important;
}
.popup-btn {
  background-color: #0057a3d6 !important;
  color: white !important;
  padding: 7px 30px !important;
}
.window-popup select {
  color: #7f7f7f;
}
.popup-list li {
  display: flex;
  align-items: start;
  gap: 8px;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 12px;
}
.modalpara {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.modal-dialog {
  max-width: 700px;
  width: 100%;
}
/* ===========popup end================*/

/* ========prpgresive list add page ======== */
.progressive-no-record {
  position: relative;
}
.progressive-no-record .no-order-close {
  position: absolute;
  left: 8px;
  top: 8px;
  color: #fff;
}
.no-order-plus {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 22px;
  color: #fff;
}
.progressive-no-record p {
  background-color: #797b7c;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  padding: 5px 5px 5px 30px;
  margin-left: 0px;
}
.open-close {
  display: flex;
  justify-content: end;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.open-close span {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #0057a3d6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50%;
  font-size: 14px;
  line-height: 18px;
}
.progresivelist-relative {
  position: relative;
}
.progresive-list {
  border: 1px solid #edfefd;
  border-radius: 10px;
  width: 100%;
  position: absolute;
  left: 5px;
  top: 96%;
  border-radius: 0;
  z-index: 1000;
}
.progresive-list table{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.progresive-list .table > :not(caption) > * > * {
  background-color: #bbe9e4;
}
.progresive-list table td {
  border: auto !important;
}
.progresive-list table {
  margin-bottom: 0 !important;
}
.progresive-list {
  max-width: 500px;
  width: 100%;
  display: block;
  /*height: calc(100vh - 250px);*/
  overflow-y:auto;
  scrollbar-width:thin
}
hr {
  margin: 20px 0;
}
.custm-particular-input {
  width: 100%;
  max-width: 260px;
}

/* ==========login page ========start======== */
.login {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f2f2f2;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.login .container {
  max-width: 1140px;
}
.login-page {
  background-color: white;
  padding: 15px 25px;
}
.login-page .logo-img {
  width: 100%;
  max-width: 200px;
  margin: 0px auto 20px;
}
.login-page label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
}
.login-page .form-control {
  background: transparent;
  border: 0 !important ;
  border-radius: 0 !important;
  box-shadow: unset !important;
  border-bottom: 1px solid #ddd !important;
  background-color: #e8f0fe;
  font-size: 13px;
  height: auto;
  font-weight: 600;
  padding: 8px 4px;
}
.login-page .form-control::placeholder {
  font-weight: 600;
}
.login-page form {
  text-align: start;
}
.login-page .form-group {
  margin-bottom: 16px;
}
.login-page .btn {
  width: 100%;
  padding: 7px 0;
  border: 0;
  color: #fff;
  font-size: 18px;
  background: #465ba9;
  border-radius: 3px;
  margin: 15px 0;
  font-weight: 800;
  border: 1px solid #465ba9 !important;
  outline: none !important;
  box-shadow: none !important;
  position: relative;
  z-index: 1;
}
.login-page .btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #1d327d;
  transition: all 0.5s;
  z-index: -1;
}
.login-page .btn:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.forget-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin: 20px 0 30px 0;
}
.forget-text h3 {
  margin-bottom: 0;
  transition: all 0.5s;
}
.forget-text h3 a:hover {
  color: #465ba9;
}
.error-mes {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: red;
  margin-bottom: 10px;
}
.forget-text h3 a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  transition: all 0.5s;
}
.login-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.login-call .fa-phone {
  margin-right: 4px;
}
.login-call h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 0;
}
.login-call span {
  color: #465ba9;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
.rightside_box {
  padding: 40px;
  background-color: #fff;
  border-right: 2px solid #f1f1f1;
}
.rightside_box .slider .slider-img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.slider-data {
  text-align: center;
  margin-top: 30px;
}
.slider-data h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 20px;
}
.slider-data p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 30px;
}
.slider-data .btn {
  border-radius: 20px;
  max-width: 160px;
  margin: auto;
  background-color: #ecf7fe;
  color: #0091ff;
  font-weight: 600;
  border-radius: 18px;
  padding: 8px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  width: max-content;
  position: relative;
  z-index: 1;
}
.slider-data .btn:after {
  position: absolute;
  content: "";
  background-color: #0091ff;
  top: 0;
  left: 0;
  border-radius: 18px;
  width: 0;
  height: 100%;
  opacity: 0;
  visibility: visible;
  transition: all 0.5s;
  z-index: -1;
}
.slider-data .btn:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.slider-data .btn:hover {
  color: white;
}
.owl-dots {
  margin-top: 40px !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #6abffc !important;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: #ecf7fe !important;
}
@media (max-width: 992px) {
  .progresive-list table {
    display: table !important;
  }
  .login .row .div1 {
    width: 342px;
  }
  .login .row .div2 {
    width: 402px;
  }
}
@media (max-width: 767px) {
  .login {
    height: auto;
  }
  .rightside_box {
    border-right: none;
  }
  .login-page {
    border-bottom: 1px solid gray;
  }
  .rightside_box {
    padding: 20px;
  }
  .login .row .div1,
  .login .row .div2 {
    width: 100%;
  }
  .login .row {
    padding: 20px 20px 20px;
  }
}
@media (max-width: 320px) {
  .login-page .btn {
    font-size: 16px;
    line-height: 20px;
  }
}
/* ==========login page ========end======== */

/* ==========sub table --- start========= */

.sub-table {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.sub-table,
.sub-table th {
  z-index: 2 !important;
  position: relative;
}
.sub-table-title {
  font-size: 18px;
  margin: 0px 0px 0px 0px;
  color: #000000;
  text-align: left;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 20px;
}
.sub-table th,
.sub-table td {
  min-width: 140px;
}
.sub-table-tr .container-fluid {
  margin: 20px 0;
}
/* ==========sub table --- end========= */

/* ========= search page start=========== */
.search-table td {
  padding: 3px;
}
.search-table {
  width: 100%;
  max-width: 773px;
}
.search-btn {
  padding: 8px 20px !important;
  border-radius: 2px !important;
}
@media (max-width: 767px) {
  .search-table tbody tr td:first-child {
    margin-top: 5px !important;
  }
  .search-btn {
    margin-bottom: 10px !important;
  }
}

/* ========= search page end=========== */

@media (max-width: 399px) {
  #content_heading_center h4 {
    margin-bottom: 0;
  }
  .panel-custm-table td {
    position: relative;
    padding-left: 50%;
    text-align: left;
    border: 1px solid #ccc;
    width: auto;
  }
  .progresive-list {
    top: 99%;
  }
  #logo h3 {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 320px) {
  #list_table_data td {
    padding-left: 35%;
  }
  #horizontal_scroll table .total th:first-child {
    width: 54%;
  }
}

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.paging_simple_numbers {
  display: none;
}

/* ----take page css start */
.takepage_btns{
  display: flex;
  flex-wrap:  wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
}
.tack-btn{
background-color: #0057a3d6;
border: none;
padding: 8px 22px;
color: #fff;
text-transform: capitalize;
font-weight: 700;
border-radius: 3px;
box-shadow: 0px 3px 19px -10px black;
outline: none;
text-decoration: none;
margin-bottom: 0px;
font-size: 14px;
}
.add_task_sec{
  border-bottom: 1px dashed #ddd;
  padding-bottom: 30px;
}
.add_task_sec h3{
  font-size: 18px;
    margin: 0px 0px 0px 0px;
    color: #000000;
    text-align: left;
    font-weight: 600;
margin-bottom: 15px;
}
.task-form-label{
  border: 0 none;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 4px;
}
.add_task_sec select{
  border: 0 none;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  width: 100%;
}

.add_task_sec input{
  width: 100%;
}

.input_select_grid{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  gap: 22px;
 margin-bottom: 10px;
 flex-wrap: wrap;
}

.Estimate-field{
  display: flex;
  align-items: center;
}
.Estimate-field  {
  position: relative;
}
.Estimate-field span {
  background: #ddd;
  display: block;
  padding: 4px 6px 4px 6px;;
  text-transform: capitalize;
  position: absolute;
  top: 0%;
  right: 1%;
}
.cutm-width-input {
  width: 100%;
  max-width: 400px;
}
.btm_input_select textarea{
  width: 100%;
  max-width: 600px;
}

.select_submit{
 display: flex;
 justify-content: end;
 margin-top: 20px;
 gap: 10px;
 align-items: center;
 margin-right: 40px;
}
.cross_domain{
  font-weight: 600;
  font-size: 14px;
  width: 35px;
  height: 35px;
  border: 1px solid #f44336;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #ff5722;
}
.daily_plan_inner{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.daily_plan_inner li {
  display: flex;
  gap: 8px;
  align-items: center;
}
.daily_plan_div{
  margin-top: 30px;
}
.snackbar_text{
  font-size: 14px;
  line-height: 16px;
  font-weight: 16px;
  margin-top: 10px;
}
.daily_plan_inner li a{
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.input_check_boxes{
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 5px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.input_check_boxes input{
  margin: 0 !important;
  cursor: pointer;
}
.input_check_boxes label{
  border: 0 none;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-left: 5px;
  cursor: pointer;
}
.checkboxs-selector{
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 22px;
  margin-bottom: 20px;
}
.checkboxs-selector select ,.checkboxs-selector input{
  width: 100%;
}
.selector-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.pending_task_button {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.pending_task_button a{
  text-align: center;
}
.pending_task_button{
  margin-bottom: 20px;
}
.tasklist_tab{
  display: flex;
  justify-content: end;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.tasklist_tab button{
  padding: 6px 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  border: 1px solid #2a2a2a;
  border-radius: 5px;
}
.task_list{
  border: 1px dashed #ddd;
}
.task_list_title{
  display: flex;
  align-items: center;
  gap: 10px;
}
.task_list_title h3{
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #2467A0;
  margin-bottom: 0;
}
.task_list{
  padding: 20px 10px;
}
.task_list_title{
  margin-bottom: 14px;
}
.task_list_title span{
  margin-bottom: 0; 
  color: #ff6600;
  font-weight: 400;
  letter-spacing: 1px;
}
.task_list_data {
  background-color: #F4F4F4;
  padding: 20px;
  margin-bottom: 20px;
}
.task_data_generate_top{
  display: flex;
  gap: 40px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.generate-content{
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.star{
  font-size: 30px;
  line-height: 14px;
}
.task-data-h3 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.blue-text{
  color: #2467A0;
}
.green-text{
  color: #4caf50;
}
.task-text{
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 7px;
}
.select_link a{
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #2467A0;
}
.task_data_generate_bottom{
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.select_link{
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.open-red{
  display: flex;
  gap: 6px;
  align-items: center;
}
.open-red h3 , .open-red a{
  
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.open-red a ,.red-text{
  color: #ff0000;
}
.task-attachment{
  padding: 20px 0;
}
.attchment-filed{
  display: flex;
  flex-direction: column;
}
.border-btm{
  border-bottom: 1px solid #2a2a2a;
}
.read_more{
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #5518ab;
}
.text-bold{
  font-weight: 700;
}
.check-lable{
  border: 0 none;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-left: 5px;
  cursor: pointer;
}
.spaeration-checkbox .form-check-input{
  margin: 0 !important;
}
.spaeration-checkbox{
  margin-bottom: 14px;
}
.spaeration-checkbox , .spaerate-select{
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.project-wise-status{
  margin-top: 30px;
}
.project-wise-status table td ,.project-wise-status table td a{
  font-size: 14px !important;
  line-height: 14px;
}
.project-wise-status table td a{
  text-decoration: underline;
}
.status-td-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.status-h3{
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

@media(max-width:1520px){
  .input_check_boxes{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
}
@media(max-width:1440px){
  .input_select_grid{
    margin-bottom: 10px;
  }
}
@media(max-width:1024px){
  .input_select_grid{
    grid-template-columns :repeat(5, 1fr);
  }
  .input_check_boxes, .checkboxs-selector{
    grid-template-columns: repeat(6, 1fr);
  }
  .tasklist_tab{
    justify-content: start;
    gap: 9px;
  }
  .task_data_generate_top{
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  }
  .task_data_generate_bottom ,.select_link{
    gap: 10px;
  }
}
@media(max-width:992px){
  .project-wise-status table tr td:first-child{
    background: #0057a3d6 !important;
    color: white;
  }
}
@media(max-width:768px){
  .input_select_grid ,.checkboxs-selector,  .input_check_boxes {
    grid-template-columns :repeat(4, 1fr);
  }
  .task_list_data{
    padding: 15px;
  }
  .pending_task_button{
    gap: 12px;
  }
}
@media(max-width:640px){
  .input_select_grid{
    grid-template-columns :repeat(3, 1fr);
    gap: 10px;
  }
  .select_submit{
    justify-content: center;
    margin-right: 0;
  }
  .tack-btn{
    padding: 8px 16px;
  }
  .input_check_boxes , .checkboxs-selector {
    grid-template-columns: repeat(3, 1fr);
  }
  
}
@media(max-width:575px){
  .task_data_generate_top{
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    }
    .spaeration-checkbox, .spaerate-select{
      gap: 12px;
      justify-content: start;
    }
}
@media(max-width:425px){
  .input_select_grid ,.checkboxs-selector ,  .input_check_boxes{
    grid-template-columns :repeat(2, 1fr);
  }

}
@media(max-width:375px){
  .input_check_boxes ,.checkboxs-selector{
    grid-template-columns: repeat(1, 1fr);
  }
  
}
/* ----take page css end */