body .wrapper header .user input + ul li:hover {
    background-color: #1777a0 !important;
    color: white; }
.settings-body .inner-container {
    min-height: calc(100vh - 7rem);
    display: grid;
    grid-template-columns: 30rem 1fr;
    column-gap: 1.6rem;
}
.settings-body .inner-container .admin-list {
    background-color: white;
}
settings-body inner-container .admin-details {
    padding: 3rem 2.5rem;
    background-color: white;
}
.settings-body .inner-container .admin-list ul {
    background-color: white;
    border-right: 1px solid rgba(36, 68, 115, 0.3);
}
.settings-body .inner-container .admin-list ul li.active {
    background-color: #1777a0;
    color: white;
}
.settings-body .inner-container .admin-list ul li {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 1.5rem;
    height: 4rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(36, 68, 115, 0.3);
}
.form-group select {
    height: 4.6rem;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    background-color: rgba(25, 25, 25, 0.03);
    border: none;
    outline: none;
}
.textarea{
    height: 85px;
    width: 400px;
    padding: 12px 20px;
    box-sizing: border-box;
    outline: none;
    background-color: rgba(25, 25, 25, 0.03);
    border-radius: 4px;
    resize: none;
}
.textarea2{
    height: 85px;
    width: 300px;
    padding: 12px 20px;
    box-sizing: border-box;
    outline: none;
    background-color: rgba(25, 25, 25, 0.03);
    border-radius: 4px;
    resize: none;
}
.select2-container .select2-selection,
.select2-container .select2-choice,
.select2-selection__rendered,
.select2-search__field,
.select2-selection__arrow {
    height: 40px !important;
    line-height: 40px !important;
}
.checkbox-switch{
    display:none !important;
}
.actionbtn {
    cursor: pointer !important;
    border-radius: 6px !important;
}
.tablecolumn {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2rem;
    margin-bottom: 1rem;
}

.create-pin-btn {
    height: 45px;
    width: 100%;
    padding: 12px 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #d9e6f5;
    border-radius: 7px;
    cursor: pointer;
    margin-bottom: 10px;
}

.modal-btn {
    cursor: pointer !important;
    border-radius: 8px !important;
}
.modal-btnok {
    height: 4rem;
    width: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-radius: 20px;
    background-color: #1777a0;
    cursor: pointer !important;
}
.modal-btncancel {
    height: 4rem;
    width: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    background-color: #d9e6f5;
    cursor: pointer !important;
}

.pin6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 12px;
}
.pin6 input {
    padding: 15px 20px;
    max-width: 56px;
    font-size: 18px;
    font-weight: 500;
}
.pin6 input:focus {
    border-color: #6096d7;
    outline: none;
}
.pin4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 12px;
}
.pin4 input {
    padding: 15px 20px;
    max-width: 56px;
    font-size: 18px;
    font-weight: 500;
}
.pin4 input:focus {
    border-color: #6096d7;
    outline: none;
}

.pin-group-rule {
    min-width: 20rem;
    width: 260px;
    margin: auto;
}

.spantext {
    color: rgba(4,20,39,0.49);
    font-size: 15px;
    justify-content: center;
}
.custom-btn-row {
    margin: auto;
    align-items: center;
    transform: translate(10%, 30%);
}
.popup-instruction-message{
    display: flex;
    justify-content: center;
    align-content: center;
    font-weight: 500;
    padding-bottom: 15px;
}
.login-pin-entry{
    border-radius: 0rem !important;
}

.wrapContentWord {
    inline-size: 20em;
    overflow-wrap: break-word;
}
.editBtnIcon{
    color: #1777a0 !important;
    cursor: pointer;
}

/***loader**/
.loader_overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999999;
    background-color: rgba(0, 0, 0, 0.6);
}

.overlay_loader_inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay_loader_content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.zoom-in-zoom-out {
    margin: 24px;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image:url("https://d2rc5q3ixweup0.cloudfront.net/live/images/load.png");
    background-size: contain;
    background-repeat: no-repeat;
    animation: zoom-in-zoom-out 1s ease-out infinite;
}
.savings-card-title {
    height: 25px;
    width: 218px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}
