/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 02-Apr-2024, 12:51:05 pm
    Author     : omkar
*/

#searchParkingProvider{
    width: 280px;
    height: 36px;
}

.modal .auto-max button:nth-child(1), .modal .d-flex button:nth-child(1), .card .d-flex button:nth-child(1), .cancelButton{
    background: white;
    color: black;
    border: 1px solid grey;
    width: 7em;
}

.modal .auto-max button:nth-child(2), .modal .d-flex button:nth-child(2), .card .d-flex button:nth-child(2), .saveButton{
    width: 7em;
}
.modal .auto-max, .modal .d-flex{
    float:right;
}
#changeProviderPassSave, #uploadNewQR{
    width: 10em;
}
#changeProviderPassCancel, #cancelNewQRUpload{
    width: 10em;
}
#showUploadedQRDiv{
    height: 15em;
}
#QRimg{
    max-width: 100%;
    max-height: 100%;
    min-width: 50%;
    min-height: 50%;
}

