:root {
  --blue: #298ec9;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #333;
  --primary: #298ec9;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #298ec9;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #333;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
  margin: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
  letter-spacing: 0.015em;
}

.bg-info,
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  background-color: #ffffff !important;
  color: #212529;
  box-shadow: none !important;
}

.nav-link.hover {
  color: #298ec9 !important;
}

.btn {
  font-size: 15px;
  font-weight: 500;

}

.brand-link .brand-image {
  max-height: 44px;
}

.main-sidebar .brand-text {
  font-size: 18px;
  display: inline-block;
  line-height: 1.1;
}

.main-sidebar {
  background-color: #fff !important;
}

.nav-sidebar>.nav-item .nav-icon {
  position: relative;
  top: 2px;
}

.btn-primary {
  background-color: #298ec9;
  border-color: #298ec9;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #298ec9;
  border-color: #298ec9;
}

.card-primary.card-outline {
  border-color: #298ec9;
}

.content-wrapper {
  background-color: #eff5f9;
}

.small-box p {
  font-size: 15px !important;
}

.card-footer {
  background: #e5e9ec;
}

.table .thead-dark th {
  background-color: #333 !important;
}

.brand-link {
  background: #0a6ca5;
  color: rgb(255 255 255) !important;
  height: 65px;
  font-weight: 900;
  white-space: unset;
}

.navbar-blue {
  background-color: #298ec9;
}

.fa-bars {
  color: #fff !important;
}

.nav-icon {
  font-size: 14px !important;
}

.brand-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.brand-text {
  margin-right: 10px;
}

.brand-image {
  height: 50px !important;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 400 !important;
}

/* .form-group {
  display: flex;
  align-items: center;
}

.form-control {
  flex: 1;
  margin-left: 10px; 
} */
.vertical-middle {
  display: flex;
  align-items: center;
}

.word-gap {
  word-wrap: break-word;
}

.page-item.active .page-link {
  background-color: #298ec9 !important;
  border-color: #298ec9 !important;
}

.page-item:first-child .page-link {
  color: #298ec9;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.page-item .page-link {
  color: #298ec9;
}

.error_span {
  color: #dc3545;
  font-weight: 400 !important;
}

.font-wrap {
  font-size: 10px !important;
}

.login-logo img {
  height: 70px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.church-info {
  margin-top: 15px;
}

.church-info h3 {
  font-size: 16px !important;
  margin-bottom: 0px;
}

.church-info p {
  font-size: 12px !important;
  font-weight: 500;
}

.panel-primary {
  border-color: #337ab7;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: white;
}

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
  }
}



.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}

.btn-primary.btn-outline {
  color: #428bca;
}

.btn-success.btn-outline {
  color: #5cb85c;
}

.btn-info.btn-outline {
  color: #5bc0de;
}

.btn-warning.btn-outline {
  color: #f0ad4e;
}

.btn-danger.btn-outline {
  color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}

.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}

.chat li.left .chat-body {
  margin-left: 60px;
}

.chat li.right .chat-body {
  margin-right: 60px;
}

.chat li .chat-body p {
  margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}

.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}

.login-panel {
  margin-top: 25%;
}

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}

table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}

.show-grid {
  margin: 15px 0;
}

.huge {
  font-size: 40px;
  font-weight: 500;
}

.panel-green {
  border-color: #5cb85c;
}

.panel-green {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}

.panel-green>a {
  color: #5cb85c;
}

.panel-green>a:hover {
  color: #3d8b3d;
}

.panel-red {
  border-color: #d9534f;
}

.panel-red {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}

.panel-red>a {
  color: #d9534f;
}

.panel-red>a:hover {
  color: #b52b27;
}

.panel-blue {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-yellow {
  border-color: #f0ad4e;
}

.panel-yellow {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}

.panel-yellow>a {
  color: #f0ad4e;
}

.panel-yellow>a:hover {
  color: #df8a13;
}

.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}

.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}

.timeline>li {
  position: relative;
  margin-bottom: 20px;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}

.timeline>li>.timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}

.timeline>li>.timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body>p+p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline>li>.timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }

  ul.timeline>li>.timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }

  ul.timeline>li>.timeline-panel {
    float: right;
  }

  ul.timeline>li>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }

  ul.timeline>li>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
  cursor: none !important;
  background-color: green;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none !important;
}

.tthref {
  cursor: default;
  color: #f8f8f8;
}

.tthref:hover {
  background: none !important;
  color: #f8f8f8;
}

.ttdiv {
  padding: 10px 15px;
}

.ttspan {
  cursor: pointer !important;
  color: #337ab7;
}

#tthref.active {
  background: none !important;
  color: #f8f8f8;
}

#tthref.visited {
  background-color: blue !important;
}


#wrapper.tt-toggled .ttspan-fill {
  display: none;
}

