/*------------ Card Guide ------------*/
.card-guide {
  display:  none !important;
}
@media (min-width: 1200px) {
  .card-guide {
    display:  inline-block !important;
  }
}
/*------------ Card Guide ------------*/

/*------------ scrollbar ------------*/
::-webkit-scrollbar {
  width: 10px !important;
}
 
::-webkit-scrollbar-track {     
  background: #F8F9FA !important;    
}
 
::-webkit-scrollbar-thumb {
  background: #DC3545 !important;
  border-radius: 4px !important;
}

::-webkit-scrollbar-thumb:hover {
  background: #c82333 !important;
}
/*------------ scrollbar ------------*/

/*------------ Sticky Footer ------------*/
main > .container {
  padding: 60px 15px 0;
}

.footer {
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
/*------------ Sticky Footer ------------*/

/*------------ header ------------*/
.header-title {
  margin: 5px 0;
  text-align: center;
}

.header-button {
  margin: 5px 0;
  text-align: center;
}

@media (min-width: 992px) {
  .header-title {
    margin: 5px 0;
    text-align: left;
  }

  .header-button {
    margin: 5px 0;
    text-align: right;
  }
}
/*------------ header ------------*/

/*------------ img-size ------------*/
.h-500 {
  height: 32rem !important;
}

@media (max-width: 576px) {
  .h-500 {
    height: 16rem !important;
  }  
}

.img-w-100-hm-100 {
  max-height: 100px !important;
  width: 100px !important;
}

.img-w-75-hm-100 {
  max-height: 100px !important;
  width: 75px !important;
}

.img-w-50 {
  width: 50px !important;
}

.img-w-75 {
  width: 75px !important;
}

.img-w-100 {
  width: 100px !important;
}

.img-w-150 {
  width: 150px !important;
}

.img-w-200 {
  width: 200px !important;
}

.img-w-250 {
  width: 250px !important;
}

.img-w-300 {
  width: 300px !important;
}

.img-hm-200 {
  max-height: 200px !important;
}

/*------------ img-size ------------*/

/*------------ scroll to top ------------*/
.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: #dc3545;
  line-height: 46px;
}

.scroll-to-top:focus {
  background-color: #c82333;
  color: white;
}

.scroll-to-top:hover {
  background-color: #c82333;
  color: white;
}

.scroll-to-top i {
  font-weight: 800;
}
/*------------ scroll to top ------------*/

/*------------ textarea ------------*/
textarea {
  min-height: 90px;
  max-height: 210px;
}
/*------------ textarea ------------*/

/*------------ footer ------------*/
.footer-copyright {
  margin: 10px 0;
  text-align: left;
}

.footer-sosial-media {
  margin: 10px 0;
  text-align: left;
}

@media (min-width: 992px) {
  .footer-copyright {
    margin: 10px 0;
    text-align: left;
  }

  .footer-sosial-media {
    margin: 10px 0;
    text-align: right;
  }
}
/*------------ footer ------------*/

/*------------ btn login ------------*/
.btn-login {
  background: transparent !important;
  border: 1px solid #DC3545;
  color: #343a40 !important;
}

.btn-login:hover {
  background: #DC3545 !important;
  color: white !important;
}

.btn-login:focus {
  color: #fff !important;
  background-color: #c82333 !important;
  border-color: #bd2130 !important;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5) !important;
}
/*------------ btn login ------------*/

/*------------ DataTables Custom Tailwind Styling ------------*/
.dataTables_wrapper {
  width: 100%;
}
.dataTables_length {
  font-size: 0.875rem;
  color: #4B5563;
  display: flex;
  align-items: center;
}
.dataTables_length label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
  font-weight: 500;
}
.dataTables_length select {
  border: 1px solid #D1D5DB;
  border-radius: 0.5rem;
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  background-color: #F9FAFB;
  outline: none;
  transition: all 0.2s;
  cursor: pointer;
}
.dataTables_length select:focus {
  border-color: #3B82F6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}
.dataTables_filter {
  font-size: 0.875rem;
  color: #4B5563;
}
.dataTables_filter label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
}
.dataTables_filter input {
  border: 1px solid #D1D5DB;
  border-radius: 0.5rem;
  padding: 0.4rem 0.75rem;
  font-size: 0.875rem;
  margin-left: 0.75rem;
  background-color: #F9FAFB;
  outline: none;
  transition: all 0.2s;
  width: 200px;
}
.dataTables_filter input:focus {
  border-color: #3B82F6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}
.dataTables_info {
  font-size: 0.875rem;
  color: #6B7280;
  font-weight: 500;
}
.dataTables_paginate {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.dataTables_paginate .paginate_button {
  padding: 0.4rem 0.85rem !important;
  border-radius: 0.375rem;
  border: 1px solid #D1D5DB !important;
  background: white !important;
  color: #374151 !important;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0 !important;
}
.dataTables_paginate .paginate_button:hover {
  background: #F3F4F6 !important;
  color: #111827 !important;
  border-color: #D1D5DB !important;
}
.dataTables_paginate .paginate_button.current, 
.dataTables_paginate .paginate_button.current:hover {
  background: #EFF6FF !important;
  color: #1D4ED8 !important;
  border-color: #BFDBFE !important;
}
.dataTables_paginate .paginate_button.disabled,
.dataTables_paginate .paginate_button.disabled:hover {
  opacity: 0.5;
  cursor: not-allowed;
  background: #F9FAFB !important;
  color: #9CA3AF !important;
  border-color: #E5E7EB !important;
}
table.dataTable {
  border-collapse: collapse !important;
  margin: 0 !important;
  width: 100% !important;
}
table.dataTable thead th {
  border-bottom: 1px solid #E5E7EB !important;
  background-color: #F9FAFB;
  padding: 0.75rem 1rem !important;
}
table.dataTable tbody td {
  border-bottom: 1px solid #F3F4F6 !important;
  padding: 0.75rem 1rem !important;
}
/*------------ DataTables Custom Tailwind Styling ------------*/
