.pcoded .pcoded-header[header-theme="theme1"] {
  height: 70px;
  background-color: rgb(38, 167, 223) !important;
}
.pcoded .pcoded-navbar[active-item-theme="theme1"] .pcoded-item > li.active > a {
  background-color: rgb(38, 167, 223) !important;
  color: #fff !important;
}
.pcoded .pcoded-navbar .pcoded-navigation-label[menu-title-theme="theme1"]{
  background-color: rgb(38, 167, 223) !important;
  color: white;
}
.header-navbar{
  height:65px;
 
  display: flex;
  justify-content: center;
  align-items: center; 
  
}
.success-message {
  background-color: #4CAF50; 
  color: white; 
  text-align: center; 
  padding: 10px; 
  position: fixed; 
  top: 0; 
  left: 50%; 
  transform: translateX(-50%); 
  z-index: 9999; 
}
.error-message {
  background-color: #ff2727; 
  color: white; 
  text-align: center; 
  padding: 10px; 
  position: fixed; 
  top: 0; 
  left: 50%; 
  transform: translateX(-50%); 
  z-index: 9999; 
}
.main-menu{
  padding-top: 3rem;
  padding-bottom: 3rem;

}
.img-fluid{
  
}
.btn{
  /* font-size: 0.75rem;
  padding: 5px 15px;  */
  display: flex; 
  justify-content: center; 
  align-items: center;
  margin: auto;
}
.btndisable {
  border: 1.5px solid rgb(90, 90, 90); 
  color: rgb(90, 90, 90);
}
.btnapproved {
  border: 1.5px solid green; 
  color: green;
}
.btnapproved:hover{
  border: 1.5px solid green;
  background-color: green;
  color: #fff;
  transition: ease-in-out 0.35s;
}
.btnreject{
  border: 1.5px solid rgb(255, 0, 0); 
  color: rgb(255, 0, 0);
}
.btnreject:hover{
  border: 1.5px solid rgb(255, 0, 0);
  background-color: rgb(255, 0, 0);
  color: #fff;
  transition: ease-in-out 0.35s;
}
.pcoded-inner-content{
  padding: 0px;
}
.custom-header-bg {
  padding: 1rem;
  box-shadow: 0 5px 8px 5px rgba(57, 57, 57, 0.1);
  background-color: rgb(255, 255, 255);
}
.card{
  display: block;
  box-shadow: 0 5px 8px 5px rgba(57, 57, 57, 0.1);
}
.navigation {
  display: flex;
  justify-content: flex-end; 
  align-items: center; 
}

.navigation ul {
  list-style-type: none; 
  margin: 0;
  padding: 0;
}

.navigation ul li {
  display: inline-block; 
  margin-left: 10px; 
}

.navigation ul li a:active{
  background-color: #000;
}

.navigation ul li:first-child {
  margin-left: 0; 
}

.button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
}

.button:hover {
  background-color: #0056b3;
}


.table-bordered thead tr, .table-bordered thead tr th {
  border-bottom-width: 2px;
}
.table thead tr th {
  background-color: #0078D4;
  /* border: solid 1px #000; */
  color:white;
  text-align:center;
  vertical-align: middle;
  /* border-bottom: 2px solid #dee2e6; */
  padding:8px;
  font-size:14px;
}
.table th {
position: sticky;
position: -webkit-sticky;
top: 0px;
z-index: 2;
}
.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}
.table td
{
  padding:8px;
  font-size:12px;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%; 
  /* table-layout: fixed;  */
  table-layout: flex; 
}


.table td, .table th {
  border: 1px solid black;
  padding: 8px;
  /* word-wrap: break-word;  */
  white-space: pre-line; 

}
tr:nth-child(even){
  background-color: #f2f2f2;
}
.card .card-block {
  padding: 8px 20px;
}
.float-button {
  text-align: right;
  flex-basis: 100%;
  margin-top: 20px; 
}

.table_excute {
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: thin;
}

@media screen and (max-width: 768px) {
.table {
  min-width: 100%;
  font-size: 12px; /* Giảm kích thước chữ */
}
}
.table {
border-collapse: collapse;
word-wrap: unset;
}