#wrapper.tt-toggled .sidebar {
  width: 46px !important;
}

#wrapper.tt-toggled .sidebar sidebar-nav {
  width: 46px !important;
  background-color: red;
}

#wrapper.tt-toggled #page-wrapper {
  margin-left: 46px;
}

#wrapper.tt-toggled .sidebar-brand {
  border-bottom: none;
}

.ttspan-right {
  float: right;
  padding-bottom: 10px;
  cursor: pointer !important;
  color: #337ab7;
}

.huge {
  font-size: 40px;
}

.panel-green {
  border-color: #5cb85c;
}

.panel-green>.panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}

.panel-green>a {
  color: #5cb85c;
}

.panel-green>a:hover {
  color: #3d8b3d;
}

.panel-red {
  border-color: #d9534f;
}

.panel-red>.panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}

.panel-red>a {
  color: #d9534f;
}

.panel-red>a:hover {
  color: #b52b27;
}

.panel-yellow {
  border-color: #f0ad4e;
}

.panel-yellow>.panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}

.panel-yellow>a {
  color: #f0ad4e;
}

.panel-yellow>a:hover {
  color: #df8a13;
}

.panel-primary {
  border-color: #337ab7;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-footer {
  padding: 10px 15px;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.icon-wrap {
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.bg-light-blue {
  background: #337ab7;
  border: 5px solid #d7ebfd;
}

.bg-light-red {
  background: #d9534f;
  border: 5px solid #ffd2d1;
}

.bg-light-green {
  background: #5cb85c;
  border: 5px solid #dbffdb;
}

.bg-light-yellow {
  background: #df8a13;
  border: 5px solid #ffebcf;
}

#search {
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.ms-auto {
  margin-left: auto !important;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3e5569;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E %3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #e9ecef;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
}

.form-select:hover {
  outline: none !important;
}


/*new-css */




/* .sl-date {
  font-size: 10px;
  color: #a1aab2; }

.time-item {
  border-color: #e9ecef;
  padding-bottom: 1px;
  position: relative; }
  .time-item:before {
    content: " ";
    display: table; }
  .time-item:after {
    background-color: #fff;
    border-color: #e9ecef;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: '';
    height: 14px;
    left: 0;
    margin-left: -8px;
    position: absolute;
    top: 5px;
    width: 14px; }

.time-item-item:after {
  content: " ";
  display: table; }

.item-info {
  margin-bottom: 15px;
  margin-left: 15px; }
  .item-info p {
    margin-bottom: 10px !important; } */


.feed-widget .feed-body .feed-item {
  padding: 12px 0;
  display: flex;
  align-items: center;
}

.feed-widget .feed-body .feed-item:hover {
  background: #f8f9fa;
}

.feed-widget .feed-body .feed-item>.feed-icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  color: #fff;
}

.feed-widget .feed-body .feed-item>.feed-icon i {
  line-height: 30px;
}

/* Custom styles for adjusting spacing */
@media (max-width: 767.98px) {

  /* Mobile devices */
  .feed-widget .feed-body .feed-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* Tablets */
  .feed-widget .feed-body .feed-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.permission-group {
  margin-bottom: 10px;
}

.permission-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.permission-row {
  margin-left: 20px;
}

.custom-list {
  list-style: none;
  padding-left: 20px;
}

.custom-list .nav-link {
  color: #212529 !important;
}

/* .custom-list li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
 
} */
.custom-list {
  padding: 5px 0;
}

.custom-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.custom-list li {
  list-style-type: none;
  /* padding-left: 25px; */
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover {
  color: #337ab7 !important;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
  /* background-color: #a1a3a7 !important; */
  background-color: #a1a3a726 !important;
  color: #212529 !important;
}

.login-page {
  margin-top: -73px;
}

.login-logo a {
  font-size: 19px;
  font-weight: 500;
  color: #1a6bb9
}

/* .switch {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 50px;
}

.switch input {
  display:none;
}

.slider {
  background-color: #c7b5b5;
  /* background-color: #fb1010; 
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 16px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 16px;
}

input:checked + .slider {
  background-color: #66bb6a;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} */
/* .space{
  margin-left: 8px;
  /* display: block; 
} */

/* Style the custom label */
/* input[type="checkbox"] {
  display: none;
} */
/* Hide the default checkbox */
#customCheckbox {
  display: none;
}

/* Style the custom label to resemble a checkbox */
.custom-label {
  display: inline-block;
  width: 25px;
  /* You can adjust this size as needed */
  height: 25px;
  position: relative;
  border: 1px solid #dbdbdb;
  cursor: pointer;
  background-color: #dee2e6;
  right: 10px;
  top: 6px;
  border-radius: 2px;
}

/* Style the custom label when the hidden checkbox is checked */
#customCheckbox:checked+.custom-label {
  background-color: #298ec9;
  /* Change this to your desired checked color */
  border-color: #298ec9;
  /* Change this to your desired text color for checked state */
  border: 1px solid #dbdbdb;
}

#customCheckbox:checked+.custom-label i {
  color: white !important;
  transform: rotate(270deg);
  right: 50%;
  top: 45%;
}

