﻿/* styles.css */
.modal2 {
    display: none; /* Hidden by default */
    z-index: 1050;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 12px 12px 0 0;
}

.content2 {
    padding: 25px 30px;
}

.modal-backdrop2 {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 1040; /* Ensure it is below the modal but above other content */
}


.close-btn2 {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.deldhgy{
	color: #484848;
  text-decoration: none;
  font-size: 18px;
  background-color: transparent;
  border: none;
}