.table th, .table td {
border: 1px solid #d6dde1; /* Viền mỏng màu xám nhạt */
padding: 10px; /* Khoảng cách giữa nội dung và viền */
text-align: center; /* Căn giữa nội dung */
}
.table th {
background-color: #007bff; /* Màu nền xanh */
color: #ffffff; /* Màu chữ trắng */
font-weight: bold; /* Chữ đậm */
word-wrap: break-word; /* Ngắt dòng từ dài */
white-space: normal;
width: 250px;
}
.table thead th {
margin: 0;
padding: 10px;
border-spacing: 0; /* Loại bỏ khoảng cách giữa các cột */
}
.table th:nth-child(1),
.table th:nth-child(2),
.table th:nth-child(3) {
width: 100px;
}
.sticky-col {
position: -webkit-sticky;
position: sticky;
background-color: white;
}

.first-col {
min-width: 100px;
max-width: 100px;
left: 0px;
}

.second-col {
min-width: 100px;
max-width: 100px;
left: 100px;
}
.third-col {
min-width: 100px;
max-width: 100px;
left: 200px;
}

/* tbody td:first-child, thead th:first-child {
position: sticky;
left: 0; 
background-color: #fff; 
z-index: 2; 
}*/

thead th:nth-child(1),
th:nth-child(2),
th:nth-child(3) {
z-index: 4; 
}

