html,
body {
    height: 100%;
    font-family: 'Montserrat';
}
 
.login-page {
    background: #efeeee;
}

.login-page .container-fluid {
    max-width: 1303px;
}

.login-section .card {
    border-radius: 13px;
}

.login-section .card-body {
    border-radius: 15px;
}

.logincontent {
    margin-top: 60px;
}

/* .login-section{width: 381px;} */
.login-section .card-body {
    padding: 0px !important;
    box-shadow: 0px 3px 6px 4px rgb(0 0 0 / 10%)
}

.login-section .card-title {
    font-size: 23px;
    font-weight: 700;
    color: #0066a5;
    padding: 37px 30px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 17px !important;
}

.login-section .card-subtitle {
    font-size: 25px;
    margin-bottom: 29px;
}

.login-section .login-part .card-text {
    font-size: 14px;
    font-weight: 600;
    color: #3c3939;
    line-height: 18px;
    margin-top:15px;
}
.help-block
{
    background: #fffae6;
    padding: 5px 6px;
    font-size: 11px;
    border-radius: 0.25rem;
    display: block;
    margin-bottom: 22px;
}
.help-block i{
    font-size: 12px;
    margin-left: 10px;
    color: #ff8b00;
}
.success-block
{
    background: #def5dded;
    padding: 6px 6px;
    font-size: 11px;
    border-radius: 0.25rem;
    display: block;
    margin-bottom: 22px;
}
.msgDiv{
    padding: 11px 18px;
}
.success-block i{
    font-size: 12px;
    margin-left: 10px;
    color: #198754;
}
.login-section .login-part {
    padding: 11px 41px;
    padding-bottom: 37px !important;
}

.login-section .form-group label {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 800;
}

.form-select:focus {
    border: 1px solid #ced4da;
    box-shadow: none;
}

.form-select {
    font-size: 12px !important;
    color: #939598 !important;
    font-weight: 600 !important;
    padding: 8px 13px !important;
}

.form-control:focus {
    border: 1px solid #ced4da;
    box-shadow: none;
}

.form-control {
    font-size: 12px !important;
    color: #939598 !important;
    font-weight: 600 !important;
    padding: 8px 13px !important;
    box-shadow: none;
}

.form-select option {
    font-size: 12px !important;
    font-weight: 600 !important;
}

.login-info .form-check-label {
    font-size: 12px;
    color: #979191;
    font-weight: 600;
}

