body {
  padding-top: 51px;
}
.logo-rs {
  max-width: 52px;
}
.ars-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.sm-txt {
  font-size: 11px;
}
.important_txt {
  color: #a81010;
}

.img-thumbnail:hover {
  border: 2px solid #000;
}

.main-image img {
  max-width: 100%;
  height: auto;
  cursor: zoom-in;
}
.g_t {
  width: 20%;
  padding-left: 0;
}
.g_m {
  width: 80%;
  padding: 0;
}
/* .m_m img,
.m_m img.kits {
  width: 100%;
  max-width: 500px;
} */
/* .zoomin {
  cursor: zoom-in;
} */


/* modules */
#imageModal {
  padding-top: 100px;
  background: #000000d6;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* background-color: rgba(0, 0, 0, 0.9); */
  cursor: pointer;
}

.modal-content {
  margin: auto;
  display: block;
  /* width: 98%; */
  width: 100%;
  max-width: 700px;
  /* height: 100vh; */
  background: #1c1c1c;
}

.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.expandable {
  max-height: 78px;
  background: #f9f9f9;
  /* border: 1px solid #a81010; */
  padding: 10px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.expandable.expanded {
  max-height: 500px; /* Adjust this value based on your content */
} 

/* button  */

.btn_notice {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: smaller;
  width: 100%;
}
.btn_notice,
.btn_notice:hover,
.btn_notice:active {
  border-top: 2px solid #bac9d9;
  /* box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1); */
}
.btn_m {
  color: #222;
  margin-bottom: 0;
  border-color: #c9c9c9;
  text-align: left;
  border-radius: 0;
  border-bottom: 0;
  padding: 10px 15px;
  font-weight: 600;
}
.btn_m::after {
  content: "\f054";  
  font-family: "Font Awesome 5 Free";
  font-weight: 900;  
  margin-left: 5px;  
  position: absolute;
  right: 23px;
}
.btn_m,
.btn_m:after {
  font-size: 14px;
}
/* modal custom */
.modal_custom {
  padding: 0;
}
.modal_custom .btn:first-child {
  border-top: 0;
}
.modal_custom .btn:last-child {
  border-bottom: 1px solid #000;
}
.form-control::placeholder,
select.form-control option[value=""][disabled] {
  color: #999; 
}
.select-container {
  position: relative;
  /* display: inline-block; */
  width: 100%;
  max-width: 500px;
}

.select-container select {
  width: 100%;
  padding: 10px; 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
  padding-right: 30px;  
}

/* Adding the arrow */
.select-container::after {
  content: '↓'; /* Down arrow character */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* Arrow is not clickable */
  font-size: 16px;
  color: #888; /* Arrow color */
}
.merit_check {
  position: relative;
  right: -17px;
  font-size: 11px;
}
.versioning {
  /* display: block; */
  bottom: 0;
  width: 100%;
  line-height: 1.4;
  font-size: .6rem;
  margin: 3px auto;
  color: #777;
}

/* not available container */
.container_overlayNA {
  position: relative;
  pointer-events: none; 
}
.overlayNA {
  padding: 3rem;
  text-align: center;
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  z-index: 10;
  pointer-events: none; 
}

.announcement-box .rsdl-header .rsdlv_wrapper {
  margin-bottom: 30px;
}
.announcement-box {
  padding: 20px;
}
.announcement-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.announcement-content {
  font-size: 1rem;
  margin-top: 10px;
}

/* table */
@media (max-width: 991px) {
  .table_100{
      width: 100%;
  }
}
h4 span.spanlink {
  margin-left: 10px;
  font-size: .9rem;
  font-weight: 400;
}
.smbox-navy, .smbox-white {
  width: 27px;
  height: 15px;
  background-color: #1532a8;
  border: 1px solid #000;
  border-radius: 3px;
  display: inline-block;
  margin-left: 8px;
}
section .smbox-navy, 
section .smbox-white  {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: white;

  width: 51px;
  height: 29px;
}
section .btn-order {
  margin-bottom: 20px;
}
.smbox-white {
  background-color: white;
}
.order_footprint {
  display: block;
  font-size: small;
}
.price, .order_code {
  color: #0d6efd;
  /* color: #196850; */
}
.price {
  display: block;
}
.order_code {
  font-size: medium;
  font-weight: normal;
}

.rsad_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.rsad_modal .modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  width: 80%;
  max-width: 400px;
}
.rsad_modal .close-btn {
  cursor: pointer;
  font-size: 20px;
  float: right;
}

.rsad_price {
  font-weight: 300;
  font-size: small;
  margin: 0;
  display: block;
}

.sticky_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #009688;
  color: #fff;
  text-align: center;
  padding: 8px;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1); /* Optional: add shadow */
  z-index: 9998;
  margin: 0;
  font-size: 0.7rem;
}
.sticky_footer a {
  color: #fff;
}

.title_link {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}

img.header-RS-Unit {
  max-width: 34px;
}

.hr_normlz {
  margin-top: unset;
}

#counterFound {
  font-size: 1rem;
}

.component_about {
  padding:0;
}

.marking_public {
  width: 34px; 
  height: 34px; 
  background-color: #959393; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  color: white; 
  font-weight: bold; 
  /* border-radius: 4px; */
}
.list-group-item.list-group-item-action .versioning {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 200;
}
.modal-pdd-fix .modal-dialog {
  top: 47px;
}

.iframe-container {
  position: relative;
  width: 100%;
  max-width: 700px;
  padding-top: 150%;  
  overflow: hidden;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}