/* @import url('https://fonts.googleapis.com/css?family=Nova+Slim&display=swap'); */

.committee-theme,
.committee-theme {
  line-height: 1.8;
  /* font-family: 'Roboto', sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  background-color: #fff;
  overflow-x: hidden;
  /* text-transform: capitalize; */
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

.committee-theme :root {
  --color-default: #000000;
  --color-primary: #12457a;
  --color-secondary: #b02736;
  --color-snips: #dfe8f2;
  --bs-primary-bg: #174475;
  --bs-primary-border: #092864;
  --bs-primary-hover: #b02736;
  --bs-tooltip: #eeeeee;
}

.committee-theme h1,
.committee-theme h2,
.committee-theme h3,
.committee-theme h4,
.committee-theme h5,
.committee-theme h6,
.committee-theme .h1,
.committee-theme .h2,
.committee-theme .h3,
.committee-theme .h4 {
  font-weight: 400;
  line-height: 1.5em;
}

.committee-theme p {
  font-size: 15px;
  margin: 12px 0 0;
  line-height: 24px;
}

.committee-theme a {
  color: #333;
  font-weight: 400;
}

.committee-theme button:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

.committee-theme button {
  cursor: pointer;
}

.committee-theme ul,
.committee-theme ol {
  padding: 0;
  margin: 0px;
  list-style: none;
}

.committee-theme a,
.committee-theme a:hover,
.committee-theme a:focus {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

.committee-theme .display-modal-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.committee-theme .signin-container {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #cccccc;
  backdrop-filter: blur(10px);
}

/*=======================================================
  material-icons  copy & paste form site google material-icons
  ==================================================*/

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"),
    url(https://example.com/MaterialIcons-Regular.woff) format("woff"),
    url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
}

.committee-theme .material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/*=======================================================
  material-icons  copy & paste form site google material-icons
  ==================================================*/

.committee-theme .wrapper {
  position: relative;
  width: 100%;
  /* overflow-y: scroll; */
}

/* ---------------------------------------------------
    General
----------------------------------------------------- */

.committee-theme .home-logo-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500 !important;
}

.committee-theme .text-yellow {
  color: #fcd21d;
}

.committee-theme .header .logo img {
  max-height: 34px;
  margin-right: 6px;
}

.committee-theme .app-title {
  font-size: 20px;
  padding-left: 20px;
}

.committee-theme .top-message-title {
  font-weight: bold;
}

.committee-theme .icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-left: 5px;
}

.committee-theme .icon_dashboard {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
}

.committee-theme .text-bg-draft {
  font-size: 10px;
  color: #fff !important;
  background-color: #6b6b6b !important;
}

.committee-theme .text-bg-pending {
  font-size: 12px;
  color: #fff !important;
  background-color: #b02736 !important;
}

.committee-theme .text-bg-sent {
  font-size: 12px;
  color: #fff !important;
  background-color: #a77c0b !important;
}

.committee-theme .text-bg-received {
  font-size: 12px;
  color: #fff !important;
  background-color: #0ba208 !important;
}

.committee-theme .text-bg-active {
  font-size: 12px;
  color: #fff !important;
  background-color: #0ba208 !important;
}

.committee-theme .text-duedate {
  color: #b02736;
  font-weight: bold;
}

.committee-theme .form-select {
  font-size: 13px;
  border: 1px solid #cbcbcb;
}

.committee-theme .form-control {
  font-size: 14px;
  border: 1px solid #cbcbcb;
}

.committee-theme .is-invalid {
  border-color: #dc3545 !important;
}

.committee-theme .form-check-input[type="checkbox"] {
  border-radius: 0.25em;
  border: 1px solid #cbcbcb;
  width: 15px;
  height: 15px;
}

.committee-theme .form-check-input[type="radio"] {
  border-radius: 50%;
  border: 1px solid #cbcbcb;
}