.forgetlink .forgetext {
    color: #17181a;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.form-check {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.login-info .btn,
.login-info .btn:hover,
.submit-search,
.submit-search:hover {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    background-color: #0066a6;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 25px;
}

.createnewaccount {
    text-align: center;
    padding: 10px 0px;
}

.createnewaccount a {
    font-size: 12px;
    color: #4489f3;
    text-align: center;
    font-weight: 600;
}

footer p {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
}

footer {
    border-top: 1px solid #d9d9d9;
    padding: 13px 37px;
}

.powered-text {
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

.powered-text img {
    width: 82px;
}

.report-page .container-fluid {
    max-width: 1347px;
}

.airpay-logo {
    width: 133px;
}

.banking-head {
    font-size: 21px;
    margin-left: 20px;
    font-weight: 700;
}

.header-section {
    display: flex;
    justify-content: space-between;
}

.header-main {
    display: flex;
    justify-content: space-between;
}

.signup-page .login-section .card-subtitle {
    margin-bottom: 13px;
}

.signup-page .login-info .form-check-label {
    font-size: 11px;
}

.form-check-input:checked,
.form-check-input:focus {
    box-shadow: none !important;
}

.login-page.signup-page .login-banner {
    background-size: 664px;
    margin-top: 89px;
}

.btn.signbtn {
    width: 100%;
}

.submit-modal .modal-header {
    border-bottom: 0
}

.submit-modal .mailimg img {
    width: 172px;
}

.submit-modal .modal-body {
    padding: 44px 51px;
    padding-bottom: 44px;
    padding-left: 0px;
}

.submitmodal-box {
    align-items: center;
}

.submitmodal-box p {
    font-size: 10px;
    line-height: 19px;
}

.submitmodal-box h5 {
    font-size: 27px;
    font-weight: 600;
}

.submit-modal .mailimg {
    padding-right: 0px;
    display: flex;
    justify-content: end;
}

.submit-modal .mailtext {
    padding-left: 0px;
    margin-top: 34px;
}
.mailtext h6{
    font-size: 13px;
}

.submit-modal .modal-content {
    max-width: 499px !important;
}

.submit-modal .btn-close {
    position: absolute;
    top: -12px;
    right: 0px;
    background: #fff;
    width: 20px;
    height: 20px;
    border: 1px solid #e3dbdb;
    border: 1px solid #e3dbdb;
    border-radius: 23px;
    opacity: 1;
    z-index: 10;
    color: #17181a;
    font-size: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-header {
    border: 0;
    padding: 0;
    position: relative;
}

.header-logo img {
    width: 334px;
}

.search-page .container-fluid {
    max-width: 1337px;
}

.searchheader {
    border-bottom: 1px solid #d9d4d4;
}

.searchheader .row {
    align-items: center;
}

.searchtab-section {
    display: flex;
    justify-content: end;
}

.searchtab i {
    /* margin-right: 10px; */
    font-size: 15px;
    color: #17181a;
}

.searchtab.active i {
    color: #0066a6;
}

.searchtab.active span {
    color: #0066a6;
}

.searchtab span,
.searchtab.usernametab a {
    color: #17181a;
    font-size: 13px;
    font-weight: 600;
}

.searchtab a {
    text-decoration: none;
}

.searchtab {
    border-left: 1px solid #d9d4d4;
    height: 86px;
    text-align: center;
    display: flex;
    padding: 0px 14px;
    align-items: center;
    position: relative;
}

.searchtab.usernametab .dropdown-menu {
    left: -49px !important;
    top: 29px !important;
    right: 0px !important;
}

.usernametab a {
    display: flex;
    align-items: center;
}

.usernametab .user-img {
    background: #8f8383;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    margin-right: 10px;
}

.searchtab.usernametab {
    border-right: 0;
}

.searchtab.active::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #0066a5;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.search-filter .container-fluid {
    max-width: 925px;
}

.search-card {
    margin-top: 20px;
}

.search-card .card-header,
.searchresult .card-header,
.previous-files .card-header {
    font-weight: 600;
    background: none;
}
.card-header .head{ font-weight: 600;}
.previous-files .card-header {
    font-size: 15px !important;
}
.created-title{
    font-size: 12px !important;
    color: #939598 !important;
    font-weight: 600 !important;
    margin-right: 10px;
}
.created-value
{
    font-size: 12px;
}
.brb-0{border-bottom: 0px !important;}
label {
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: 800;
}

.form-label {
    margin-bottom: 4px;
}

.input-group-text {
    color: #939598 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

.slider-wrapper {
    width: 800px;
}

.range-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 8px;
}

#range {
    -webkit-appearance: none;
    width: 100%;
}

#range:focus {
    outline: none;
}

#range::-webkit-slider-runnable-track {
    width: 100%;
    height: 1rem;
    cursor: pointer;
    animate: 0.2s;
    background: linear-gradient(90deg, #0066a5 var(--range-progress), #dee4ec var(--range-progress));
    border-radius: 1rem;
}

#range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0.25rem solid #0066a5;
    box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    height: 32px;
    width: 32px;
    transform: translateY(calc(-50% + 8px));
}

#tooltip {
    position: absolute;
    top: -2.25rem;
}

#tooltip span {
    position: absolute;
    text-align: center;
    display: block;
    line-height: 1;
    padding: 0.125rem 0.25rem;
    color: #fff;
    border-radius: 0.125rem;
    background: #0066a5;
    font-size: 11px;
    left: 50%;
    top: 63px;
    transform: translate(-50%, 0);
}

#tooltip span:before {
    position: absolute;
    content: "";
    left: 40%;
    top: -3px;
    bottom: 19px;
    transform: translateX(-0%);
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #0066a5;
}

.search-card .card,
.searchresult .card,
.previous-files .card {
    box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 8%)
}

.search-btn {
    margin-top: 12px;
    display: flex;
}

.submit-reset,
.submit-reset:hover {
    margin-left: 20px;
    color: #17181a;
    border: 1px solid #ced4da;
    background: #f1f2f3;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 27px;
}

