:root {
  --card-radio: #e2e2e2;
  --input-bg: #fafafa;
  --modal-backdrop: #ef4c11;
  --page-topbar: #ffffff;
  --table-bg: #ef4c11;
  --table-text: #ffffff;
}


.modal-open {
  overflow: hidden !important;
}

.product-color-item:hover {
  opacity: 0.8;
  transition: opacity 1s ease-in-out;
}

.card-radio {
  white-space: normal;
  border: 2px solid var(--card-radio) !important;
}

.product-color a .product-color-item {
  margin-left: 0 !important;
  margin-bottom: 20px !important;
}

.product-color a .product-color-item {
  border: 1px solid #000000;
}

.affidavit_div .product-color a .product-color-item {
  border: none;
  outline: none;
}
#type_of_affidavit {
  text-transform: capitalize !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
label {
  color: #000000 !important;
}

.afidavit_general .type_of_affidavit {
  text-transform: lowercase;
}

input {
  background-color: var(--input-bg) !important;
}

a {
  font-weight: 500 !important;
}

.profileimg {
  opacity: 1 !important;
}

.profileimg:hover {
  opacity: 0.5 !important;
}

.upload_avatar {
  position: relative;
}

.upload_avatar:hover .text_upload {
  visibility: visible;
  opacity: 1;
}

.text_upload {
  position: absolute;
  text-align: center;
  margin: 40% 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: rgb(255, 255, 255);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, visibility 0.4s;
}

/* customize sweetalert */

.save ul li {
  padding-bottom: 10px !important;
}

.swal2-show {
  animation: showSweetAlert 0.7s !important;
}

@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* custom btn */

.btn:focus {
  box-shadow: none !important;
}

button:focus {
  box-shadow: none !important;
}

/* custom dropzone height */

.dropzone.dz-clickable {
  height: 150px !important;
  min-height: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  box-shadow: var(--shadow) !important;
  border: none;
}

.modal-backdrop {
  background-color: var(--modal-backdrop);
}

.modal-backdrop.show {
  opacity: 0.3;
}

/* light navbar */

#page-topbar {
  background-color: #ffffff !important;
  /* box-shadow: none !important; */
}

/* table styling */
table thead th {
  border: 1px solid #ffffff !important;
  background-color: var(--table-bg) !important;
  color: var(--table-text) !important;
}
.dash-card {
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
}
.dash-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-out;

  background: rgb(198, 240, 214);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
}

.preloader {
  padding: 20%;
  margin: 0;
  width: 100%;
  height: 100vh;
  top: 0%;
  left: 0%;
  text-align: center;
  color: #000;
  border: 0px solid #aaa;
  background-color: #ffffff;
  cursor: wait;
  align-items: center;
  justify-content: center;
  display: flex;
}

.pMenu {
  column-count: 1;
}

#affidavit_content {
  padding: 5rem !important;
}

.nav-justif .nav-item,
.nav-justif > .nav-link {
  -ms-flex-preferred-size: 0 !important;
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  text-align: center !important;
}



@page {
  size: auto !important;
  /* auto is the initial value */
  margin: 0mm !important;
  /* this affects the margin in the printer settings */
}

@media print {
  #affidavit_content {
    font-size: 20px !important;
  }
  #receipt_content {
    font-size: 33px !important;
    padding: 2rem;
  }
  #receipt_content h5 {
    font-size: 35px !important;
    
  }

}

@media screen and (min-width: 700px) {
  .myMenu {
    column-count: 2;
  }
}
@media screen and (max-width: 600px) {
  .myMenu {
    column-count: 1;
  }

  .nav-justif .nav-item,
  .nav-justif > .nav-link {
    -ms-flex-preferred-size: 0 !important;
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    text-align: center !important;
  }

  #div_affidavit {
    text-align: center;
  }

  #affidavit_content {
  padding: 2rem !important;
}

.left_passport{
  margin-top: -17.6em !important;
}
.affid{
   margin-bottom: 4rem!important;
   font-size: 14px;
}
}
