/*
====================
start css for table  
====================
*/

table {
  border-radius: 0.1rem;
  background: #e5e9f2;
  border: 1px solid #c0ccda;
  overflow-x: auto;

}

table tr {
  height: 40px !important;
}

.type-live-sessions table th:nth-child(3) {
  min-width: 7rem;
}

.type-live-sessions table th:nth-child(4) {
  min-width: 7rem;
}

.type-live-sessions table th:nth-child(6) {
  min-width: 10rem;
}

.type-live-sessions table th:nth-child(2) {
  min-width: 10rem;
}

.type-live-sessions table thead tr {
  background-color: #212529;
}

.type-live-sessions table tr:nth-child(2n) {
background-color: #ffffff;
}

.type-live-sessions table {
  border: none;
}

table th,
td {
  padding: 0.5rem;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

table thead tr {
  background: #248aaa;
  color: #e5e9f2;
}


tbody tr:nth-child(odd) {
  background-color: #e5e9f2;
}

.gist table {
  border-radius: unset;
  background: unset;
  border: unset;
  padding: unset;
}

.gist table tr {
  height: unset !important;
}

.gist table th,
td {
  /* padding: unset; */
  /* border-left: unset; */
  border-bottom: unset;
}

.gist table thead tr {
  background: unset;
  color: unset;
}

.gist tbody tr:nth-child(odd) {
  background-color: unset;
}

.gist tbody tr:hover {
  background: unset;
}

.gist table td,
.gist table tc {
  border-right: 1px solid #eee;
}

/* ===================
End Table Css 
====================== */

/* =================
Start show Button Css
================ */

.show_ans_details {
  width: 100%;
  padding: 1rem;
  border-radius: 2px;
  background: #f9f9f9;
  margin-block: 1rem;
  box-shadow: 4px 4px 8px #eeeeee;
  border: 1px solid #e1e1e1;
}

/* =================
End show Button Css
================ */

/* =================
start page title css
================== */

.title-main {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 4px;
  font-weight: 900;
  padding-bottom: 8px;
  position: relative;
  color: #101c5f;
}

.title-main-center {
  text-align: center !important;
}
.title-main-left::after {
  left: 0px;
}
.title-main-dark, .title-main-dark a {
  color: #101c5f !important;
}
.title-main-dark::after {
  background-color: #fee613 !important;
}
.title-main-center::after {
  left: calc(50% - 50px);
}
.title-main::after {
  content: "";
  width: 100px;
  height: 4px;
  position: absolute;
  bottom: 0px;
}

@media (max-width: 768px) {
  .title-main{
      font-size: 24px !important;
  }
}


/* =================
End page title css
================== */

/* ===================
start css for Back Button 
=================== */

.btn-info {
  background-color: #248aaa !important;
  color: #e5e9f2 !important;
}

/* ===================
End  css for Back Button 
=================== */