.searchresult,
.previous-files {
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.searchresult .card-body {
    padding: 0;
}

.table>:not(caption)>*>* {
    padding: 8px 36px;
}

.searchresult tr.even,
.previous-files tr.odd {
    --bs-table-accent-bg: #fafcfd;
    color: var(--bs-table-striped-color);
}

.searchresult tr.odd,
.previous-files tr.even {
    background: #fff;
    color: var(--bs-table-striped-color);
}

.bg-grey {
    background: #fafcfd;
}

.previous-files .table>:not(caption)>*>* {
    border-bottom: none;
}

.searchresult .table>:not(caption)>*>* {
    border-bottom: none;
}

.searchresult .table thead tr th,
.previous-files .table thead tr th {
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: 600;
}

.searchresult .table tbody tr td,
.previous-files .table tbody tr td {
    color: #333333 !important;
    font-size: 12px !important;
    font-weight: 500;
}

.searchresult .table,
.previous-files .table {
    margin-top: 0 !important;
}

.searchresult .page-item.active .page-link,
.previous-files .page-item.active .page-link {
    background-color: #0066a5;
    border-color: #0066a5;
}

.searchresult .dataTables_paginate,
.previous-files .dataTables_paginate {
    margin-bottom: 24px !important;
}

.searchresult div.dataTables_wrapper div.dataTables_paginate ul.pagination,
.previous-files div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 24px;
}

.searchresult .pagination li,
.previous-files .pagination li {
    font-size: 12px;
}

.searchresult .card-header {
    padding-left: 35px !important;
}

.previous-files .card-header {
    padding-left: 31px !important;
}

.searchresult table.dataTable thead>tr>th.sorting,
.previous-files table.dataTable thead>tr>th.sorting {
    background: none;
    content: none;
    cursor: default;
}

.searchresult table.dataTable thead>tr>th.sorting:before,
.searchresult table.dataTable thead>tr>th.sorting_asc:before,
.searchresult table.dataTable thead>tr>th.sorting:after,
.searchresult table.dataTable thead>tr>th.sorting_asc:after {
    display: none;
}

.previous-files table.dataTable thead>tr>th.sorting:before,
.previous-files table.dataTable thead>tr>th.sorting_asc:before,
.previous-files table.dataTable thead>tr>th.sorting:after,
.previous-files table.dataTable thead>tr>th.sorting_asc:after {
    display: none;
}

.searchresult tbody tr td a,
.previous-files tbody tr td a {
    text-decoration: none;
    color: #333333;
}

.record-title,
.table-title {
    font-size: 12px !important;
    color: #939598 !important;
    font-weight: 600 !important;
}

.record-section {
    display: flex;
}
.table-value{min-width: 157px;}
.table-value,
.table-day {
    margin-left: 8px;
    font-weight: 600;
    font-size: 12px;
}

.search-card.details-card .card-body {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0px;
}

.search-card.details-card .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #fafcfd;
    color: var(--bs-table-striped-color);
}

.search-card.details-card .table>:not(caption)>*>* {
    padding: 20px 36px;
}

.search-card.details-card .table {
    margin-bottom: 0px;
}

.firsttr {
    border-top: 1px solid #efefef;
    border-color: inherit;
}

.table-cell {
    border-bottom: 1px solid #cdcbcbef;
    padding: 14px 12px;
}

.table-title {
    min-width: 149px;
}

.table-left {
    padding-left: 0px;
    padding-right: 0px;
    border-right: 1px solid #cdcbcbef;
}

.firsttable-cell {
    border-top: 1px solid #cdcbcbef;
}

.oddtable-cell {
    background: #fafcfd;
}

.table-right {
    padding-left: 0px;
    padding-right: 0px;
}

.usercreation-card .col-md-6.form-group
{
    margin-bottom: 13px;
}

.search-filter {
    min-height: 74vh;
}

.forgotpwd-section {
    margin-top: 37px;
}

.reset-btn {
    margin-top: 9px;
}

.searchtab.usrmaintenancetab .dropdown-menu {
    left: -16px !important;
    min-width: 178px;
    top: 36px !important;
}

