.navbar-brand img {
  width: 132px;
}

.loginbg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.navbar-brand {
  font-size: inherit;
}

.loginbg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.auth-wrapper.auth-v1 .auth-inner:before {
  display: none;
}

.auth-wrapper .auth-inner {
  background-color: transparent;
}

.auth-wrapper .auth-inner h4 {
  font-size: 21px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #05182b;
}

input:not([type="texarea"]).form-control,
select:not([type="texarea"]).form-control {
  height: 45px;
  font-size: 14px;
}

.form-control {
  font-weight: 500;
  color: #000;
}

select.form-control {
  color: #747474;
}

option:not(:first-of-type) {
  color: #000;
}

.forgotText {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

a:hover {
  color: #3fa87e;
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: #3fa87e;
  background-color: #3fa87e;
}

.custom-checkbox .custom-control-label::after {
  background-size: 60%;
}

.custom-control .custom-control-label {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.form-group label {
  color: #5e5873;
  font-size: 0.9rem;
  font-weight: 600;
}

.btn-primary.remBtn,
.btn-dark.remBtn {
  line-height: 26px;
}

.btn-label-secondary {
  height: 49px;
}

.flatpickr-calendar svg {
  width: 25px;
}

.btnFull {
  display: flex;
}

.btnFull .btn {
  width: 49%;
}

.dataTables_wrapper .mx-0.row {
  padding-left: 15px;
  padding-right: 15px;
}

.form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
}

.modal-slide-in .modal-dialog .modal-content {
  padding-bottom: 1.7rem;
}

.dropdown .dropdown-toggle.btn-secondary {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  padding: 0 10px;
  font-size: 35px;
}

.formbuilder-radio-group .formbuilder-radio-group-label,
.formbuilder-checkbox-group .formbuilder-checkbox-group-label {
  font-size: 1.2em !important;
}



input[type=checkbox],
input[type=radio] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.2);
  /* IE */
  -moz-transform: scale(1.2);
  /* FF */
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -o-transform: scale(1.2);
  /* Opera */
  transform: scale(1.2);
  padding: 10px;
}


/*
 *  STYLE 1
 */

.table-responsive::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.table-responsive::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  background-color: #f5f5f5;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #3fa87e;
}

.modal .modal-header {
  background-color: #05182b;
  border-radius: 0;
  padding: 15px 19px;
  color: #fff;
}

.modal .modal-header {
  background-color: #05182b;
  border-radius: 0;
  padding: 15px 19px;
}