.checkbox-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  /* Adjust the icon size as needed */
  height: 25px;
  /* border: 1px solid #999; */
  /* background-color: white; */
  border-radius: 2px;
  width: 100%;
}

.checkbox-icon::after {
  content: "\f015";
  /* Replace with your desired icon code */
  font-family: "Font Awesome";
  /* Use the appropriate font family */
  font-size: 18px;
  /* Adjust the icon size as needed */
  color: white;
  /* Change this to your desired icon color */
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translate(-50%, -50%);
}

.custom-label i {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: rgb(0, 0, 0);
}







.up {
  /* margin: 1px 0px; */
  padding: 0;
}

.padded {
  /* background-color: #0a6ca5;
  color: #ffffff; */
  padding: 2px 3px;
  margin-bottom: 3px;
  /* margin: 10px 10px 0px 5px; */
}

.div-1 {
  margin: 5px 10px;
}

.main-se {
  display: flex;
}

.right-sec {
  display: block;
  text-align: left;
}

.mr-rep {
  /* margin: 5px 0px; */
  padding: 2px 22px;
}

/* @media only screen and (max-width: 320px) {
  .right-sec {
    justify-content: start !important;
  }
  .space{
    margin-left: 0;
    /* display: block; 
  }
} */
/* .am{
  width:125px;
} */
@media only screen and (max-width: 975px) {
  .right-sec {
    justify-content: start !important;
  }

  .space {
    margin-left: 0 !important;
    /* display: block; */
  }
}


.small-header {
  justify-content: end;
}

@media only screen and (max-width: 764px) {
  .small-header {
    justify-content: center;
    margin-top: 20px !important;
  }
}



#advancedsearch {
  float: right !important;
  margin-top: -10px;
  /* margin-right: 40px !important; */
}

.right-middle {
  display: flex;
}


.line-after {
  position: relative;
  overflow: hidden;
  display: block;

  span {
    vertical-align: baseline;
    display: block;
    position: relative;

    &:after {
      content: '';
      position: absolute;
      width: 100%;
      top: 50%;
      margin-left: 10px;
      border-top: 1px solid #ccc;
    }
  }
}

.select2-container .select2-selection--single {
  height: auto !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  font-size: 16px !important;
}

.select2-container {
  width: 100% !important;
  border-radius: 0.25rem !important;
}

.r-button {
  display: flex;
  justify-content: space-between
}

.btn-1 {
  font-size: 15px;
  font-weight: 500;
  width: 75px;
}

.text-size {
  font-size: 14px;
}

#advancedsearch label {
  margin: 0px 0px 0px 8px;
}

.icon-left {
  margin: 0px 15px 0px 5px;
}

.left-text {
  margin-left: 15px;
}

.nav-treeview .nav-item a {
  display: flex;
  align-items: baseline;
}

.import-head {
  color: #212529;
}

.import-head a {
  color: #298ec9;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.import-desc p {
  color: #212529;
  font-size: 14px;
}

@media (max-width: 640.98px) {

  /* Mobile devices */
  .double-btns {
    margin-top: 30px;
  }
}




/* notice start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main-wrap {
  background-color: #f7d5ad;
  padding-bottom: 100px;
}

.main-head {
  padding: 20px 0px;
  text-align: center;
}

.main-head h2 {
  font-weight: 700;
}

.top-content {
  margin: auto 68px;
  font-size: 16px;
}

.top-content p {
  font-weight: 500;
}

.top-2-content {
  margin: auto 68px;
  font-size: 16px;
}

.top-2-content {
  font-weight: 500;
}

.start-paded {
  padding-left: 291px;
}

.notice-table-sec {
  margin: auto 68px;
}

.notice-table-sec .table-bordered td {
  border: 2px solid black !important;
}

.notice-table-sec .table-bordered th {
  border: 2px solid black !important;
  vertical-align: middle;
  /* Vertically center the content */
  padding: 8px;
  font-weight: 500;
  font-size: 14px;
  height: 10px;
}

.notice-table-sec td {
  height: 75px;
}

.notice-table-sec th {
  padding: 3px !important;
  height: 15px !important;
}

.sign {
  padding-right: 275px;
}

/* notice end */


/* Certificate of Marriage::Start */
.certificate-main-wrap {
  background-color: #ebff7f52;
}

.certificate-main-size {
  margin: auto 68px;
  padding-bottom: 50px;
}

.certificate-main-head {
  padding: 60px 0px 0px 0px;
  text-align: center;
}