.btn-save:hover
{
  color: rgb(38, 167, 223);
}
.btn_query {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  background-image: inherit;
  border: solid #4CAF50 1px;
  color: #4CAF50;
}
.btn_query:hover{
  transition: background-color 1s ease;
  background-color: #4CAF50;
  color: #fff;
}
.btn_cancel {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  background-image: initial;
  border: solid rgb(38, 167, 223) 1px;
  color: rgb(38, 167, 223);
}
.btn_cancel:hover{
  transition: background-color 1s ease;
  background-color: rgb(38, 167, 223);
  color: #fff;
}
.btn_clear {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  background-image: initial;
  border: solid rgb(252, 34, 34) 1px;
  color: rgb(252, 34, 34);
}
.btn_clear:hover{
  transition: background-color 1s ease;
  background-color: rgb(252, 34, 34);
  color: #fff;
}
.btn_add {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  background-image: initial;
  border: solid rgb(38, 223, 84) 1px;
  color: rgb(38, 223, 84);
}
.btn_add:hover{
  transition: background-color 1s ease;
  background-color: rgb(38, 223, 84);
  color: #fff;
}
.toast{
  position: relative;
  padding: 10px;
  color: #fff;
  margin-bottom: 10px;
  width: 40em;
  display: none;
  grid-template-columns: 70px 1fr 70px;
  border-radius: 5px;
  --color: #0abf30;
  background-image:
      linear-gradient(
          to right, #0abf3055 , #22242f 30%
      ); 
  animation: show 0.3s ease 1 forwards  
}
.toast i{
  color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: x-large;
}
.toast .title{
  font-size: large;
  font-weight: bold;
}
.toast span, .toast i:nth-child(3){
  color: #fff;
  font-size: small;
  opacity: 0.6;
}
@keyframes show{
  0%{
      transform: translateX(100%);
  }
  40%{
      transform: translateX(-5%);
  }
  80%{
      transform: translateX(0%);
  }
  100%{
      transform: translateX(-2%);
  }
}
.toast::before{
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  width: 100%;
  height: 3px;
  content: '';
  box-shadow: 0 0 10px var(--color);
  animation: timeOut 3s linear 1 forwards
}
@keyframes timeOut{
  to{
      width: 0;
  }
}
.toast.error{
  --color: #f24d4c;
  background-image: 
      linear-gradient(
          to right, #f24d4c55, #22242F 30%
      );
}
.toast.warning{
  --color: #e9bd0c;
  background-image: 
      linear-gradient(
          to right, #e9bd0c55, #22242F 30%
      );
}
.toast.info{
  --color: #3498db;
  background-image: 
      linear-gradient(
          to right, #3498db55, #22242F 30%
      );
}
.myForm .btn__save {
  display: flex;
  justify-content: space-between;
  margin-right: 1.25rem;
}
.btn__save .date {
  display: flex;
  align-items: center;
}
.btn__save  .btn__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn__save  .btn__action .btn {
  margin: 5px;
}
/* >= Tablet */
@media (min-width: 740px) {
  .form-group .btn_block {
      padding: 0; display: flex;
      justify-content: space-evenly;
      align-items: center;
  }
  .form-group .input-group {
      margin: 0 0 0 10em;
  }
  .img-fluid {
      width: 80%;
      height: 80%;
      margin-top: 14px;
      padding: 5px;
  }
  /* .pcoded[theme-layout="vertical"] .pcoded-navbar[pcoded-navbar-position="fixed"]{
      top: 0;
      bottom: 0;
  }
  .pcoded[theme-layout="vertical"] .pcoded-navbar
  {
      height: 0;
  } */
}
/* PC medium resolution > */
@media (min-width: 1113px) {
  .form-group .btn_block {
      padding: 0; display: flex;
      justify-content: space-evenly;
      align-items: center;
  }
}
/* Tablet - PC low resolution */
/* 735px --> 1023px */
@media (min-width: 740px) and (max-width: 1023px) {
  .form-group .btn_block {
      padding: 0; display: flex;
      justify-content: space-evenly;
      align-items: center;
  }
  .form-group .btn_block .btn_query {
      width: 20%;
  }
  .form-group .input-group {
      margin: 1em 10em 0 10em;
  }
  .navbar-logo
  {
     padding: 0;
     margin: 0; 
  }
  .main-menu{
      padding-top: 8rem;
      padding-bottom: 3rem;
  }
}
/* > PC low resolution */
/* 1200px --> 1240px */
@media (min-width: 1024px) and (max-width: 1239px) {
  .card-block .parent_card_block {
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
  }
  .form-group .btn_block {
      padding: 0; display: flex;
      justify-content: center;
      align-items: center;
  }
  .form-group .btn_block .btn_query {
      width: 45%;
      margin: 10px;
  }
  .form-group .input-group {
      margin: 20px 100px 20px 100px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  visibility: hidden;
  /* transform: scale(0.1);
  transition: transform 200ms; */
}

.modal.dialog-scale {
  visibility: visible;
  animation: fadeIn linear 0.1s;
  /* transform: scale(1); */
}

.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal__body {
  --growth-from: 0.7;
  --growth-to: 1;
  position: relative;
  margin: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  animation: growth linear 0.2s;
}

pre {
white-space: pre-wrap; /* Giữ định dạng của file */
max-height: 400px;
overflow-y: auto; /* Thêm thanh cuộn nếu nội dung dài */
}

#fileContent {
max-height: 400px; /* Chiều cao tối đa cho thẻ <pre> */
overflow-x: auto;  /* Hiển thị thanh cuộn ngang khi cần */
overflow-y: auto;  /* Hiển thị thanh cuộn dọc khi cần */
white-space: pre;  /* Giữ nguyên định dạng không có xuống dòng */
border: 1px solid #ccc; /* Tùy chọn: thêm viền để nhìn rõ */
padding: 10px; /* Tùy chọn: thêm khoảng cách bên trong */
}

.modaltbl {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  visibility: hidden;
  /* transform: scale(0.1);
  transition: transform 200ms; */
}

.modaltbl.dialog-scale {
  visibility: visible;
  animation: fadeIn linear 0.1s;
  /* transform: scale(1); */
}

.modaltbl__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modaltbl__body {
  width: 100%;
  --growth-from: 0.7;
  --growth-to: 1;
  position: relative;
  margin: auto;
  z-index: 1;
  animation: growth linear 0.2s;
}
.auth-form{
  background-color: #fff;
  border-radius: 5px;
  width: 500px;
  overflow: hidden;/*Khi class con vượt quá class cha thì hidden*/
}

.auth-form__container{
  padding: 0 32px;
}

.auth-form__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.auth-form__form{
  
}
.auth-form__controls{
  margin: 10px;
}
.auth-form__group{
  margin-top: 10px;
}
.auth-form__groupitem{
  display: flex;
  justify-content: flex-start;
}
.departmentrole
{
  display: none;
}
.close__btn
{
  position: absolute;
  right: 0;
  top: 0;
  margin: 2px;
  width: 39px;
  height: 35px;
  padding: 5px;
}
.nav__fullsize-base {
  position: relative;
}