.modal .modal-header .modal-title {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.modal-slide-in .close {
  color: #fff;
  opacity: 1;
}

.fontWeight {
  font-weight: 600;
  color: #05182b;
}

.cardt {
  font-weight: 600;
  color: #05182b;
}

.user-info-wrapper .table tr th {
  background-color: #f7f7f7;
  color: #000;
  padding: 15px 25px;
}

.user-info-wrapper .table tr td {
  font-weight: 600;
  color: #000;
  background-color: rgba(5, 24, 34, 0.01);
}

.user-info h4 {
  font-weight: 600;
  color: #05182b;
}

.openModalCss .modal-header {
  background-color: transparent;
}

.openModalCss .role-title {
  font-size: 25px;
  font-weight: 700;
  color: #05182b;
}

.openModalCss h5 {
  font-weight: 700;
  color: #05182b;
  font-size: 18px;
  margin-bottom: 15px;
}

.openModalCss .fw-semibold {
  font-weight: 700;
  color: #05182b;
  font-size: 14px;
}

.openModalCss .fw-semibold.fs24 {
  font-size: 14px;
  background-color: #3fa87e;
  color: #fff;
  padding-left: 18px !important;
  padding: 7px;
  font-weight: 500;
}

.openModalCss label {
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

.deleteModal .close {
  position: absolute;
  right: -9px;
  top: -9px;
  background-color: #ea5455;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  opacity: 1;
  color: #fff;
  font-size: 22px;
}

.deleteModal .modal-content {
  text-align: center;
  padding-top: 22px;
}

.deleteModal .icon-box {
  margin-bottom: 16px;
}

.deleteModal .icon-box i {
  font-size: 60px;
  color: #05182b;
}

.deleteModal h4.modal-title {
  font-size: 25px;
  font-weight: 800;
  color: #000;
}

.deleteModal .modal-body p {
  width: 80%;
  margin: 0 auto 8px;
}

.addFolder .close {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #ea5455;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  opacity: 1;
  color: #fff;
  font-size: 22px;
}

.addFolder .modal-content {
  text-align: center;
}

.addFolder .modal-header {
  border-radius: 5px 5px 0 0;
  text-align: left;
}

.addFolder .form-group label {
  width: 100%;
  text-align: left;
}

.addFolder .modal-header .modal-title {
  font-size: 17px;
}

.addFolder .icon-box {
  margin-bottom: 16px;
}

/*form.add-new-record.modal-content.pt-0 {
    overflow-x: hidden;
}*/

input::placeholder {
  color: #747474 !important;
}

.footSideLogo {
  padding-left: 28px;
  padding-bottom: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #05182b;
  padding-top: 15px;
}

.fs24 {
  font-size: 36px;
}

.filterColumn {
  display: flex;
  flex-wrap: wrap;
}

.filterColumn1 {
  justify-content: flex-start;
}

.filterColumn .custom-control:not(:last-child) {
  flex-basis: 33%;
  margin-bottom: 20px !important;
}

.filterColumn .custom-control.mr-2 {
  margin-right: 0 !important;
}

.filterColumn.filterColumn1 .custom-control.mr-2 {
  margin-right: 1.85rem !important;
}

.filterColumn.filterColumn1 .custom-control {
  flex-basis: auto;
  margin-bottom: 0;
}

.table th,
.table td {
  padding: 1rem 2rem;
  vertical-align: middle;
}

.table-flush-spacing .custom-control-input:checked~.custom-control-label::before {
  border-color: #05182b;
  background-color: #05182b;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.user-profile-box {
  border: 1px solid #edecec;
  height: 200px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.user-profile-box img {
  height: 170px;
  width: 100%;
}

.attachmentbox {
  display: flex;
}

.attachmentbox .docs {
  min-width: 60px;
  margin-right: 10px;
  text-align: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.attachmentbox .docs #iframediv,
.attachmentbox .docs iframe {
  width: 100% !important;
}

.attachmentbox img {
  width: 40px;
}

.attachmentbox .docs span {
  font-size: 12px;
  color: #999797;
  font-weight: 600;
}

.cuscheck .custom-control-input:checked~.custom-control-label::before {
  border-color: #05182b;
  background-color: #05182b;
}

.main-menu.menu-dark .navigation>li.active a img {
  filter: brightness(0) invert(1);
}

.dropzone {
  padding: 5px 8px;
}

.dropzone .dz-preview {
  margin: 8px;
}

.textUnderline {
  text-decoration: underline;
  color: #007fff;
}

.textUnderline:hover {
  color: #3fa87e;
}

.cusinfo .fc-event-title {
  color: #fff;
}

.folderIcon {
  background-color: #3fa87e;
  display: block;
  padding: 8px 12px;
  border-radius: 5px;
  transition: all ease 0.3s;
}

.folderIcon:hover {
  background-color: #05182b;
}

.folderIcon i {
  color: #fff;
}

.tabDtbutton .dataTables_wrapper .card-header.border-bottom {
  display: none;
}

.dataTables_wrapper tr td a.btn-warning,
.dataTables_wrapper tr td a.btn-success,
.dataTables_wrapper tr td a.btn-info {
  height: auto;
}

.dataTables_wrapper tr td a.btn {
  padding: 0.786rem 0.875rem;
}

a.btn-primary {
  line-height: 27px;
}

.labelText {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
}

.signature-component canvas {
  display: block;
  position: relative;
  border: 1px solid #d8d6de;
  border-radius: 5px;
  width: 300px;
}

/**** Form Builder ****/
.card-header.form-builder-group-header {
  padding: 6px 5px;
  background-color: #05182b;
  border-radius: 5px;
}

.form-builder-group-header h5 button {
  color: #fff;
}

.form-builder-group-header h5 button:hover {
  color: #fff;
  opacity: 0.9;
}

.card.form-builder-panel .btn-primary:hover:not(.disabled):not(:disabled) {
  box-shadow: none;
}

.card.form-builder-panel {
  margin-bottom: 3px;
}

.formcomponents .formcomponent {
  text-align: left;
  padding: 17px 5px 17px 18px;
  margin-top: 0.2rem;
  font-size: 13px;
  line-height: 1.2;
  border-radius: 0.3em;
}

/*
 *  STYLE 3
 */

.builder-sidebar_scroll {
  padding-right: 6px;
}

.builder-sidebar_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.builder-sidebar_scroll::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.builder-sidebar_scroll::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.formbuilder .alert {
  padding: 15px;
}

/* Toast / Alert success & error messages - improved design with better padding */
/* Applied globally to override Bootstrap and ensure consistent styling across all pages */
#response .alert,
.alert {
  padding: 20px 28px !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

#response .alert-success,
.alert-success {
  padding: 20px 28px !important;
  border-radius: 10px !important;
  background-color: #d4edda !important;
  color: #155724 !important;
  border-color: #c3e6cb !important;
}

#response .alert-danger,
.alert-danger {
  padding: 20px 28px !important;
  border-radius: 10px !important;
  background-color: #f8d7da !important;
  color: #721c24 !important;
  border-color: #f5c6cb !important;
}

#response .alert-dismissable,
#response .alert-dismissible,
.alert-dismissable,
.alert-dismissible {
  padding-right: 56px !important;
}

#response .alert .close,
.alert .close {
  padding: 20px 24px !important;
  margin: -20px -28px -20px 0 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  opacity: 0.75 !important;
  text-decoration: none !important;
}

#response .alert .close:hover,
.alert .close:hover {
  opacity: 1 !important;
}

/* Response container spacing */
#response {
  margin-bottom: 1rem;
}

#response .alert + .alert {
  margin-top: 0.75rem;
}

.alert ul {
  margin: 0.5em 0 0 1.2em;
  padding: 0;
}

.hrline {
  position: relative;
  height: 35px;
  text-align: center;
}

.hrline:after {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #e8e8e8;
}

.hrline span {
  background-color: #fff;
  z-index: 2;
  position: relative;
  padding: 0 16px;
  font-weight: 600;
  color: #000;
}

.radbox h3 {
  font-size: 15px;
  margin-bottom: 0;
  padding-top: 8px;
  color: #000;
  font-weight: 700;
}

.card-input-element {
  display: none;
}

.card-input {
  margin: 0;
  padding: 9px;
  border-radius: 5px;
  background-color: #efefef;
  color: #000;
}

.card-input:hover {
  cursor: pointer;
}

.card-input-element:checked+.card-input {
  box-shadow: 0 0 1px 1px #2ecc71;
}

.matchtext {
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

.builder-sidebar_search {
  display: none;
}

.labelText1 {
  color: #5e5873;
  font-size: 0.9rem;
  font-weight: 600;
}

div[ref="group-panel-premium"] {
  display: none;
}

.overviewBox {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.overviewBox .overviewBoxItem {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  min-width: 150px;
  text-align: center;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 100px;
  padding: 15px;
}

.overviewBox .overviewBoxItem h5 {
  margin-bottom: 0;
  font-size: 12px;
  opacity: 0.95;
  color: #5e5873;
}

.overviewBox .overviewBoxItem h4 {
  font-size: 28px;
  font-weight: 600;
  color: #05182b;
}

.caseText {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
  color: #000;
}

#dt_oshadashboard_table_wrapper .card-header,
#dt_establishment_table_wrapper .card-header,
#dt_report_table_wrapper .card-header,
#dt_monthly_list_wrapper .card-header,
#dt_annual_list_wrapper .card-header,
#dt_certificate_wrapper .card-header {
  display: none;
}

.badge.badge-light-default {
  background-color: rgb(110 107 123);
  color: #ffffff !important;
}

.remBtn1 {
  line-height: 25px;
}

.timeline-event h6,
.timeline-event span {
  font-size: 12px;
}

.btnNew {
  line-height: 25px;
}

.cdisnone {
  display: none;
}

.hoursBox h1 {
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}

.mnBox h2 {
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 18px;
}

.mnBox h3 {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  margin: 7px 0;
}

.hoursBox .table tr th {
  font-size: 11px;
}

.hoursBox select {
  border: none;
}

.hoursBox select.form-control:not([multiple="multiple"]) {
  background-image: none;
}

.hoursBoxNew td {
  border-bottom: 1px solid #ebe9f1;
  padding: 0 28px;
}

.hoursBoxNew tr td:first-child {
  padding: 0;
}

.hoursBoxNew input.form-control {
  text-align: center;
}

.hoursBoxNew select {
  padding: 0;
}

.hoursBoxNew {
  padding: 0;
}

.hoursBoxNew .tbFlex {
  display: flex;
}

.centerText {
  text-align: center;
}

.rightText {
  text-align: right;
}

.toggleSlider {
  display: none;
}

.expand .fa-chevron-down:before {
  content: "\f077";
}

.expand1 .fa-chevron-up:before {
  content: "\f078";
}

a.crossBox {
  background-color: #e85354;
  color: #fff;
  height: 25px;
  width: 25px;
  line-height: 25px;
  display: block;
  min-width: 25px;
  text-align: center;
  border-radius: 100px;
  margin: 10px;
  transition: all ease 0.3s;
}

a.crossBox:hover {
  opacity: 0.8;
}

.font14 {
  font-size: 12px;
  font-weight: 500;
}

.transaction-item h6 a {
  color: #007fff;
  transition: all ease 0.3s;
}

.transaction-item h6 a:hover {
  color: #000;
}

.trainingBox .trainingBox_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.trainingBox .trainingBox_item:last-child {
  margin-bottom: 0;
}

.trainingBox .trainingBox_item h2 {
  padding: 17.8px;
  text-align: center;
  background-color: #f3f2f7;
  border-radius: 0.357rem;
  flex-grow: 1;
  font-size: 17px;
  margin-right: 15px;
  color: #000;
}

.inspecBox .table th,
.inspecBox .table td {
  padding: 8px;
  font-size: 13px;
}

.viewAll {
  font-size: 12px;
  font-weight: 600;
  color: #05182b;
}

.linkColor {
  color: #007fff;
}

.profile_user {
  background: transparent;
  border: 2px solid rgba(1, 80, 149, 0.1);
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.profile_user .card {
  border: none;
  margin: 0;
  background: none;
}

.profile_user .card img {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.profile_user .card label {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 14px 20px;
  margin-top: 15px;
  border-radius: 3px;
  cursor: pointer;
  background: #3fa87e;
  font-size: 14px;
}

h4.headsub {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

h4.headsub:after {
  content: "";
  position: absolute;
  bottom: -2px;
  background: #1bacac;
  height: 3px;
  width: 45px;
  left: 0px;
}

.filterToggle,
.hidebtn {
  display: none;
}

.emailContent h1 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.oshaLog .nav-tabs .nav-link {
  background-color: transparent;
}

/* OSHA Incidents Summary circles — light backgrounds for readable metric colors */
.overviewBoxItem.bg1,
.overviewBoxItem.bg3,
.overviewBoxItem.bg5 {
  background-color: #e9eef4;
  border: 1px solid rgba(5, 24, 43, 0.08);
}

.overviewBoxItem.bg2,
.overviewBoxItem.bg4 {
  background-color: #e4f5ee;
  border: 1px solid rgba(63, 168, 126, 0.2);
}


.card-body.oshaLog {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 20px;
  border-radius: 15px;
  padding: 28px;
}

.card-body.oshaLog h1 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 18px;
  color: #05182b;
}

.card-body.oshaLog h1 span {
  color: #3fa87e;
}

.certificatebox .modal-dialog {
  max-width: 650px;
}

.certificatebox .close {
  z-index: 2;
}

.dataTables_filter,
.dataTables_info {
  display: none;
}

.dataTables_wrapper {
  display: flex;
  flex-direction: column;
}

table.dataTable {
  margin-top: 0 !important;
}

.dataTables_wrapper .d-flex.justify-content-between.align-items-center.mx-0.row {
  position: absolute;
  bottom: 17px;
  z-index: 2;
}

.formDataTb .dataTables_wrapper .d-flex.justify-content-between.align-items-center.mx-0.row {
  position: absolute;
  bottom: 29px;
  z-index: 2;
}

.nav .modern-nav-toggle {
  display: none;
  margin-left: 10px;
}

.formimgupload .removeimg {
  position: absolute;
  top: 30px;
  left: 75px !important;
}

.loc_files {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.loc_files .viewimg {
  position: absolute;
  top: 0;
  left: 75px;
}

.clr_sign {
  padding: 4px 8px;
  height: 25px;
}

.clickLink a {
  font-weight: 600;
}

.fullBox .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.fullBox .upload-btn-wrapper .btn {
  border: 1px dashed #d7d7d7 !important;
  color: #1c2207;
  background-color: white;
  padding: 4px 20px;
  border-radius: 0;
  color: #000 !important;
  font-size: 18px;
  height: 180px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  line-height: 40px;
  width: 100%;
  margin: 1em 0 1.45em;
  background: transparent !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fullBox .upload-btn-wrapper .btn img {
  height: 48px;
}

.fullBox .upload-btn-wrapper .btn span {
  color: #3d3d3d;
}


.fullBox .upload-btn-wrapper .btn:hover {
  box-shadow: none;
}

.fullBox {
  width: 100%;
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 1000px;
  }
}

@media (min-width: 1200px) {
  .nav .modern-nav-toggle {
    display: block;
  }
}

@media (max-width: 575px) {
  .form-wrap.form-builder {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .form-wrap.form-builder .stage-wrap {
    width: 100% !important;
  }

  .form-wrap.form-builder .cb-wrap {
    width: 100% !important;
    position: relative !important;
  }

  .form-wrap.form-builder .frmb-control {
    padding: 25px 8px !important;
  }

  .form-wrap.form-builder .frmb-control li {
    width: 31% !important;
  }

  .header-navbar .navbar-container ul.navbar-nav li {
    line-height: 42.5px;
  }

  .dataTables_wrapper .d-flex.justify-content-between.align-items-center.mx-0.row,
  .formDataTb .dataTables_wrapper .d-flex.justify-content-between.align-items-center.mx-0.row {
    position: relative;
    bottom: 5px;
  }

  .header-navbar-shadow {
    display: none !important;
  }

  .formDataTb .tabDtbutton .tab-pane h2 {
    font-size: 1rem;
    margin-right: 11px;
  }

  .trainingBox .trainingBox_item h2 {
    font-size: 15px;
  }

  .card {
    margin-bottom: 1rem;
  }

  .btn {
    padding: 0.786rem 1.1rem;
    font-size: 0.8rem;
  }

  .dropzone .dz-message:before {
    top: 3rem;
  }

  .app-content.content .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }

  .mbAll {
    margin-bottom: 12px;
  }

  .card.card_hideFilterNew .col-md-4 {
    margin-bottom: 10px;
  }

  .card.card_hideFilterNew .col-md-4 .form-group {
    margin-bottom: 0;
  }

  .card.card_hideFilterNew .col-md-4.mb-1 {
    margin-bottom: 10px !important;
  }

  .filterColumn {
    flex-direction: column;
  }

  .filterColumn .custom-control.mr-2.custom-checkbox.mb-0,
  .filterColumn .custom-control.custom-checkbox.mb-0,
  .filterColumn .custom-control.mr-2.custom-checkbox {
    margin-bottom: 20px !important;
  }

  .overviewBox {
    flex-wrap: wrap;
  }

  .overviewBox .overviewBoxItem {
    margin-bottom: 15px;
    width: 45%;
    min-width: auto;
    height: 110px;
  }

  div[style="height:400px"] {
    height: 250px !important;
  }
}

/* View Download */
.viewDownload .card-header {
  padding: 10px 20px;
}

.viewDownload .card-header.bg-info {
  background-color: #05182b !important;
}

.viewDownload .card-header h2 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  margin-right: auto;
}

.viewDownload .card-body {
  border: 1px solid #efefef;
}

.previewBox .card-header {
  padding: 10px 20px;
}

.previewBox .card-header .btn {
  display: flex;
  align-items: center;
}

.previewBox .card-header .btn i {
  margin-right: 7px;
}

.viewDownload .cert-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.viewDownload .cert {
  width: 800px;
  height: 600px;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.viewDownload .cert-bg {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: -1;
  width: 100%;
}

.viewDownload .cert-content {
  width: 100%;
  padding: 90px 60px 0px 60px;
  text-align: center;
}

.viewDownload .bottom-txt {
  padding: 12px 5px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.viewDownload .bottom-txt * {
  white-space: nowrap !important;
}

.viewDownload .other-font {
  font-style: italic;
}

.viewDownload .cert-content h2 {
  font-size: 32px;
  margin-top: 6px;
  font-weight: 700;
  color: #05182b;
  margin-bottom: 0;
}

.updatefilemodel,
.deleteresmodel {
  width: 15px;
  display: inline-block;
}

.modal .modal-content {
  box-shadow: none;
}

.transaction-itemFlex .media {
  width: 100%;
}

.transaction-itemFlex .media .media-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #f1f1f1;
  padding: 15px;
  border-radius: 7px;
}

.transaction-itemFlex .media .media-body small {
  flex-shrink: 0;
  padding-left: 8px;
}

.transaction-itemFlex .media .media-body span {
  line-height: 23px;
  font-size: 14px;
  font-weight: 400;

}

.dashBody {
  border: 1px solid #ebe9e9;
  padding: 1em;
  border-radius: 10px;
  height: 100%;

  & h3 {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 1.3em;
  }

  & h4 {
    font-size: 3em;
    font-weight: 600;
    text-align: center;

  }

  & ul {
    list-style: none;
    padding-left: 0;

    & li {
      border-bottom: 1px solid #ebe9e9;
      padding-bottom: 12px;
      margin-bottom: 12px;
      display: flex;
      flex-wrap: row;
      justify-content: space-between;

      & strong {
        color: #ff0000;
      }

      &:last-child {
        margin-bottom: 0;
        border-bottom: 0;
      }
    }
  }
}

.overview-title {
  background-color: #3fa87e;
  padding: 17px;
  font-size: 1.4em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}

.borderBox_card {
  border: 1px solid rgba(34, 41, 47, 0.2);
  padding: 13px;
  margin-bottom: 1em;
}