.certificate-main-head h2 {
  font-weight: 700;
  font-size: 26px;
}

.certificate-table-sec .table-bordered td {
  border: 2px solid black !important;
}

.certificate-table-sec .table-bordered th {
  border: 2px solid black !important;
  vertical-align: middle;
  /* Vertically center the content */
  padding: 8px;
  font-weight: 500;
  font-size: 14px;
  height: 10px;
}

.certificate-main-head {
  position: relative;
}

.certificate-no {
  position: absolute;
  right: 155px;
  top: 28px;
}

/* Certificate of Marriage::End */
/* Calendor::Start */
.cal-wrap {
  padding: 0;
}

.cal-sec {
  padding: 0;
  margin-top: 40px;
}

.cal-wrap th {
  padding: 20px;
  font-size: 20px;
  background-color: #0a6ca5;
  color: #fff;
}

.cal-data {
  background-color: #ebf2ff42;
}

.cal-data td {
  font-size: 20px;
  text-align: center;
  padding: 25px 15px
}

.cal-data .n-active {
  background-color: #d3d3d37c;
  color: #b5b5b5;
}

.cal-wrap th {
  border: none;
}

.cal-wrap td {
  border: 1px solid rgba(0, 0, 0, 0.089) !important;
  width: 215px;
}

.cal-data .event p {
  margin: 0;
  padding: 2px 2px;
  font-size: 16px;
}

.cal-select {
  background-color: #085887;
  display: flex;
  border-radius: 10px 10px 0px 0px;
  height: 80px !important;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-top: 20px;
  justify-content: space-between;
}

.cal-wrap .table thead th {
  padding: 10px;
}

.cal-select .text {
  padding-left: 25px;
}

.icons {
  display: flex;
  align-self: center;
  padding-right: 25px;
  justify-content: end;
}

.text h5 {
  margin: 0;
  color: #fff;
}

.ic-right {
  padding-right: 15px !important;
}

.ic i {
  color: #fff;
}

/* Change the date picker color to white */
#datepicker::-webkit-calendar-picker-indicator {
  filter: invert(1);
  /* Invert the colors to make it white */
  border: 1px solid rgb(0, 0, 0);
  padding: 5px;
  border-radius: 5px;
  background-color: #c4e2f1;
  box-shadow: rgba(255, 0, 0, 0.24) 0px 2px 8px 0px;
}

#datepicker {
  background-color: transparent;
  /* Remove the background color */
  outline: none;
  /* Remove the outline */
  border: none;
  /* Remove the border */
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 603.98px) {

  /* Mobile devices */
  .cal-select {
    flex-direction: column;
    height: 106px !important;
  }

  .icons {
    display: flex;
    align-self: center;
    padding-right: 0px !important;
    padding-bottom: 10px;
    justify-content: center;
  }

  .cal-select .text {
    padding-left: 5px;
  }

  .picker {
    text-align: center;
  }
}

/* Calendor::End */
.reset {
  color: #7c7c7c;
}

.r-log {
  margin-left: 10px;
}

.event p {
  margin: 4px 0px !important;
  border-radius: 3px;
}

.bar-wrap {
  padding: 0px 50px;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
  margin-bottom: 1rem;
  border-radius: 4px;
}

.charts-d {
  padding: 30px 0px;
}

.even-text p {
  font-size: 14px;
}

.even-text {
  margin-right: 6px;
  width: 200px;
}

@media screen and (max-width: 601px) {
  #chartmonthlyexpenses {
    height: 200px !important;
  }

  #chartmonthlyofferings {
    height: 200px !important;
  }

  #chartmonthlycontributions {
    height: 200px !important;
  }

  .bar-wrap {
    padding: 0px 15px;
  }

}

.text-muted {
  color: hsl(202 56% 39% / 1) !important;
  font-weight: 500;
  background-color: #5da6d11c;
  padding: 2px 9px;
  border-radius: 5px;
  font-size: 12px;
}

.dash-head {
  margin-top: 40px;
  margin-bottom: 0;
}

.setting {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 8px;
}

.setting1 {
  position: relative;
  cursor: pointer;
}

.setting-icon {
  padding: 10px;
  background-color: #085887;
  border-radius: 4px;
}



.s-ic {
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}

.view-part {
  position: absolute;
  top: 58px;
  background-color: #212529;
  padding: 15px 20px;
  border-radius: 5px;
  display: none;
  right: 0px;
  width: 204px;
}

.hidden-p {
  color: white;
  text-decoration: none;
}

.hidden-p:hover {
  color: white;
  text-decoration: none;
}

.change-p {
  margin: 5px 5px;
  padding: 5px 5px;
}

.setting1.active .view-part {
  display: block;
}

.label-text {
  margin-bottom: 0;
  opacity: 0.7;
  font-size: 12px;
}