.committee-theme .btn-primary {
  font-size: 14px;
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary-bg) !important;
  --bs-btn-border-color: var(--bs-primary-bg) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary-hover);
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: var(--bs-primary-bg);
  --bs-btn-active-shadow: inset 0 3px 5px #ffffff20;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
  text-transform: none;
  border: none;
}

.committee-theme .btn-secondary {
  font-size: 14px;
  --bs-btn-color: #000000;
  --bs-btn-bg: #dfe8f2;
  --bs-btn-border-color: none;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #166ab5;
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #dfe8f2;
  --bs-btn-active-border-color: none;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  /* --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #DFEAFF;
    --bs-btn-disabled-border-color: #DFEAFF;
    text-transform: uppercase; */
}

.committee-theme .filter-pill {
  background-color: #dfe8f2;
  border: 1px solid #2f56a4;
  color: #000000;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 20px;
}

.committee-theme .filter-pill:hover {
  color: #ffffff;
  background-color: #be2033;
}

.committee-theme .link-default {
  color: #212f64 !important;
  font-weight: bold;
  text-decoration: none !important;
}

.committee-theme .link-default:focus,
.committee-theme .link-default:hover {
  /* color: #BE2033 !important; */
  border-bottom: 2px solid #be2033;
  text-decoration: none !important;
}

/* filters */

.committee-theme .filter-titles {
  font-size: 13px;
  margin-top: 5px;
}

.committee-theme .table-filter {
  font-size: 14px;
  background: #dce4e8;
  padding: 10px;
  border-radius: 5px;
}

.committee-theme .bg-filters {
  background: #ffffff;
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

.committee-theme .filter-title {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}

/* ---------------------------------------------------
    SIDEBAR STYLE start
----------------------------------------------------- */

.committee-theme #sidebar {
  position: fixed;
  height: auto !important;
  top: 65px;
  bottom: 20px;
  left: 0;
  z-index: 11;
  width: 260px;
  overflow: auto;
  transition: all 0.3s;
  background: #ffffff;
  box-shadow: 0 10px 30px -12px rgb(0 0 0 / 42%),
    0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

.committee-theme #sidebar::-webkit-scrollbar {
  width: 3px;
  border-radius: 10px;
  background-color: #eee;
  display: none;
}

.committee-theme #sidebar::-webkit-scrollbar-thumbs {
  width: 5px;
  border-radius: 10px;
  background-color: #333;
  display: none;
}

.committee-theme #sidebar:hover::-webkit-scrollbar {
  display: block;
}

.committee-theme #sidebar:hover::-webkit-scrollbar-thumbs {
  display: block;
}

.committee-theme #sidebar .sidebar-header {
  padding: 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
}

.committee-theme .sidebar-header h3 {
  color: #333;
  font-size: 17px;
  margin: 0px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  font-weight: 600;
}

.committee-theme .sidebar-header h3 img {
  width: 170px;
  margin-right: 10px;
}

.committee-theme #sidebar ul li {
  padding: 2px 7px;
}

.committee-theme #sidebar ul li.active > a {
  color: #000000;
  background-color: #dfeaf2;
}

.committee-theme #sidebar ul li.active-exit > a {
  color: #000000;
  background-color: #eee8e9;
}

.committee-theme #sidebar ul li a:hover {
  color: #b02736;
  background-color: #dfeaf2;
}

.committee-theme .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 25px;
}

.committee-theme .dropdown-toggle1::after {
  position: absolute;
  right: 10px;
  top: 25px;
}

.committee-theme #sidebar ul li.drodown {
  position: sticky;
}

.committee-theme #sidebar ul.components {
  padding: 0px 0;
}

.committee-theme #sidebar ul li a {
  padding: 10px;
  line-height: 30px;
  border-radius: 5px;
  font-size: 15px;
  position: relative;
  font-weight: 400;
  display: block;
  color: #212f64;
}

.committee-theme #sidebar ul li a span {
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  display: inline-block;
}

