@font-face {
  font-family: 'Open Sans';
  src: url('font/open_sans/OpenSans-VariableFont_wdth\,wght.ttf') format('woff2'),
       url('font/open_sans/OpenSans-Italic-VariableFont_wdth\,wght.ttf') format('woff');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
body{
  /* margin-top:20px; */
  background-color:#f2f6fc;
  /* color:#69707a; */
  font-family: 'Open Sans' "Roboto";
}

.infranet-pointer {
  cursor: pointer !important;
}

.infranet-page html, .infranet-page body {
    height: 100%;
    background-color: #EEEEEE;
    font-family: sans-serif;
}

.infranet-card-color {
  background-color: #1abc9c !important;
  color: #ffffff !important;
}

.infranet-color {
    background-color: #36a0cd !important;
    border: #36a0cd;
    color: #ffffff !important;
}
.infranet-color:hover {
    background-color: #2d88af !important;
    /* border: #36a0cd; */
    color: #ffffff;
    cursor: pointer;
}

.infranet-text-color {
    color: #36a0cd !important;
}

.infranet-text-color:hover {
    color: #2d88af !important;
}

.bg-color {
    background-color: #ddd;
    color: #000;
    /* padding: 50px 0; */
}

.infranet-base-color {
  background-color: #36a0cd !important;
  color: #ffffff !important;
}

.infranet-base-color:hover {
    background-color: #36a0cd !important;
    color: #ffffff;
    cursor: pointer;
}

.infranet-basic-color {
    /* background-color: linear-gradient(0deg, rgb(42, 44, 57) 0%, rgb(46, 49, 68) 100%) !important; */
    background-color: #36a0cd !important;
    color: #ffffff !important;
}

.infranet-basic-color:hover {
    /* background-color: linear-gradient(0deg, rgb(42, 44, 57) 0%, rgb(46, 49, 68) 100%) !important; */
    background-color: #36a0cd !important;
    color: #ffffff !important;
    cursor: pointer;
}

/* 36a0cd */
.blur-bg {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.color-company {
  color: #36a0cd !important;
}

.color-btn-company {
    background-color: #36a0cd !important;
    color: #ffffff !important;
    cursor: pointer;
}

.color-btn-company:hover {
    background-color: #2d88af !important;
    color: #ffffff !important;
    cursor: pointer;
}

.btn-company {
  background-color: #36a0cd !important;
  color: #ffffff !important;
  cursor: pointer;
}

.btn-company:hover {
  background-color: #2d88af !important;
  color: #ffffff !important;
  cursor: pointer;
}

.color-bg-company {
  background-color: #36a0cd !important;
  color: #ffffff !important;
  cursor: pointer;
}

/* font style and shaping */
.fs-6 {
    font-size: 34px !important;
}
.fs-7 {
    font-size: 16px !important;
}
.fs-8 {
    font-size: 12px !important;
}

.fs-9 {
  font-size: 14px !important;
}

/* form related shaping */
.form-check-input:checked {
  background-color: green !important;
}

/* page loading and loading splash */
.PageOverlay {
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    /* background-color: rgb(37, 36, 36); */
    /* background:rgba(16, 13, 13, 0.6); */
    background-color: rgba(0,0,0); 
    opacity: 0.7;
    z-index: 2;
    cursor: pointer;
}

.toastPageLoad {
    left: 50%;
    top: 40%;
    position: fixed;
    transform: translate(-50%, 0px);
    z-index: 10001;
}   

.iconWhite {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.text-company {
    color: #36a0cd !important;
}

.bg-company {
    background-color: #36a0cd !important;
}

.install-app-btn-container {
  display: none;
}

.progress-height-file {
    max-height: 0.3rem !important;
    min-height: 0.3rem !important;
}

.bg-secondary-ddd {
  background-color: #868383 !important;
}

.bg-secondary-light {
  background-color: #c6c6c6 !important;
}

.custom-display-6 {
  font-family: var(--bs-body-font-family);
  font-size: 1.45rem;
  font-weight: 200;
  line-height: 1.2;
}
.custom-display-7 {
  font-family: var(--bs-body-font-family);
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.2;
}
.text-black {
  color: #000;
}

.text-special {
  color: #ff6347;
}

@media (min-width: 992px) {
  .row-lg {
        display: flex;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);

        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;

        /* gap:20px; */
                
  }
}

.border-base {
  border-color: #36a0cd !important;
}

.base-color-bg {
  background-color: #36a0cd !important;
}

.base-color-text {
   color: #36a0cd !important;
}

.base-color-text:hover {
  color: #1a3542 !important;
}

.base-color-btn {
  color: #36a0cd !important;
  transition: color 0.3s ease;
}

.base-color-btn:hover,
.base-color-btn.active {
  color: #ffffff !important;
  background-color: #36a0cd !important;
}

.base-color-text-link {
  text-decoration: none;
  color: #36a0cd !important;
  border-bottom: 2px solid #36a0cd;
}

.base-color-text-link:hover {
  color: #1a3542 !important;
}

.calendar-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1000;
}

/* our icon input correction */

.form-floating .fa-eye, .fa-eye-slash, .fa-calendar, .fa-circle-arrow-down, .fa-user, .fa-chevron-down, .fa-search, .fa-asterisk
.form-floating .fa-eye, .fa-eye-slash, .fa-calendar, .fa-circle-arrow-down, .fa-user, .fa-chevron-down, .fa-search, .fa-asterisk {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    /* padding:4%; */
}

.icon-1x {
  font-size: 1.1rem !important;
}

.icon-1xx {
  font-size: 1.7rem !important;
}

.icon-2x {
  font-size: 1.5rem !important;
}

.icon-2xx {
  font-size: 1.8rem !important;
}

.icon-3x {
  font-size: 2rem !important;
}

.icon-3xx {
  font-size: 2.5rem !important;
}

.icon-5x {
  font-size: 4rem !important;
}

.fs-location {
  font-family: 'Open Sans';
  font-size: 10pt !important;
  /* color: rgb(199, 196, 196); */
  color: rgb(134, 132, 140);
}

.fs-7 {
  font-size: 7pt !important;
}

.fs-8 {
  font-size: 8pt !important;
}

.fs-10 {
  font-size: 11pt !important;
}

.fs-9 {
  font-size: 9pt !important;
}

.fs-11 {
  font-size: 12pt !important;
}

.fs-12 {
  font-size: 13pt !important;
}

.fs-blinking {
  animation:blinking 1.5s infinite;
}
@keyframes blinking{
  0%{   color: red;   }
  47%{   color: #000; }
  62%{   color: transparent; }
  97%{   color:transparent; }
  100%{  color: #000;   }
}

@media print {
  body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #ffffff !important;
    top: 0;
    bottom: 0;
    float: none !important;
  }

  .printable-area {
    margin: 0 !important;
    padding: 0 !important;
    top: 0;
    bottom: 0;
    float: none !important;
  }

  a[href]:after {
    content: none !important;
  }
  .print-hidden {
      display: none !important;
      margin: 0 !important;
      padding: 0 !important;
      float: none !important;
  }  
}

#autocompleteResults {
  position: absolute;
  width: 49.16%;
  background-color: #fff;
  border: 1px solid #ccc;
  max-height: 350px;
  overflow-y: auto;
  z-index: 1000;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

/* Media query for screens smaller than 768px */
@media (max-width: 768px) {
  #autocompleteResults {
    position: absolute;
    width: 95%; /* Adjust the width for smaller screens */
    max-height: 350px; /* Adjust the max-height for smaller screens */
    overflow-y: auto; /* Add or adjust any other styles as needed */
    left: 10px;
  }
  .w-20 {
    width: 100% !important;
  }

  .hstack-sm {
      display: flex;
      flex-direction: column;
      align-items: center;
      align-self: stretch;
  }  
}

.border-color {
  border-color:#b5afaf !important;
}

#custom-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 5px;
}