.searchtab.usrmaintenancetab .dropdown-menu li a,
.searchtab.usrmaintenancetab .dropdown-menu li a:hover {
    color: #17181a;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #f5f4f4;
}

.searchtab.usrmaintenancetab .dropdown-menu li a:hover {
    border-top: 1px solid #86888a;
    color: #17181a;
    font-size: 13px;
    font-weight: 600;
}

.page-link:focus {
    box-shadow: none !important;
}

.searchdetails-toggle::after {
    display: none !important;
}

.searchdetails-toggle i,
.action-toggle i {
    color: #17181a
}

.record-section ul li a,
.actiontoggle-section ul li a {
    font-weight: 600;
    font-size: 12px;
}

ul.dropdown-menu.show {
    padding: 0;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
    background-color: #f3f2f0 !important;
    color: #17181a;
}

.record-section .dropdown-menu,
.actiontoggle-section .dropdown-menu {
    left: -66px !important;
    min-width: 100px;
}

.search-filter.search-details .container-fluid {
    max-width: 1039px;
}

.table-right .table-title {
    min-width: 253px !important;
}

.usrmaintenancetab .dropdown-toggle::after {
    display: none;
}

.uploadfile {
    background: #f2f3f7;
    margin-top: 10px;
    border: 0;
    border-radius: 0;
    margin-bottom: 46px;
}

.uploadfile .uploadheader h5 {
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 700;
    color: #17181a;
}

.uploadfile .card-body .uploadfile-header {
    border-bottom: 1px solid #d7d7d7;
    padding: 8px 3px;

}

.uploadfile .card-body {
    padding: 1rem 13px !important;
}

.uploadfile .fileupload-click a,
.uploadfile .fileupload-click a:hover {
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #17181a;
    text-decoration: none;
}

.fileupload-click img {
    height: 16px;
    margin-left: 5px;
}

.upload-section>input {
    display: none !important;
}

.uploadfile input#file-upload-button {
    display: none !important;
}

.upload-section img {
    cursor: pointer;
}

.upload-section {
    margin-top: 27px;
    display: flex;
    justify-content: center;
}

.fileupload-text h5 {
    color: #17181a;
    font-size: 13px;
    font-weight: 600;
}

.fileupload-text h6 {
    color: #747b7e;
    font-size: 12px;
    font-weight: 600;
}

.fileupload-text {
    margin-top: 15px;
    text-align: center;
}

.success-img {
    height: 94px;
}

.upload-success h6 {
    color: #17181a;
    font-size: 10px;
}

.upload-success h5 {
    font-size: 14px;
}

.previous-files .card-body {
    padding: 0px !important;
}

.previousfile-table .excel-img {
    height: 23px;
}

.previousfile-table tbody tr td span {
    font-size: 11px;
    font-weight: 600;
}

.previousfile-table tbody tr td .filename {
    margin-left: 10px;
}

.previousfile-table thead th {
    font-size: 14px !important;
}

.btn-reject {
    background: none;
    border: 1px solid #ed1c24;
    font-size: 11px;
    color: #17181a;
    padding: 5px 12px;
    font-weight: 600;
}

.btn-reject img,
.btn-approve img {
    height: 12px;
    padding-right: 8px;
}

.btn-approve,
.btn-approve:hover {
    background: #0066a6;
    border: 0;
    font-size: 11px;
    color: #fff;
    padding: 6px 12px;
    font-weight: 600;
    margin-left: 15px;
}

.action-section {
    display: flex;
    /* justify-content: end; */
}

.action-dropdown {
    font-size: 10px;
    margin-left: 10px;
}

.action-toggle {
    margin-left: 20px;
}

.previousfile-table .name-col {
    min-width: 275px !important;
}

/*user approval*/
.previous-files .user-approval-table {
    width: 100% !important;
}

.previous-files .user-approval-table thead tr {
    vertical-align: middle;
}

.previous-files .user-approval-table tbody tr:nth-of-type(even) {
    background-color: #f7f8fa !important;
}

.previous-files .user-approval-table thead tr th {
    font-weight: 700;
    background-color: #eeeff4 !important;
}