.committee-theme #sidebar ul li a i {
  position: relative;
  margin-right: 10px;
  top: 5px;
  color: #555555;
  margin-left: 10px;
}

.committee-theme .dash-nav-title {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0 0 5px;
}

@media (max-width: 575px) {
  .committee-theme .sidebar-header {
    display: none;
  }
  .committee-theme .app-title {
    font-size: 18px;
  }
}

/* ---------------------------------------------------
   sidebar end
----------------------------------------------------- */

/*=======================================================
   main-content navbar-design start
   ===============================================*/

.committee-theme #content {
  position: relative;
  transition: all 0.3s;
  background-color: #eeeeee;
  padding-bottom: 30px;
}

.committee-theme .top-navbar {
  width: 100%;
  z-index: 9;
  position: fixed;
}

.committee-theme .main-content {
  padding: 80px 20px 0px 20px;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .committee-theme .main-content {
    height: 180vmin;
    border: 0px solid red;
  }
}

.committee-theme #inner-content {
  position: relative;
  transition: all 0.3s;
  background-color: #ffffff;
  padding-bottom: 30px;
}

.committee-theme .navbar {
  background-color: #092864;
  color: #ffffff;
}

.committee-theme .navbar-brand {
  color: #ffffff;
}

.committee-theme .navbar button {
  background-color: transparent;
  border: none;
}

.committee-theme .navbar button span {
  color: #fff;
}

.committee-theme #sidebarCollapse {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  margin-left: 10px;
  margin-right: 20px;
  border: none;
  color: #ffffff;
  background-color: #ffffff17;
  transition: all 1s ease-in;
}

.committee-theme #sidebarCollapse span {
  margin: 5px;
  padding: 0px;
  font-size: 25px;
}

.committee-theme .navbar-nav > li.active {
  color: #ffffff;
  border-radius: 4px;
  /* background-color: #b1dcf014; */
}

.committee-theme .navbar-nav > li > a {
  color: #ffffff;
}

.committee-theme a,
.committee-theme a:hover,
.committee-theme a:focus {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

/*--------------------------------------------------------------
# Header Nav + Top right
--------------------------------------------------------------*/

.committee-theme .header-nav ul {
  list-style: none;
}

.committee-theme .header-nav > ul {
  margin: 0;
  padding: 0;
}

.committee-theme .header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
}

.committee-theme .header-nav .nav-profile {
  color: #012970;
}

.committee-theme .header-nav .nav-profile img {
  max-height: 36px;
}

.committee-theme .header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.committee-theme .header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.committee-theme .header-nav .notifications {
  inset: 48px 21px auto auto !important;
}

.committee-theme .header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  transition: 0.3s;
  width: 500px;
}

.committee-theme .header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.committee-theme .header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.committee-theme .header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.committee-theme .header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.committee-theme .header-nav .messages {
  inset: 48px 13px auto auto !important;
}

.committee-theme .header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.committee-theme .header-nav .messages .message-item a {
  display: flex;
}

.committee-theme .header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.committee-theme .header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.committee-theme .header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.committee-theme .header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.committee-theme .header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 45px !important;
}

.committee-theme .header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.committee-theme .header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.committee-theme .header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
  font-weight: normal;
}

.committee-theme .header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.committee-theme .header-nav .profile .dropdown-item:hover {
  background-color: #dfeaff;
  color: #b02736;
}

/* Top right icons Dropdown menus */