#custom-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#custom-menu li {
  cursor: pointer;
  padding: 5px;
}

.maintenance {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.maintenance h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.maintenance p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.maintenance button {
  font-size: 1.2rem;
  padding: 0.75rem 2rem;
  border-radius: 1.5rem;
}   

.maintenance-fluid {
  padding:50px; 
  border-color:#b5afaf !important;
}

.border-secondary-25 {
  border-color: #ccc solid !important;
}

.border-secondary-10 {
  border-color: #a6a2a2 !important;
}

.border-company {
  border-color: #36a0cd !important;
}

.border-company-10 {
  border-color: #a6a2a2 !important;
}

.unread {
    flex-shrink: 0;
    margin-left: 1rem;
    width: .7rem;
    height: .7rem;
    border-radius: 100%;
    display: block;
    background: #22b9ff;
}

.text-company {
    color: #36a0cd !important;
}

.sticky-container {
  position: relative; /* Make sure the container allows sticky positioning */
  padding-top: 20px; /* Optional: to ensure space for sticky element */
}

.sticky-div {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  /* background-color: #f8f9fa; */
  /* padding: 10px; */
  z-index: 1000;
}

.fixed-div {
  position: static;
}

/* Media query for larger screens */
@media (min-width: 992px) {
  .fixed-div {
      position: fixed;
      top: 40px;
      right: 10px;
      /* background-color: #f8f9fa; */
      /* padding: 10px; */
      z-index: 1000;
      /* width: 300px; */
  }
}


.bg-danger-50 {
  background-color: #f45d427d !important;
}

.bg-warning-50 {
  background-color: #fdfa387d !important;
}

.bg-info-50 {
  background-color: #5fa1fe7d !important;
}

.bg-success-50 {
  background-color: #62ff657d !important;
}

.bg-secondary-50 {
  background-color: #061a0630 !important;
}

.disable-input {
    color: #ccc !important;
}

/* Additional styles if needed */
.json-array-editor {
  border: 1px solid #ced4da; /* Add border as needed */
  padding: 10px;
  border-radius: 5px;
  background-color: #f8f9fa; /* Set background color as needed */
  resize: none; /* Prevent resizing */
  overflow: auto; /* Enable scrollbars when needed */
  position: relative; /* Position relative for line number container */
}

.sideScroll {
  /* width: 100%; */
  overflow-x: scroll;
  white-space: nowrap;
  /* min-height: 50px; */
}

.SideContent {
  display: inline-block;
}

/* Set background color for overflow area */
.sideScroll::-webkit-scrollbar {
  background-color: transparent; /* For Chrome, Safari, and Opera */
}
.sideScroll {
  scrollbar-color: transparent transparent; /* For Firefox */
}

.bg-secondary-10 {
  background-color: #f2f5f8 !important;
}

.ql-editor p {
  color: #000000 !important;
}

.search_container {
  background-color: #36a0cd !important; 
  width:43px !important;
  height:43px !important;
  padding-top: 13px !important;
}

.dropdown-container {
  pointer-events: none; 
  top:30px;
}

.sequel-writer {
  height: 200px !important;
  min-height:400px !important; 
  padding-left:40px !important;
  margin-left: 20px !important;
  width: 97% !important;
}

/* for excel like view in import and datasheet display */
.scrollable-div {
  /* width: 300px; */
  height: 60vh;
  overflow: auto; /* Enable scrolling */
  border: 5px solid #ccc;
  /* padding: 10px; */
}

.scrollable-div-report {
  /* width: 300px; */
  height: 40vh;
  overflow: auto; /* Enable scrolling */
  /* border: 5px solid #ccc; */
  /* padding: 10px; */
}

.wpx-5 {
  width: 10px !important;
}

.wpx-50 {
  width: 50px !important;
}

.wrem-7 {
  width: 7rem !important;
}

/* style = "width:43px !important;height:43px !important;padding-top: 13px !important;" */
/* Grid profile display simple */
.grid-simple-profile {
  width: 43px !important;
  height: 43px !important;
  padding-top: 13px !important;
}

/* min-height:200px !important; padding-left:40px !important; */
.form-code-mini {
  min-height: 750px !important;
  /* padding-left: 55px !important; */
  max-height: 1500px;
}

.form-simple-profile {
  width: 100% !important;
  height: 100% !important;
  padding-top: 35% !important;
}

.image-container {
  position: relative;
}

.delete-icon {
  position: absolute;
  /* top: 0; */
  /* right: 0; */
  background-color: rgba(255, 255, 255, 0.7); /* Adjust as needed */
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
}

.pt-20 {
  padding-top: 8rem!important;
}

.mt-n10 {
  margin-top: -3rem!important;
}

.align-items-end {
  align-items: flex-end!important;
}

.border-2 {
  --dashui-border-width: 2px;
}

.bg-gray-300 {
  --dashui-bg-opacity: 1;
  background-color: #cbd5e1!important;
}

.mb-8 {
  margin-bottom: 2rem!important;
}

.top--24 {
  top:-24px !important;
}

.rem-9 {
  width:9rem !important;
}

.banner_bg {
  background-image: url('../upload/website/banner_bg.png') no-repeat;
}

.fs-13 {
  font-size: 13pt !important;
}

.fs-14 {
  font-size: 14pt !important;
}

.fs-15 {
  font-size: 15pt !important;
}

.fs-16 {
  font-size: 16pt !important;
}

.fs-17 {
  font-size: 17pt !important;
}

/* Target only large devices and above (lg, xl, xxl) */
@media (min-width: 992px) {
  .mt--100 {
    position: relative;
    top: -94px !important;
  }
}

.avatar-simple {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  margin-right: 15px;
}

.vh-5 {
  height: 5px !important;
}

.vh-10 {
  height: 10px !important;
}

.vh-20 {
  height: 20px !important;
}

.vh-30 {
  height: 50px !important;
}

.vh-40 {
  height: 60px !important;
}

.vh-130 {
  height: 130px !important;
}

.vh-150 {
  height: 150px !important;
}

.vh-200 {
  height: 200px !important;
}

.active-10 {
  background-color: rgb(166, 202, 255) !important;
}

.border-bottom-3 {
  border-bottom: 3px solid #e1e4e8;
}

.masonry-container {
  /* display: grid; */
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
  /* width: 80%; */
  /* max-width: 1200px; */
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-check + .btn {
  cursor: pointer;
  /* transition: background-color 0.3s, border-color 0.3s; */
}

.btn-check:checked + .btn {
  /* background-color: #007bff; */
  /* border-color: #007bff; */
  color: #fff;
}

.btn-outline-secondary {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
}

@media (max-width: 768px) {
  .masonry-container {
      grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}

@media (max-width: 480px) {
  .masonry-container {
      grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  }
}

.w-lg-90 {
  width: 900px !important;
}

@media (max-width: 900px) {
  .w-lg-90 {
    width: 100% !important;
  }
}

.top-rem-17 {
  top: 17rem;
}

/* custom-styles.css */
.table-input {
  display: block !important;
  padding: 6px !important;
  margin: 0 !important;
  width: 100% !important;
  border-radius: 0 !important;
  line-height: 1 !important;
  border: 0px solid #ddd !important;
}

.table-input-td {
  margin: 0 !important;
  padding: 0 !important;
}

.input-disabled {
  cursor: not-allowed; /* Changes the cursor to a ban icon */
  /* opacity: 0.6; Optional: makes the element appear disabled */
  pointer-events: none; /* Optional: prevents clicking or interaction */
}

.selected-date {
  background-color: #f0ad4e; /* Example background color */
  color: white;              /* Text color */
  border-radius: 50%;        /* Make it circular */
  padding: 5px;              /* Adjust padding for better visibility */
  text-align: center;
}

.bg-company-new {
  background:#6BB70F !important;
}

.login-bg {
  background: url('../upload/apps/educ-erp.webp') no-repeat center center;
  background-size: cover;
  height: 70vh;
  width: 70vw;
  overflow: hidden;
  opacity: 1;
}

  /* Styling to emulate form-floating with file input */
.form-floating-file {
    position: relative;
}
.form-floating-file input[type="file"] {
    height: 50px; /* Match height with regular form-floating */
    padding: 16px 12px; /* Adjust padding for better alignment */
}
.form-floating-file label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    transition: all 0.1s ease;
    padding: 0 4px;
    background-color: #fff;
    pointer-events: none;
}
.form-floating-file input[type="file"]:focus + label,
.form-floating-file input[type="file"]:not(:placeholder-shown) + label {
    top: 8px;
    font-size: 0.75em;
    color: #6c757d;
}

/* body.modal-open {
  padding-right: 10px !important;
} */

#infranetModal {
  overflow:auto;
}

#reportModal {
  overflow:visible;
}