/* .previous-files .user-approval-table thead tr th:nth-of-type(2) { min-width: 5.8125rem;}
.previous-files .user-approval-table thead tr th:nth-of-type(3) { min-width: 5rem;}
.previous-files .user-approval-table thead tr th:nth-of-type(6) { min-width: 6.5rem;}
.previous-files .user-approval-table thead tr th:nth-of-type(7) { min-width: 7.1875rem;}
.previous-files .user-approval-table thead tr th:nth-of-type(8) { min-width: 11.3125rem;} */
.previous-files .user-approval-table tbody tr td .btn-group .btn {
    border-radius: .4rem;
    font-size: .75rem;
    font-weight: 600;
    padding: 0.25rem .9375rem;
}

.previous-files .user-approval-table tbody tr td .btn-group .btn:nth-of-type(1) {
    background-color: #39b54a;
    border-color: #39b54a;
}

.previous-files .user-approval-table tbody tr td .btn-group .btn:nth-of-type(2) {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
    height: 9px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #989898;
}

.header-text {
    font-size: 1rem;
}

.searchtab  i {
    margin-right: 7px;
    position: relative;
}

.searchtab .dropdown i::after {
    content: '';
    /* background: url(../image/user-maintenance.png) no-repeat center; */
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: contain !important;
    display: none;
}
.help-block strong
{
padding:7px 4px;
font-size: 11px;
font-weight: 500;
}
.success-block strong
{
padding:7px 4px;
font-size: 11px;
font-weight: 500;
}
/* .searchtab.active .dropdown i::after {
    background: url(../image/user-maintenance-active.png) no-repeat center;
} */

/*user approval*/

.btn-rejected,
.btn-rejected:hover {
    background: none;
    border: 1px solid #ed1c24;
    font-size: 11px;
    color: #ed1c24;
    padding: 5px 12px;
    font-weight: 600;
}

.btn-approved,
.btn-approved:hover {
    background: none;
    border: 1px solid #39b54a;
    font-size: 11px;
    color: #39b54a;
    padding: 5px 12px;
    font-weight: 600;
}

.action-col {
    width: 234px !important;
}

.trash-icon i {
    color: #ed1c24;
}

.pagination {
    margin-top: 20px !important;
    margin-left: 12px;
}

.dropdown-item.active, .dropdown-item:active
{
    background-color: #f3f2f0 !important;
}

.delepopup-img {
    height: 80px;
    width: 105px;
    margin: 0 auto;
}

.delete-modal .modal-body {
    padding-right: 0px;
}

.deletemodal-box h5 {
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
}

.deletemodal-box h6 {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}

.bg-grey {
    background: #c4c6cb;
    border-radius: 5px !important;
    padding: 7px 31px;
    font-size: 12px;
}

.bg-blue {
    background: #0066a6;
    border-radius: 5px !important;
    padding: 7px 31px;
    font-size: 12px;
}

.deletpopup-btn {
    display: flex;
    justify-content: center;
}

.usercreation-card .card-body {
    padding: 10px 164px;
    padding-bottom: 63px;
}

.usercreation-card .row {
    margin-top: 15px;
}

.usercreation-card .search-btn {
    margin-top: 20px;
}

.usercreation-card {
    margin-bottom: 90px;
}

.modal-closeicon {
    font-size: 32px !important;
    font-weight: 400;
}

button:focus:not(:focus-visible) {
    box-shadow: none;
}

.uploadnewfile {
    margin-top: 20px;
}

.success-img {
    cursor: default !important;
}