.committee-theme .dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  width: max-content;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.committee-theme .dropdown-menu .dropdown-header,
.committee-theme .dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.committee-theme .dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.committee-theme .dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.committee-theme .dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.committee-theme .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.committee-theme .dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.committee-theme .dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .committee-theme .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@media (min-width: 768px) {
  .committee-theme .dropdown-menu-arrow-left::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/

.committee-theme .card {
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.committee-theme .card-header,
.committee-theme .card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.committee-theme .card-title {
  padding: 15px 0 5px 0;
  font-size: 18px;
  font-weight: bold;
  color: #012970;
  /* font-family: "Poppins", sans-serif; */
}

.committee-theme .card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.committee-theme .card-body {
  padding: 0 20px 20px 20px;
}

.committee-theme .card-body-top {
  padding: 0 20px 10px 20px;
}

.committee-theme .card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

.committee-theme .number {
  font-size: 30px;
}

/* Info Cards */

.committee-theme .dashboard .info-card {
  padding-bottom: 10px;
}

.committee-theme .dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.committee-theme .dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.committee-theme .dashboard .committee-card .card-icon {
  color: #09ac47;
  /* background: #f6f6fe; */
}

.committee-theme .dashboard .pending-card .card-icon {
  color: #ef4458;
  /* background: #e0f8e9; */
}

.committee-theme .dashboard .draft-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.committee-theme .footer-verison span {
  font-size: 10px;
}

.committee-theme .footer-title {
  font-size: 12px;
  font-weight: bold;
}

.committee-theme .footer-title h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.committee-theme .footer-title p {
  font-size: 16px;
  font-weight: normal;
}

.committee-theme #footer {
  color: #ffffff;
  font-size: 14px;
  background: #12457a;
  height: auto;
}

.committee-theme #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #12457a;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
  border-bottom: 1px solid #fff;
}

.committee-theme #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

.committee-theme #footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

.committee-theme #footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ffffff;
}

.committee-theme #footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
}

.committee-theme #footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.committee-theme #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.committee-theme #footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #0b4e8e;
  font-size: 18px;
  line-height: 1;
}

.committee-theme #footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.committee-theme #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.committee-theme #footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.committee-theme #footer .footer-top .footer-links ul a:hover {
  text-decoration: underline;
  color: #89c2f4;
  border-bottom: 2px solid #b02736;
}

.committee-theme .link-footer-list {
  color: #ffffff !important;
  font-weight: normal;
  text-decoration: none !important;
}

.committee-theme .link-footer-list:focus,
.committee-theme .link-footer-list:hover {
  /* color: #B02736 !important; */
  border-bottom: 2px solid #b02736;
  text-decoration: none !important;
}

@media only screen and (max-width: 600px) {
  .committee-theme #footer {
    height: auto;
    z-index: auto;
  }
}

/*=============================================
  footer design end
  =========================================*/

.committee-theme #sidebar.show-nav,
.committee-theme .body-overlay.show-nav {
  transform: translatex(0%);
  opacity: 1;
  display: block;
  visibility: visible;
  z-index: 15;
  height: 100vh !important;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media only screen and (min-width: 992px) {
  .committee-theme #sidebar.active {
    width: 80px;
    height: 100% !important;
    position: fixed !important;
    overflow: visible !important;
    top: 62px !important;
    z-index: 666;
    float: left !important;
    bottom: 0 !important;
  }
  .committee-theme #sidebar.active .sidebar-header h3 span {
    display: none;
    transition: all 0.5s ease;
  }
  .committee-theme #sidebar.active .dash-nav-title {
    display: none;
  }
  .committee-theme #sidebar.active ul li a span {
    display: none;
    transition: all 0.5s ease;
  }
  .committee-theme #sidebar.active .dropdown-toggle::after {
    display: none;
    transition: all 0.5s ease;
  }
  .committee-theme #content {
    width: calc(100% - 260px);
    position: relative;
    float: right;
    transition: all 0.3s;
    background-color: #eeeeee;
  }
  .committee-theme #content.active {
    width: calc(100% - 80px);
  }
  .committee-theme #sidebar.active .menu {
    position: absolute;
    left: 81px;
    background-color: white;
    width: 180px;
    height: auto;
    margin: 5px 0;
    top: 0;
    border: 1px solid #dcd9d9;
    z-index: 4;
  }
}

