.loader{display:flex;justify-content:center;align-self:center;align-items:center;height:70%}@media only screen and (max-width:576px){.loader{height:40%}}.dot-flashing{position:relative;width:10px;height:10px;border-radius:5px;background-color:#e31837;color:#e31837;animation:dotFlashing 1s linear infinite alternate;animation-delay:.5s}.dot-flashing:after,.dot-flashing:before{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{left:-15px;animation:dotFlashing 1s infinite alternate;animation-delay:0s}.dot-flashing:after,.dot-flashing:before{width:10px;height:10px;border-radius:5px;background-color:#e31837;color:#e31837}.dot-flashing:after{left:15px;animation:dotFlashing 1s infinite alternate;animation-delay:1s}@keyframes dotFlashing{0%{background-color:#e31837}50%,to{background-color:#fbc7cb}}.blackoverly{background:rgba(0,0,0,.4);z-index:99999;width:100%;height:100%;position:fixed;left:0;top:0}.centered{width:100px;height:100px;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.button{width:119px;height:44px;margin:1rem 0;background:#e31837;box-shadow:0 8px 8px rgba(243,70,83,.2);border-radius:8px;border:none;font-weight:600;font-size:13px;line-height:13px;text-align:center;text-transform:capitalize;color:#fff;font-family:Poppins;cursor:pointer}.button:disabled{cursor:not-allowed}.input-form-control-mui{border-radius:5px}.userContainer{width:990px;padding:24px;margin:0 auto}.userContainer .inputFieldWrapper{display:flex;align-items:center;gap:24px}.userContainer .inputFieldWrapper .inputField{position:relative}.userContainer .inputFieldWrapper .inputField p{position:absolute;bottom:-24px}.userContainer .noUserList{margin-top:28px}.userContainer h2{padding-bottom:0}.userContainer .userTable{margin-top:24px;border-collapse:collapse;width:100%}.userContainer .userTable tbody tr td,.userContainer .userTable thead tr th{padding:4px 12px;text-align:left}.userContainer .userTable tbody tr td:last-child{text-align:center}.userContainer .userTable tbody tr td:last-child img{width:20px;cursor:pointer}.detailSwitch{display:flex;align-items:center!important}.userStatusWrapper{border-radius:8px;background-color:#fff;padding:16px}.userStatusWrapper .userStatus{display:flex;align-items:center;justify-content:center;gap:12px}.userDocsTable table{font-family:arial,sans-serif;border-collapse:collapse;width:100%}.userDocsTable td,.userDocsTable th{border:1px solid #ddd;text-align:left;padding:8px;width:100%}.userDocsTable tr:nth-child(2n){background-color:#ddd}@media(max-width:768px){.detailSwitch{margin-top:16px!important}}