.img-preview img {
  display: block;
  max-width: 100%;
  /* min-height: 26rem; */
}

.modal-margin {
  margin:0.15rem !important;
}

.webcam-container {
  text-align: center;
  margin: 20px auto;
}

/* video {
  border: 2px solid #ddd;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  height: auto;
} */

#capture-btn {
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

#capture-btn:hover {
  background-color: #0056b3;
}

#image-container {
  margin-top: 20px;
}

.z-100 {
  z-index: 10000 !important;
}

.modal-close-button {
  color: #ffffff !important;
}

#drop-area {
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
#drop-area.dragover {
  background-color: #f0f8ff;
}
.preview-img {
  max-width: 100%;
  max-height: 200px;
}

.flatpickr-calendar {
  border: 1px solid #37a1ce !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.79) !important;
  border-radius: 0.5rem; /* Optional */
}

.ql-toolbar {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  /* border-radius: 4px; */
  padding: 8px;
}

/* Custom CSS for Quill editor */
.ql-container {
  border: 1px solid #ddd;
  border-radius: 4px;
  min-height: 200px;
} 

@media (max-width: 700px) {
  .fs-sm-9 {
    font-size: 9pt !important;
  }
}

.masonry-report {
  column-count: 5;
  column-gap: 1rem;
}
@media (max-width: 992px) {
  .masonry-report {
    column-count: 2;
  }
}
@media (max-width: 576px) {
  .masonry-report {
    column-count: 1;
  }
}
.masonry-report .card {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .col-lg-2-5 {
    flex: 0 0 auto !important;
    width: 18.667% !important;
  }
}