/* @media only screen and (min-width:992px) {
    .dropdown-menu {
        border: 0;
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
        transform: translate3d(0, -20px, 0);
        visibility: hidden;
        transition: all 150ms linear;
        display: block;
        min-width: 15rem;
        right: 0;
        left: auto;
        opacity: 0;
    }
} */

/*===============small-screen overlay sidebar design media queries==============*/

@media only screen and (max-width: 992px) {
  .committee-theme #sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 260px;
    transform: translatex(-100%);
    transition: all 150ms linear;
    box-shadow: none !important;
  }
  /* .body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    transition: all 150ms linear;
    background-color: rgba(0, 0, 0, 0.5);
  } */
}

/*===============small-screen overlay sidebar design media queries==============*/

/*=======================================================
   inner page content style
   ===============================================*/

.committee-theme .inner-main-content {
  padding: 59px 0px 0px 3px;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .committee-theme .inner-main-content {
    padding: 45px 0px 0px 0px;
  }
}

.committee-theme .inner-tab-bg {
  background: #3675b8;
  height: 65px;
}

.committee-theme .inner-tab-bg-white {
  background: #fff;
  height: 55px;
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.committee-theme .page-title {
  color: #212f64;
  font-size: 15px;
  font-weight: bold;
  height: 55px;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

@media only screen and (max-width: 992px) {
  .committee-theme .inner-main-content {
    height: 150vmin;
    border: 0px solid red;
  }
}

/* Notifications page */

.committee-theme .topnav {
  padding-top: 13px;
  font-size: 14px;
  overflow: hidden;
  background-color: #3675b8;
  border-radius: 10px 10px 0px 0px;
  padding-left: 10px;
  z-index: 2;
  /* height: 30px; */
}

.committee-theme .topnav a {
  font-size: 14px;
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  padding: 10px 20px;
  margin-right: 10px;
  margin-top: 10px;
  background: #c2d9f4;
  border-radius: 10px 10px 0px 0px;
}

.committee-theme .topnav a:hover {
  font-size: 14px;
  background-color: #fff;
  color: black;
  /* border-radius: 10px 10px 0px 0px; */
}

.committee-theme .topnav a.active {
  font-size: 14px;
  background-color: #fff;
  color: #000;
  /* border-radius: 10px 10px 0px 0px; */
}

.committee-theme .topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .committee-theme .topnav a {
    font-size: 14px;
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    padding: 10px 20px;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 10px;
    background: none;
  }
  .committee-theme .topnav a:not(:first-child) {
    display: none;
  }
  .committee-theme .topnav a.icon {
    float: right;
    display: block;
    background: none;
  }
  .committee-theme .inner-main-content {
    padding: 48px 0px 0px 0px;
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }
  .committee-theme .topnav span {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 9px 29px;
    text-decoration: none;
  }
  .committee-theme .topnav span.icon {
    float: right;
    display: block;
    color: #fff;
    padding: 7px;
    margin: 10px;
  }
}

@media screen and (max-width: 600px) {
  .committee-theme .topnav.responsive {
    position: relative;
  }
  .committee-theme .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 10px;
  }
  .committee-theme .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.committee-theme .update-title {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.committee-theme .update-content {
  font-size: 14px;
}

.committee-theme .update-date {
  font-size: 13px;
  color: #818181;
}

.committee-theme .list-group-flush .icon-size {
  font-size: 20px;
}

/*  dashboard screen */

.committee-theme .rounded {
  width: 80%;
  height: 60%;
  border-radius: 50%;
}

/* My committee page */

.committee-theme .rounded {
  width: 80%;
  height: 60%;
  border-radius: 50%;
}

.committee-theme .text-bg-quotepill {
  font-size: 13px;
  color: #fff !important;
  background-color: #212f64 !important;
}

.committee-theme .img-cards {
  margin: 18px -3px;
}

.committee-theme .border-right-img {
  border-right: 3px solid #eee;
}

.committee-theme .cand-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.committee-theme .my-committee-card {
  margin-bottom: -8px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 0.2s ease-out;
}

.committee-theme .my-committee-card:hover {
  background-color: #d4eacb;
  border: 1px solid #2b6e09;
  cursor: pointer;
  color: #000000;
}

.committee-theme .my-committee-card-body {
  padding: 1px 5px 0px 14px;
}

.committee-theme .my-committee-card-body:hover {
  color: #000;
}

.committee-theme .my-committee-card-title {
  padding: 0px 0 5px 0;
  font-size: 18px;
  font-weight: bold;
  color: #012970;
}

.committee-theme .my-committee-card-text-wrap {
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* border:1px solid; */
}

.committee-theme .my-committee-card-text:last-child {
  margin-bottom: 0;
  font-size: 14px;
}

.committee-theme .candidate-name {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}

@media screen and (max-width: 600px) {
  .committee-theme .border-right-img {
    border-right: none;
  }
  .committee-theme .border-right-img {
    border-bottom: 3px solid #eee;
  }
  .committee-theme .candidate-name {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
  }
  .committee-theme .candidate-name {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
  }
}

/* Registration page */

.committee-theme .bg-body-signin {
  background: #f2f4f7;
  border-radius: 10px;
  padding: 30px;
  width: 80%;
}

/* Tabs styles */

.committee-theme .tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #dfe8f2;
  border-radius: 10px 10px;
}

.committee-theme label {
  display: inline-block;
  font-size: 14px !important;
}

.committee-theme .tabs label.tab-text {
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  margin-right: 0.0625rem;
  cursor: pointer;
  color: #000;
  transition: background-color ease 0.3s;
  /* background-color: #c4c4c4; */
  /* border-radius: 10px 10px 0 0; */
}

.committee-theme .tabs .tab {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: none;
  padding: 15px;
  color: #000;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  /* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4); */
}

.committee-theme .tabs .tab > *:not(:last-child) {
  margin-bottom: 0.8rem;
}

.committee-theme .tabs [type="radio"] {
  display: none;
}

.committee-theme .tabs [type="radio"]:checked + label.tab-text {
  /* background-color: #fff; */
  font-weight: bold;
  font-size: 16px;
  color: #0067b8;
  border-bottom: 4px solid #3675b8;
  /* border: 4px solid #0067b8; */
  /* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4); */
}

.committee-theme .tabs [type="radio"]:checked + label.tab-text + .tab {
  display: block;
}

@media (min-width: 768px) {
  /* body {
        font-size: 1.125rem;
    } */
  .committee-theme .tabs-container {
    padding: 4rem 4rem;
  }
  .committee-theme .tabs label.tab-text {
    order: 1;
    width: auto;
  }
  .committee-theme .tabs .tab {
    order: 9;
  }
  .committee-theme .tabs [type="radio"]:checked + label.tab-text {
    border-bottom: 4px solid #3675b8;
  }
}

@media (min-width: 992px) {
  .committee-theme .tabs {
    width: 100%;
  }
}

/* Committee dashboard */

.committee-theme .committee-card-header {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 5px 20px;
  color: #012970;
  border-bottom: 0px solid #ebeef4;
  /* background-color: #e8e8e8; */
  border-radius: 10px 10px 0px 0px;
}

.committee-theme .list-group-todo {
  padding: 10px 10px;
  border-bottom: 1px solid #ededed;
}

.committee-theme .list-group-todo .comm-title {
  font-size: 16px;
  font-weight: bold;
  padding: 0px 10px;
}

.committee-theme .list-group-todo .icon-size {
  font-size: 40px;
  color: #be2033;
}

.committee-theme .list-group-todo .comm-red p {
  font-weight: bold;
  color: #be2033;
  text-align: end;
}

@media (max-width: 600px) {
  .committee-theme .list-group-todo .comm-red p {
    font-weight: bold;
    color: #be2033;
    text-align: start;
  }
}

.committee-theme .list-group-upcoming {
  padding: 10px 10px;
  border-bottom: 1px solid #ededed;
}

.committee-theme .list-group-upcoming .comm-title {
  font-size: 16px;
  font-weight: bold;
  padding: 0px 10px;
}

.committee-theme .list-group-upcoming .icon-size {
  font-size: 40px;
  color: #212f64;
}

.committee-theme .list-group-upcoming .comm-red p {
  font-weight: bold;
  color: #212f64;
  text-align: end;
}

@media (max-width: 600px) {
  .committee-theme .list-group-upcoming .comm-red p {
    font-weight: bold;
    color: #212f64;
    text-align: start;
  }
}

/* Action drop down for committee > reports page */

.committee-theme .dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.committee-theme .dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.committee-theme .dashboard .filter .icon:hover,
.committee-theme .dashboard .filter .icon:focus {
  color: #4154f1;
}

.committee-theme .dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.committee-theme .dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.committee-theme .dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

.committee-theme .dropdown-menu.show {
  display: block;
  inset: 0px 15px auto auto;
}

/* Transaction page offcanvas */

.committee-theme .offcanvas,
.committee-theme .offcanvas-lg,
.committee-theme .offcanvas-md,
.committee-theme .offcanvas-sm,
.committee-theme .offcanvas-xl,
.committee-theme .offcanvas-xxl {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 80%;
  --bs-offcanvas-height: 30vh;
}

.committee-theme .accordion {
  --bs-accordion-active-bg: #cfe2ff !important;
  --bs-accordion-btn-padding-x: -44.75rem;
  --bs-accordion-body-padding-x: 0.25rem;
  padding: 0px;
}

.committee-theme .accordion-body {
  padding: 15px;
}

.committee-theme .accordion-button {
  padding: 5px 5px !important;
}

.committee-theme .custom-tooltip {
  --bs-tooltip-bg: var(--bs-tooltip);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* data entry */

.committee-theme .dataentry-card-header {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 5px 20px;
  color: #012970;
  border-bottom: 0px solid #ebeef4;
  /* background-color: #e8e8e8; */
  border-radius: 10px 10px 0px 0px;
}

.committee-theme .list-group-dataentry {
  padding: 10px 10px;
  border-bottom: 1px solid #ededed;
}

.committee-theme .list-group-dataentry .dataentry-title p {
  font-size: 25px;
  font-weight: bold;
  padding: 0px 0px;
}

.committee-theme .list-group-dataentry .dataentry-title span {
  font-size: 15px;
  font-weight: bold;
  padding: 0px 0px;
  color: #212f64;
}

.committee-theme .list-group-dataentry .icon-size {
  width: 40px;
  height: 40px;
}

/* Invite users */

.committee-theme .bg-cand-info {
  background: #ffffff;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

.committee-theme .cand-title {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}

/* Tabs style for committe administration page */

.committee-theme .inner-tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #dfe8f2;
  border-radius: 10px 10px;
}

.committee-theme .inner-tabs label.tab-text {
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  margin-right: 0.0625rem;
  cursor: pointer;
  color: #000;
  transition: background-color ease 0.3s;
  /* background-color: #c4c4c4; */
  /* border-radius: 10px 10px 0 0; */
}

.committee-theme .inner-tabs .tab {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: none;
  padding: 15px;
  color: #000;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  /* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4); */
}

.committee-theme .inner-tabs .tab > *:not(:last-child) {
  margin-bottom: 0.8rem;
}

.committee-theme .inner-tabs [type="radio"] {
  display: none;
}

.committee-theme .inner-tabs [type="radio"]:checked + label.tab-text {
  /* background-color: #fff; */
  font-weight: bold;
  font-size: 16px;
  color: #0067b8;
  border-bottom: 4px solid #3675b8;
  /* border: 4px solid #0067b8; */
  /* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4); */
}

.committee-theme .inner-tabs [type="radio"]:checked + label.tab-text + .tab {
  display: block;
}

@media (min-width: 768px) {
  /* body {
        font-size: 1.125rem;
    } */
  .committee-theme .inner-tabs-container {
    padding: 4rem 4rem;
  }
  .committee-theme .inner-tabs label.tab-text {
    order: 1;
    width: auto;
  }
  .committee-theme .inner-tabs .tab {
    order: 9;
  }
  .committee-theme .inner-tabs [type="radio"]:checked + label.tab-text {
    border-bottom: 4px solid #3675b8;
  }
}

@media (min-width: 992px) {
  .committee-theme .inner-tabs {
    width: 100%;
  }
}

.committee-theme .notification-div {
  width: 100%;
}

.committee-theme .notification-text-wrap {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 4em;
  line-height: 1.4em;
}

.committee-theme table.table-expandable > tbody > tr:nth-child(odd) {
  cursor: pointer;
}

.committee-theme
  table.table-expandable.table-hover
  > tbody
  > tr:nth-child(even):hover
  td {
  background-color: white;
}

.committee-theme
  table.table-expandable
  > tbody
  > tr
  div.table-expandable-arrow {
  background: transparent url(../img/arrows.png) no-repeat scroll 0px -16px;
  width: 16px;
  height: 16px;
  display: block;
}

.committee-theme
  table.table-expandable
  > tbody
  > tr
  div.table-expandable-arrow.up {
  background-position: 0px 0px;
}

/* input field valdiation css */
.committee-theme .field-validations {
  color: #dc3545;
  margin: 0;
  font-size: 12px;
  text-align: left;
  padding: 0;
}

.committee-theme input[type="number"]::-webkit-inner-spin-button,
.committee-theme input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.committee-theme .icon {
  display: inline-block;
  background-size: cover;
}
.committee-theme .icon-arrow-left {
  background-image: url(/assets/image/arrow-left.svg) !important;
  width: 45px !important;
  height: 45px !important;
}

.committee-theme .icon-arrow-left:hover,
.committee-theme .icon-arrow-left:focus {
  background-image: url(/assets/image/arrow-left-red.svg) !important;
}

.committee-theme .icon-arrow-right {
  background-image: url(/assets/image/arrow-right.svg) !important;
  width: 45px !important;
  height: 45px !important;
}

.committee-theme .icon-arrow-right:hover,
.committee-theme .icon-arrow-right:focus {
  background-image: url(/assets/image/arrow-right-red.svg) !important;
}

@media (min-width: 768px) {
  .committee-theme .dropdown-menu-left-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 10px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}
.committee-theme .mb-30 {
  margin-bottom: 30px;
}
.committee-theme .mb-40 {
  margin-bottom: 40px;
}
.committee-theme .ui.upward.dropdown > .menu {
  margin-top: 8px;
  bottom: auto;
}
.committee-theme .link-profile {
  color: #212f64 !important;
  font-weight: bold;
  text-decoration: none !important;
  cursor: pointer;
}

.committee-theme .link-profile:focus,
.committee-theme .link-profile:hover {
  /* color: #BE2033 !important; */
  border-bottom: 2px solid #be2033;
  text-decoration: none !important;
}

.committee-theme .scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 50px;
  z-index: 999999;
  background: var(--color-secondary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.committee-theme .scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.committee-theme .scroll-top:hover {
  background: rgba(248, 90, 64, 0.8);
  color: #fff;
  opacity: 1;
}

.committee-theme .scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 60px;
  color: #fff;
  opacity: 1;
}

.committee-theme .breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
  font-weight: 600 !important;
}

.committee-theme .breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.committee-theme .scrollable-area {
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 100px);
  padding-top: 16px;
  padding-bottom: 5px;
  scrollbar-width: thin;
}

.committee-theme .scrollable-area::-webkit-scrollbar {
  display: none;
}