.uploadnewfile .card-body {
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.uploadnewfile label {
    display: inline-block;
    background: #0066a6;
    border: 0;
    font-size: 11px !important;
    color: #fff !important;
    padding: 6px 19px;
    font-weight: 800;
    margin-left: 15px;
    cursor: pointer;
    border-radius: 0.25rem;
}

.uploadnewfile-section {
    display: flex;
    justify-content: center
}

.uploadnewfile-text {
    margin-top: 15px;
    color: #939598;
    font-weight: 600;
    font-size: 12px;
    margin-left: 16px;
}

.newfile-upload {
    border: dashed 2px #c0d1db;
    padding: 19px 10px;
    border-radius: 5px;
    margin-top: 13px;
    background: #f8fafd;
}

.login-area {
    background-image: url("../image/coverimg.png");
    background-repeat: no-repeat;
    background-size: 542px;
    background-position: 182px;
}

.login-section {
    padding: 4rem 0;
}

.view-users .search-filter {
    min-height: 79vh;
}

.uploadfile-header {
    display: flex;
    justify-content: space-between;
}

.action-section .btn-reject,
.action-section .btn-approve {
    width: 93px;
    height: 31px;
    padding: 4px 3px;
}

.actiontoggle-section .dropdown-menu {
    left: -97px !important;
    min-width: 44px;
}

.error {
    font-size: 11px !important;
    color: #ff0000 !important;
}

@media (max-width:768px) {
    .login-section {
        padding: 1rem 1rem;
    }

    .login-area {
        background-image: url("../image/coverimg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-size: contain;
        background-position: center bottom;
    }

    .usrmaintenancetab .nav-block {
        white-space: initial;
        line-height: 13px;
        display: block;
    }

    .nav-block,
    .usermaintain-text {
        display: block !important;
    }

    .searchtab span {
        font-size: 11px;
        display: block;
    }

    .user-img {
        margin: 0 auto !important;
    }

    .searchtab {
        padding: 0px 10px;
    }

    .searchtab-section {
        padding-left: 0px;
        padding-right: 0px;
        border-top: 1px solid #d9d4d4;
    }

    .username {
        display: contents !important;
        white-space: nowrap;
    }

    .usernametab .user-img {
        width: 20px !important;
        height: 20px;
    }

    .searchtab.usrmaintenancetab {
        border-left: 0px;
    }

    .header-logo img {
        width: 272px;
    }

    .searchtab.usernametab .dropdown-menu {
        left: -11px !important;
        min-width: 109px;
        top: 23px !important;
    }

    .searchtab.usrmaintenancetab .dropdown-menu {
        left: -7px !important;
    top: 30px !important;
    }

    .usercreation-card .card-body {
        padding: 10px 16px;
    }

    .searchresult .table thead tr th,
    .previous-files .table thead tr th {
        font-size: 12px !important;
    }

    .record-section .dropdown-menu {
        left: -97px !important;
        min-width: 110px
    }

    footer {
        padding: 13px 10px;
    }

    .powered-text {
        font-size: 9px;
    }

    .powered-text img {
        width: 56px;
    }

    .login-section .card-title {
        font-size: 18px;
        padding: 21px 13px;
    }

    .login-section .card-subtitle {
        font-size: 21px;
    }

    .login-section .login-part {
        padding: 11px 16px;
    }

    .form-label {
        margin-top: 10px;
    }

    .usermaintain-text {
        padding-top: 6px;
    }

    footer p {
        margin-left: 62px;
    }

    .footer-section {
        display: inline-flex !important;
        width: 100%;
        flex-direction: column-reverse;
    }

    .table-cell {
        display: block !important;
    }

    .table-value {
        margin-left: 0px;
    }

    .details-table {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .submit-modal .mailimg {
        justify-content: center;
    }

    .mailtext {
        margin-top: 24px;
        text-align: center;
        padding-left: 19px;
    }

    .submitmodal-box h5 {
        font-size: 20px;
    }

    .submit-modal .modal-body {
        padding: 44px 51px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .login-section {
        min-height: 72rem;
        max-height: 72rem;
    }
}
@media (max-width:576px)
{
    .previous-files tbody tr td a
    {
    display:flex;
    }
    .previous-files .table thead tr th
    {
        white-space: nowrap;
    }
    .pagination
    {
    justify-content:center;
    }
    .searchtab-section
    {
        justify-content: flex-start;
    }
    .searchtab.usrmaintenancetab
    {
        border-right: 1px solid #d9d4d4;
    }
    .searchtab.usernametab .dropdown-menu
    {
        left: -81px !important;
    top: 23px !important;
    right: 0px !important;
    width: 151px;
    }
    .searchtab.usrmaintenancetab .dropdown-menu
    {
        left: -7px !important;
    top: 30px !important;
    }
    .uploadfile .card-body .uploadfile-header
    {
        display: block;
    }
    .uploadfile .uploadheader h5
    {
        margin-bottom: 7px;
    }
    .alert
    {
        width: 96%;
        padding: 3px 10px;
        margin: 9px 7px;
    }
}