.storageinq-popup {
   /* position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;*/
}

.storageinq-popup form {
    display: flex;
    flex-direction: column;margin-top:20px;
}

.storageinq-popup input,
.storageinq-popup textarea {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.storageinq-popup button {
    padding: 10px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.storageinq-popup button:hover {
    background: #005f8d;
}
.storageinq-btn{    background: #00497f;
    color: #fff !important;
    font-family: "Montserrat", Sans-serif !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;}
.hidecoo {display:none;}