.savingsdetails-card-title {
    height: 25px;
    color: #7B7B7B;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}
.savingsdetails-card-desc {
    height: 25px;
    color: #7B7B7B;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}
.flexwrapper{
    display: flex;
    flex-direction: column;
    gap: 1px;
    width: 100%;
    background-color: #fff;
    color: #444;
}
.flex-column{
     display: flex;
     flex-direction: row;
    justify-content: space-between;
    gap: 5px;
     width: 100%;
}

.flex-smail-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 5px;
    background-color: #fff;
    color: #444;
}
.gridwrapper{
    display: grid;
    grid-template-columns: 386.03px 386.03px;
    grid-gap: 30px;
    background-color: #fff;
    color: #444;
}
.grid6wrapper{
    display: grid;
    grid-template-columns: 200px 200px 200px 230px 360px;
    grid-gap: 17px;
    background-color: #fff;
    color: #444;
}
.grid2wrapper{
    display: grid;
    grid-template-columns: 230px 360px;
    grid-gap: 17px;
    background-color: #fff;
    color: #444;
}
.grid3wrapper{
    display: grid;
    grid-template-columns: 210px 210px 360px;
    grid-gap: 17px;
    background-color: #fff;
    color: #444;
}
.grid4wrapper{
    display: grid;
    grid-template-columns: 200px 200px 200px 360px;
    grid-gap: 17px;
    background-color: #fff;
    color: #444;
}

.grid4reportwrapper{
    display: grid;
    grid-template-columns: 210px 210px 320px 360px;
    grid-gap: 17px;
    background-color: #fff;
    color: #444;
}

.transgridwrapper{
    display: grid;
    grid-template-columns: 350px 210px 210px 230px 350px;
    grid-gap: 17px;
    background-color: #fff;
    color: #444;
}
.custtransgridwrapper{
    display: grid;
    grid-template-columns: 210px 210px 230px 350px;
    grid-gap: 17px;
    background-color: #fff;
    color: #444;
}

.transgrid5wrapper{
    display: grid;
    grid-template-columns: 210px 210px 230px 230px 230px;
    grid-gap: 17px;
    background-color: #fff;
    color: #444;
}

.grid3wrapper{
    display: grid;
    grid-template-columns: 200px 200px 360px;
    grid-gap: 17px;
    background-color: #fff;
    color: #444;
}

main.transactions table tr th:first-of-type {
    padding-left: 2rem;
    width: 0rem !important;
    font-weight: 600 !important;
}

.search {
    display: flex;
    align-items: center;
    height: 4.4rem !important;
    width: 33rem;
    padding: 0 1.5rem;
    border: 1px solid #CFCFCF !important;
    border-radius: 10px !important;
    background-color: #ffffff;
}
.search input {
    border: none;
    outline: none;
    line-height: 1.6rem;
    font-size: 16px;
    font-family: "Baloo Bhai 2";
    font-weight: 600;
    flex-grow: 1;
}
.search i {
    font-size: 1.6rem;
    margin-right: 1.6rem;
}

.small2Formwrapper{
    display: grid;
    grid-template-columns: 80px 150px;
    grid-gap: 10px;
    background-color: #fff;
    color: #444;
}
.filters {
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1777a0;
    height: 4rem;
    border-radius: 4px;
    padding: 0 1.5rem 0 2rem;
    cursor: pointer;
}

.filters span {
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
}
.table-filters-group .export-btn {
    margin-right: 1rem;
    height: 4rem;
    border-radius: 4px;
    padding: 0 2rem 0 3rem;
    background-color: white;
    border: 2px solid #191919;
}
table-filters-group {
    display: flex;
    align-items: center;
}
.reportFieldSearch {
    display: flex;
    align-items: center;
    height: 4rem;
    width: 33rem;
    padding: 0 1.5rem;
    border: 2px solid #000000;
    border-radius: 4px;
    background-color: #ffffff;
}
.cardwrapper{
    display: grid;
    grid-template-columns: 100px 200px 100px;
    grid-gap: 10px;
}

.formgridwrapper{
    display: grid;
    grid-template-columns: 240px 240px;
    grid-gap: 20px;
    background-color: #fff;
    color: #444;
}
.rectangle {
    height: 40px;
    width: 90px;
    border-radius: 10px;
    background-color: #E7F7FF;
}
.group-addnew{
    height: 40px;
    width: 90px;
}
.new {
    height: 32px;
    width: 41px;
    color: #111C55;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 42px;
}
.addnewPlus{
    height: 32px;
    width: 21px;
    color: #111C55;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 42px;
    text-align: center;
    padding-left: 15px;
}

.savingsdetailsgridwrapper{
    display: grid;
    grid-template-columns: 10% 80% 10%;
    grid-gap: 20px;
    background-color: #fff;
    color: #444;
}

.buttongridwrapper{
    display: grid;
    grid-template-columns: 150px 150px;
    grid-gap: 10px;
    transform: translate(0%, 15%) !important;
}
.paymentModewrapper{
    display: grid;
    grid-template-columns: 50px 50px 50%;
    grid-gap: 50px;
    transform: translate(0%, 15%) !important;
}

.paymentBankWrapperInfo{
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 10px;
    transform: translate(0%, 0%) !important;
}
.divmagrin {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
}
.savings-icon {
    opacity: 0.5;
    color: #FFFFFF;
}

.savings-icon-size {
    opacity: 0.5;
    color: #FFFFFF;
    width:63px;
    height: 60px;
}
.plus{
    font-size: 28px;
    font-weight: 800;
    color: #7B7B7B;
}
.plusmall{
    font-size: 16px;
    font-weight: 800;
    color: #7B7B7B;
}
.pointer{
     cursor: pointer;
}
.oval {
    box-sizing: border-box;
    border-radius: 25px;
    height: 46px;
    width: 46px;
    border: 3px solid #0099F0;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
}

.group {
    height: 93px;
    width: 386.03px;
}
.cardAmount {
    height: 26px;
    width: 60px;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
}
.savingsdetailsAmount {
    height: 26px;
    color: #7B7B7B;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
}
.savingsdetailcard {
    height: 93px;
    width: 386.03px;
    border-radius: 16px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}
.card-1 {
    height: 93px;
    width: 386.03px;
    border-radius: 16px;
    background-color: #64C3FF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}

.card-2 {
    height: 93px;
    width: 386.03px;
    border-radius: 16px;
    background-color: #648AFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}

.card-3 {
    height: 93px;
    width: 386.03px;
    border-radius: 16px;
    background-color: #FFA053;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}

.card-4 {
    height: 93px;
    width: 386.03px;
    border-radius: 13px;
    background-color: #037AE9;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}

.card-5{
    height: 93px;
    width: 386.03px;
    border-radius: 16px;
    background-color: #64C3FF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}
.card-6{
    height: 93px;
    width: 386.03px;
    border-radius: 16px;
    background-color: #648AFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}
.card-7 {
    height: 93px;
    width: 386.03px;
    border-radius: 13px;
    background-color: #037AE9;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}
.card-8 {
    height: 93px;
    width: 386.03px;
    border-radius: 16px;
    background-color: #FFA053;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}
.card-9,
.card-10,
.card-11,
.card-12,
.card-13,
.card-14,
.card-15,
.card-16,
.card-17,
.card-18,
.card-19,
.card-20,
.card-21,
.card-22,
.card-23,
.card-24,
.card-25,
.card-26,
.card-27,
.card-28,
.card-29,
.card-30{
    height: 93px;
    width: 386.03px;
    border-radius: 13px;
    background-color: #64C3FF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}

.form-group small{
     text-align: start;
}
.form-group input{
    box-sizing: border-box;
    height: 4.4rem !important;
    width: 100% !important;
    border: 1px solid #CFCFCF !important;
    border-radius: 10px !important;
    background-color: #FFFFFF !important;

}
.form-group select {
    text-align: center !important;
    padding: 0 1rem;
    height: 4.4rem !important;
    width: 100% !important;
    border: 1px solid #CFCFCF !important;
    border-radius: 10px !important;
    background-color: #FFFFFF !important;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}
.details-eye{
     position: relative;
     top: -98px
}

.details-eye2{
    position: relative;
    top: 11px
}
.input {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}
.input .button-group {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
}
.input .button {
    background-color: transparent;
    color: #1d1d1d;
    height: 35px;
    border: none;
    min-width: 40px;
}
/**
nav pagination info
*/


.paginationContainerHeaderWallet{
    position: absolute;
    left: 71.4%;
    top: 384px;
    float: left;
    align-items: end;
    align-self: end;
    align-content: end;
    display: flex;
    flex-wrap: wrap;
}
.paginationContainerHeader{
    position: absolute;
    left: 71.4%;
    float: left;
    align-items: end;
    align-self: end;
    align-content: end;
    display: flex;
    flex-wrap: wrap;
}
.paginationContainer{
    width:100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}
.paginationHeaderAlign{
    position: absolute;
    left: 5px;
    display: inline-block;
    align-self: flex-end;
    float: left;

}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

navpagination {
    display: flex;
    justify-content: center;
    border-top: 1px solid #eee;
    margin-top: 1em;
    padding-top: .5em;
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.pagination li {
    margin: 0 1px;
}

.pagination a {
    display: block;
    padding: .5em 1em;
    border: 1px solid #999;
    border-radius: .2em;
    color:#191919;
    text-decoration: none;
}

.pagination a[aria-current="page"] {
    background-color: #333;
    color: #fff;
}
body .wrapper main.users {
    min-height: calc(100vh - 7rem);
    display: grid;
    grid-template-columns: 30rem 1fr !important;
    column-gap: 1.6rem;
}
p{
    word-break: break-word;
    overflow-wrap: break-word;
}
.button-row.right {
    justify-content: flex-end;
}
.button-row {
    width: 100%;
    display: flex;
}
.button-row .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 180px;
    margin: 1rem 0 2rem;
    border: 2px solid #191919;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
}