.nav__fullsize::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: red; */
}
.card #headingOne .btn,
.card #headingTwo .btn,
.card #headingThree .btn,
.card #headingFour .btn
{
  justify-content: flex-start;
}

.list-group-item::before {
  position: relative;
}
a.list-group-item-info::before
{
  content: "";
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0c5460;
  color:#0c5460;
  opacity: 0.1;
}
.list-group-item-info {
  
}

.loader {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  /* display: inline-block; */
  border-top: 3px solid #17A2B8;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: 0;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

.myFormpr {
  overflow:hidden;
  height:0;
  padding: 0 18px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.Formanimated {
  height:auto;
  padding: 24px 18px;
}

.containerCT {
  position: relative;
  padding: 5px 30px 5px 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerCT input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerCT:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerCT input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerCT input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerCT .checkmark:after {
     top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.pagination_container{
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Đẩy toàn bộ phần tử về bên phải */
  gap: 10px; /* Cách đều nhau 10px */
}
.pagination{
  list-style: none;
  display: inline-block;
  padding: 0;
  /* margin-top: 10px; */
  li{
    display: inline;
    text-align: center;
  }
  a{
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color:#000000;
    margin-left: -1px;
    border:1px solid transparent;
    line-height: 1.5;
    &.active{  cursor: default;}
    &:active{ outline: none;}
  }
}
.modal-3{
  a{
    /* margin-left: 3px; */
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    @include border-radius(100%);
    &:hover{
      background-color: #e2f3fb;
      color: #fff;
      cursor: pointer;    
    }
     &.active, &:active{
       background-color: #26A7DF;
       color: #fff;
     }
  }
}
.daterangepicker.show-calendar .drp-buttons {
  display: flex !important;
}
.noti-wrapper{
  /* display: none; */
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0000003d;
  z-index: 1;
}
.loading-wrapper{
  display: flex; 
  justify-content: center; 
  align-items: center;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: hsla(0, 0%, 45%, 0.145);
  z-index: 1;
}
.algnCen{
  align-self: center;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; /* Đảm bảo phần tử ở trên các phần tử khác */
}

/* init */
.spinner {
  position: absolute;
  width: 6px;
  height: 6px;
}

.spinner div {
  position: absolute;
  width: 50%;
  height: 150%;
  /* background: #000000; */
  background: #26A7DF;
  transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
  animation: spinner-fzua35 1s calc(var(--delay) * 1s) infinite ease;
}

.spinner div:nth-child(1) {
  --delay: 0.1;
  --rotation: 36;
  --translation: 150;
}

.spinner div:nth-child(2) {
  --delay: 0.2;
  --rotation: 72;
  --translation: 150;
}

.spinner div:nth-child(3) {
  --delay: 0.3;
  --rotation: 108;
  --translation: 150;
}

.spinner div:nth-child(4) {
  --delay: 0.4;
  --rotation: 144;
  --translation: 150;
}

.spinner div:nth-child(5) {
  --delay: 0.5;
  --rotation: 180;
  --translation: 150;
}

.spinner div:nth-child(6) {
  --delay: 0.6;
  --rotation: 216;
  --translation: 150;
}

.spinner div:nth-child(7) {
  --delay: 0.7;
  --rotation: 252;
  --translation: 150;
}

.spinner div:nth-child(8) {
  --delay: 0.8;
  --rotation: 288;
  --translation: 150;
}

.spinner div:nth-child(9) {
  --delay: 0.9;
  --rotation: 324;
  --translation: 150;
}

.spinner div:nth-child(10) {
  --delay: 1;
  --rotation: 360;
  --translation: 150;
}

@keyframes spinner-fzua35 {
  0%, 10%, 20%, 30%, 50%, 60%, 70%, 80%, 90%, 100% {
    transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
  }

  50% {
    transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1.5%));
  }
}
/*  */
.cardheader{
  min-height: 50px;
}
.text-muted{
  font-weight: bold;
}

.tooltoast {
  position: fixed;
  bottom: 10px;
  right: 10px;
  left: 15%;
  border-radius: 12px;
  /* border: 1px solid #11c15b; */
  background: #fff;
  padding: 20px;
  box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: translateX(calc(100% + 30px));
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
}

.toastsuccess{
  border: 1px solid #11c15b;
}
.toasterror {
  border: 1px solid #c11111;
}

.tooltoast.active{
  z-index: 10000;
  transform: translateX(0%);
}
.active1{
  background-color: #26A7DF;
  color: #fff;
}

.toolitem{
max-width: 515px;
}

.inline-text {
display: inline;
margin: 0; /* Đảm bảo không có khoảng cách thừa */
}

.centeralg {
position:absolute; 
top:50%; 
left:50%; 
transform:translate(-50%, -50%);
}

.inputfont {
align-self: center; 
display: flex; 
align-items: center;
}

/* Hiệu ứng fadeIn */
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

/* Hiệu ứng phóng to (growth) */
@keyframes growth {
0% {
    transform: scale(var(--growth-from));
}
100% {
    transform: scale(var(--growth-to));
}
}
.modalbanking {
display: none; /* Ẩn form ban đầu */
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* Nền mờ */
justify-content: center;
align-items: center;
z-index: 9999;
overflow-x: auto;
overflow-y: auto;
}

.modalbanking-content {
background-color: white;
padding: 20px;
border-radius: 8px;
text-align: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
width: 400px;
}

.modalbankingedit-content {
background-color: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
width: 65rem;
}

/* Responsive cho mobile */
@media (max-width: 768px) {
.modalbankingedit-content {
  width: 100%; /* Chiếm toàn bộ chiều rộng màn hình nhỏ */
  max-height: 95vh; /* Giới hạn chiều cao modal là 95% chiều cao màn hình */
  padding: 1rem; /* Tạo khoảng cách nội dung */
  overflow-y: auto; /* Cho phép cuộn nội dung khi cần thiết */
  box-sizing: border-box; /* Đảm bảo padding không ảnh hưởng kích thước tổng */
}

.row > div {
  width: 100%; /* Các cột xếp dọc */
  margin-bottom: 0.5rem; /* Khoảng cách giữa các hàng */
}

label {
  font-size: 0.9rem; /* Giảm kích thước nhãn */
}

input,
select {
  font-size: 1rem; /* Kích thước input vừa mắt */
}

.savebanking-btn,
.closebanking-btn {
  font-size: 0.9rem;
  padding: 0.5rem;
}
}

.closebanking-btn {
color: #ff1515;
background-color: #fff;
background-color: transparent;
width: 100px;
border: 0.5px solid #ff1515;
border-radius: 5px;
padding: 10px 20px;
margin: 10px 30px 10px 30px;
cursor: pointer;
}
.savebanking-btn {
color: #0c8940;
background-color: #fff;
background-color: transparent;
width: 100px;
border: 0.5px solid #0c8940;
border-radius: 5px;
padding: 10px 20px;
margin: 10px 30px 10px 30px;
cursor: pointer;
}

.closebanking-btn:hover {
background-color: #ff3333;
color: #fff;
}

.savebanking-btn:hover {
background-color: #0c8940;
color: #fff;
}

.btn-edit-tindungbanking:focus
.btn-edit-tindungbanking:active{
outline: none;        
box-shadow: none;
}

.form-label {
margin-bottom: 0px;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  /* top: 13.33333px; */
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #26a7df;
}
.option-input:checked::before {
  width: 20px;
  height: 20px;
  display:flex;
  content: '\f00c';
  /* font-size: 25px; */
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #26a7df;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

@keyframes click-wave {
  0% {
    height: 20px;
    width: 20px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 50px;
    width: 50px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
  }
}

.log-status{
  width: 15px;
  height: 15px;
  border-radius: 15px;
  align-self: center;
  justify-self: center;
}
.log-success {
  background: #00ff08;
}
.log-error {
  background: #ff3333;
}
.log_search{
  display: flex;
}
.log_date_input {
  width: 15em;
}
.clear_log{
  background: #007bff;
  color: #fff;
  border: none;
}
.log_date_input,.clear_log{
  border-radius: 20px;
  margin: 5px 10px;
}

.export-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  color: #333;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: all 0.2s ease;
}

.export-button svg {
  width: 20px;
  height: 20px;
}

.export-button:hover {
  background-color: #f9f9f9;
  border-color: #ccc;
}

.export-button:active {
  background-color: #f0f0f0;
  transform: translateY(1px);
}