.input {
  line-height: 1 !important;padding:6px !important;border: 0px solid #ddd; box-shadow: none; width: 100% !important;
}
.td {margin: 0 !important; padding: 0 !important;}

.optgroup {
  padding: 0.25rem 0;
  border-top: 1px solid #dee2e6; /* Bootstrap's divider color */
}

.optgroup .dropdown-header {
  font-weight: bold;
  color: #6c757d; /* Bootstrap's muted text */
}

.optgroup .dropdown-item {
  padding-left: 1.5rem; /* Indent options under the group */
}

/* assets/css/splash.css */
#splash {
  z-index: 9999; /* Ensure it stays on top */
}

/* config-dashboard-graph */
    /* Fixed chart containers */
    .chart-wrapper {
      position: relative;
      height: 300px; /* Fixed height for all charts */
      width: 100%;
    }
    .chart-wrapper-sm {
      height: 250px; /* Slightly smaller for donut */
    }
    .chart-canvas {
      position: absolute;
      height: 100%!important;
      width: 100%!important;
    }
    
    .user-thumb {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
    }
    
    /* Responsive buttons */
    .btn-action {
      min-width: 160px;
      margin-bottom: 10px;
    }
    @media (max-width: 768px) {
      .btn-action {
        width: 100%;
      }
    }
/* config-dashboard-graph end */


.bg-darker {
  background-color: #e8e8e8 !important;
}

.program-header {
  background-color: #f8f9fa;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
.detail-card {
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.detail-card .card-header {
  font-weight: 600;
}
.amharic-text {
  font-family: 'Nyala', 'Abyssinica SIL', sans-serif;
  font-size: 1.2em;
}

.leave-card {
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    margin-bottom: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
}
.leave-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
.leave-card .card-header {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    padding: 15px;
}
.employee-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid white;
}
.badge-annual {
    background-color: #28a745;
}
.badge-other {
    background-color: #6c757d;
}
.leave-dates {
    background-color: #e9f7fe;
    border-radius: 8px;
    padding: 10px;
    font-size: 0.9rem;
}
.action-buttons {
    display: flex;
    gap: 10px;
}
.comments-section {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 12px;
    margin-top: 15px;
}
.info-row {
    margin-bottom: 6px;
    display: flex;
    flex-wrap: wrap;
}
.info-label {
    font-weight: 600;
    color: #495057;
    font-size: 0.85rem;
}
.info-value {
    color: #212529;
    font-size: 0.85rem;
}
.reason-text {
    font-size: 0.85rem;
    line-height: 1.4;
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.view-card-header {
    background-color: #007bff;
    color: white;
    padding: 0.5rem 1rem 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.view-card-header i {
    font-size: 1.8rem;
}
.view-card-header-text {
    flex-grow: 1;
}
.view-card-header-text h6 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2;
}
.view-card-header-text p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.2;
}
.view-floating-label-group {
    margin-bottom: 1.5rem;
}
.view-floating-value {
    padding: 0.3rem 0rem 0.3rem 0.7rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #eaeaeaa8;
}
.view-fs-10 {
    font-size: 0.875rem;
    display: block;
    color: #6c757d;
}
.view-privilege-table {
    width: 100%;
}
.view-privilege-table th, .view-privilege-table td {
    border-right: 1px solid #dee2e6;
}
.view-privilege-table th:last-child, .view-privilege-table td:last-child {
    border-right: none;
}
.view-privilege-table i {
    margin-right: 10px;
    color: #28a745;
}
.fs-9 {
    font-size: 0.75rem;
}
.modal-close-button {
    align-self: flex-start;
}
@media (max-width: 767.98px) {
    .view-privilege-table th, .view-privilege-table td {
        font-size: 0.9rem;
    }
    .view-card-header i {
        font-size: 1.5rem;
    }
    .view-card-header-text h6 {
        font-size: 1rem;
    }
    .view-card-header-text p {
        font-size: 0.65rem;
    }
}