@font-face {
    font-family: Gillssiregular;
    src: url(../fonts/gill1-webfont.eot);
    src: url(../fonts/gill1-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/gill1-webfont.woff2) format("woff2"), url(../fonts/gill1-webfont.woff) format("woff"), url(../fonts/gill1-webfont.ttf) format("truetype"), url(../fonts/gill1-webfont.svg#gill_ssiregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: gill-ssibold;
    src: url(../fonts/gill3-webfont.eot);
    src: url(../fonts/gill3-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/gill3-webfont.woff2) format("woff2"), url(../fonts/gill3-webfont.woff) format("woff"), url(../fonts/gill3-webfont.ttf) format("truetype"), url(../fonts/gill3-webfont.svg#gill_ssibold) format("svg");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: 'Gillssiregular', sans-serif;
    overflow-x: hidden;
}

*,
dl,
ol,
ul {
    margin: 0;
    padding: 0;
}

a.d-block.text-center:focus-visible {
    outline: 0;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.btn.focus,
.btn:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

.bgShadow {
    padding: 15px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 35%);
}



a:hover {
    text-decoration: none;
}

.normal-menu {
    /* border-bottom: 1px solid #ccc; */
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffff;
    z-index: 999;
    /* box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 8px 6px -6px gray;
}

header .menu>ul {
    display: flex;
    align-items: center;
    list-style: none;
}

header .menu>ul>li {
    position: relative;
}

/* header .menu>ul>li>a {
    color: #757474;
    display: block;
    padding: 20px 15px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
} */

header .menu>ul>li>a i {
    position: relative;
    top: -2px;
    font-size: 24px;
    margin-left: -25px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.text-up-arrow::after {
    content: '\e90c';
    float: right;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-top: 11px;
    padding-right: 25px;
    /* content: '';
    position: absolute;
    width: 40%;
    left: 15px;
    bottom: 0px;
    border-bottom: 2px solid #d71920; */
}

header .menu>ul>li:first-child>a::after,
header .menu>ul>li:nth-child(7)>a::after {
    content: '';
}

.text-down-arrow::after {

    content: '\e901';
    float: right;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-top: 11px;
    padding-right: 25px;


}

.submenu {
    display: none;
}

/* header .menu>ul>li::active ul {
    display: block;
} */
header .menu ul li>ul {
    display: none;
    /* z-index: 1;
    display: none;
    background-color: #fff;
    position: absolute;
    left: 15px;
    width: 200px;
    -webkit-box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.59); */
}

header .menu ul li ul>li {
    display: block;
    width: 315px;
    background: #e4f4fd;
}

header .menu ul li ul>li>a {
    font-size: 13px;
    color: #323232;
    border-bottom: 1px solid #ccc;
    padding: 19px 0px;
    display: block;
    padding-left: 57px;
}

header .menu ul li ul>li>a::before {
    content: '\e909';
    padding-right: 10px;
    font-size: 14px;
}

header .menu ul li ul>li:last-child>a {
    border-bottom: 0;
}

header .menu ul li ul>li>a:hover {
    background-color: #d6e9f3;
    /* color: #fff; */
}

header .loginDtls li {
    list-style: none;
}

header .loginDtls li.userName {
    font-size: 12px;
    color: #666;
}

header .loginDtls li.userName span,
.client-signout {
    font-size: 12px;
    color: #000;
    font-weight: normal
}

header .loginDtls li a {
    list-style: none;
}

header .loginDtls li.logOut a {
    font-size: 12px;
}

footer {
    font-size: 14px;
    color: #404040;
    background: #d8d7d7;
}

.client-login a {
    color: black !important;
}

.client-login {
    background: white;
}

.client-login-footer {
    border-top: 1px solid black;
    background: white
}

#pageContainer {
    display: block;
    width: 100%;
    overflow-y: auto;
    margin-top: 60px;
    overflow-x: hidden;
}

.mainTitle {
    text-transform: uppercase;
    font-size: 22px;
    color: #757474;
    position: relative;
    font-weight: bold;
    height: fit-content;
}

.mainTitle::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #d71920;
    bottom: -10px;
    left: 50%;
    margin-left: -50px;
}

table thead th {
    background-color: #0062a8;
    color: #fff;
    font-weight: normal;
}

table tbody td {
    font-size: 13px;
}

.form-control {
    font-size: 13px;
}

.backBtn {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 5px;
    right: 0;
}

.btn {
    border-radius: 0px;
}

.btn-danger {
    background-color: #d71920;
}

.text-primary {
    color: #d71920;
}

.btn-primary {
    background-color: #d71920;
    color: #fff !important;
    border: 0px;
    padding: 5px 18px;
    text-transform: uppercase;
}

.btn-cancel {
    background-color: gray;
    color: #fff !important;
    border: 0px;
    padding: 5px 20px;
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-danger:hover,
.btn-cancel:hover {
    background-color: #0062a8;
    border-color: #0062a8;
}

.btn-secondary {
    padding: 5px 18px;
    text-transform: uppercase;
}

.page-link {
    padding: 5px 10px;
    color: #000;
}

.pagination .active .page-link {
    background-color: #d71920;
    border-color: #d71920;
    color: #FFF;
}

.card {
    border: 0;
    margin-bottom: 10px;
    border-radius: 0;
    position: relative;
}

.card-header:first-child {
    border-radius: 0;
}

.card-header {
    /* padding: 0; */
    background-color: #f1f1f1;
    color: #000;
    padding: 10px
}

.card-header h5 {
    color: #000;
    padding-right: 20px;
}

.card-header h5 a {
    color: #000;
    font-size: 17px;
}

.card-header::before {
    content: '\f107';
    /* font-family: 'FontAwesome'; */
    position: absolute;
    top: 8px;
    font-size: 20px;
    right: 15px;
    color: #000;
}

/* .collapse.show::before {
    content: '\f106';
    font-family: 'FontAwesome';
    position: absolute;
    top: 5px;
    font-size: 20px;
    right: 15px;
    color: #000;
    background-color: #f1f1f1;
} */

.form-group label,
.view-trans-det-size {
    font-size: 14px;
    font-weight: 500;
}

.moduleAccess {
    font-size: 14px;
}

/*Accordion css*/
.wrap {

    margin: 0 auto;
}

#accordion h2 {
    margin: 0px;
    padding: 10px;
    padding-left: 40px;
    background: #0062a8;
    color: white;
    font-weight: normal;
    font-size: 16px;
    margin-top: 5px;
    position: relative;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-content {
    display: none;
    padding: 10px;
    color: black;
}

.accordion-content.default {
    display: block;
}

.accordion-toggle .view {
    font-size: 14px;
    line-height: 200%;
    font-weight: normal;
    color: rgb(127, 191, 52);
    text-align: left;

}

.arrow {
    position: absolute;
    left: 10px;
    display: inline-block;
    font-size: 14px;
    background: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 15px;
}

.arrowUp:before {
    content: "\f068";
    /* font-family: FontAwesome; */
    color: #0062a8;
    position: relative;
    top: 2px;
    font-size: 12px;
    left: 1px;
}

.arrowDown:before {
    content: "\f067";
    /* font-family: FontAwesome; */
    color: #0062a8;
    position: relative;
    top: 2px;
    font-size: 12px;
    left: 1px;
}

.edit-box i {
    font-size: 16px;
    margin-left: 10px;
    margin-top: 10px;
}

.borderBottom {
    border-bottom: 1px dashed #000;
    padding-bottom: 18px;
}

.createTemplate table {
    width: max-content;
}

.createTemplate table .form-control {
    border-radius: 0;
}

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

.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}


/*Log in CSS*/
.logIn {
    background-color: #f7f7f7;
}

/*.logIn footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}*/

.loginBase {
    width: 100%;
    max-width: 350px;
    position: absolute;
    top: 360px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    min-height: 490px;
}

/* .box {
    transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
} */

.box {
    position: relative;
    top: 0;
    opacity: 1;
    float: left;
    padding: 15px 25px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    z-index: 5;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.39);
    transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.box:before {
    content: "";
    width: 100%;
    height: 10px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: -10px;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    z-index: -1;
}

.title {
    width: 100%;
    text-align: center;
    line-height: 46px;
    font-size: 25px;
    letter-spacing: 2px;
    color: #d71920;
    position: relative;
    text-transform: uppercase;
}

.title:before {
    content: "";
    width: 50px;
    left: 50%;
    margin-left: -25px;
    height: 2px;
    position: absolute;
    bottom: 0;

    background: #d71920;
}

/*loader*/
.loader {
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    width: 100%;
    justify-content: center;
    z-index: 9999;
}

.loader::after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

/*Pay Login*/
.payLogin .loginBase {
    position: inherit;
    transform: inherit;
}

.paylogin-base {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0px auto;
}

.logIn.payLogin footer {
    position: inherit;
}

.h100 {
    height: 100vh;
}

.logIn.payLogin h2 span {
    position: relative;
}

.logIn.payLogin h2 span::before {
    content: "";
    left: 0;
    right: 0;
    height: 2px;
    position: absolute;
    bottom: -2px;
    background: #d71920;

}

.category .row a {
    display: block;
    position: relative;
    height: 130px;
    overflow: hidden;
    border-radius: 6px;

}

.category .row a img {
    transition: transform .6s;
    filter: grayscale(0%);
    width: 100%;
}

.category .row a:hover img {
    transition: transform .6s;
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.5);
    filter: grayscale(110%);
}

.category .row a span {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
    height: 60px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.59);
    border-radius: 0 0 6px 6px;
    font-size: 14px;
    padding: 5px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logIn.signUp .loginBase {
    max-width: 640px;
    position: inherit;
    transform: inherit;
    margin: 0px auto
}

.logIn.signUp footer {
    position: inherit;
}

.dropdown.multiselect button {
    display: block;

    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dropdown.multiselect input[type="checkbox"] {
    margin-left: 10px;
}

.srchBy .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*Tabs CSS*/


.nav-link {
    padding: 5px 15px;
}

.nav-tabs .nav-link {
    color: #2a71ba;
    font-size: 20px;
}

/* .nav-tabs .nav-link.active {
    background-color: #d71920;
    color: #fff;
} */

.tab-content>.tab-pane {
    padding: 0 20px;
    /* border: 1px solid #ccc; */
    border-top: 0;
    border: 0;
}

@media(min-width:768px) {
    .nav-tabs {
        display: flex;
    }

    .card {
        border: none;
    }

    .card .card-header {
        display: none;
    }

    .card .collapse {
        display: block;
    }
}

.alert {
    display: block;
}

@media(max-width:767px) {
    .tab-content>.tab-pane {
        /* < !-- display: block !important;--!> */
        opacity: 1;
        padding: 0;
    }

    .card-header h5 a {
        display: block;
    }
}

.tab-content .collapse.show::before {
    display: none;
}

.h120 {
    height: 120px !important;
}

input[type="checkbox"][disabled] {
    cursor: not-allowed;
}

/* input[readonly] {
    background-color: transparent;
    border: 0;
    font-size: 1em;
} */

.datePicker {
    position: relative;
}

.datePicker input {
    padding-right: 20px;
}

.datePicker::after {
    /* content: '\f073'; */
    position: absolute;
    right: 0px;
    top: 10px;
    /* font-family: 'FontAwesome'; */
}

.datePicker.formDatepicker::after {
    /* content: '\f073'; */
    position: absolute;
    right: 10px;
    top: 5px;
    /* font-family: 'FontAwesome'; */
}

.termsConditions {
    height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
}

.alphsort li {
    list-style: none;
    text-align: center;
    width: 50%;
    float: left;
}

.alphsort li a {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #f1f1f1;
    margin: 0px auto;
    margin-bottom: 2px;
    color: #000;
    border-radius: 6px;
}

.alphsort li a:hover {
    background-color: #d71920;
    color: #fff;
}

.companyList a {
    color: #000;
}

.companyList a:hover {
    color: #d71920;
}

.companyList a>div {
    border-radius: 6px;
    margin-bottom: 15px;
}

.companyList a:hover>div {
    border: 1px solid #d71920 !important;
}

.verifyCode {
    position: relative;
    top: -6px;
    margin-left: 20px;
}

.verifyCode a {
    position: relative;
    top: -10px
}



.iconBtn button {
    border: 0;
    background-color: transparent;
    margin: 0 10px;
    font-size: 13px;
    text-align: center;
}

.iconBtn button:hover i {
    border: 2px solid #d71920;
}

.iconBtn button i {
    display: block;
    font-size: 25px;
    color: #d71920;
    border: 2px solid #e3e3e3;
    padding: 5px 10px;
    margin: 0px auto;
    margin-bottom: 5px;
}

.csv {
    background: url(../images/csv-file-format-extension.png) no-repeat center 4px;
    height: 51px;
    display: block;
    padding: 15px 22px;
    width: 50px;
}

.cleardate {
    background: url(../images/clear-icon.png) no-repeat center top;
    height: 51px;
    display: block;
    padding: 23px;
    width: 50px;
}

.block-check {
    cursor: no-drop;

}

.inactive_remarks-ppoup {
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 10px;
}

.btn-no-cancel-gray {
    float: right;
    background: gray;
}

.margin-left-btn {
    margin-left: 66%;
}

.reject-btn-margin {
    margin-left: 260px;
}

/* .datePicker input::after  */
/* content: '\f073' !important; */
/* position: absolute; */
/* right: 10px; */
/* z-index: 0; */
/* top: 5px; */
/* font-family: 'FontAwesome'; */
/* } */
.date-icon {
    position: absolute;
    top: 5px;
    right: 10px;
    /* pointer-events: none; */
    cursor: pointer;
    color: #aaa;
}

.addDisabled {
    cursor: not-allowed;
}

.lastlogn {
    font-size: small;
    color: #2f2536;
}

/*invoice-collection CSS*/

.invoice-collection ul.list-group li {
    font-size: 14px;
    padding: 10px;
}

.bg1 {

    background: rgba(109, 193, 147, 1);

    background: -moz-linear-gradient(top, rgba(109, 193, 147, 1) 0%, rgba(34, 135, 79, 1) 100%);

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(109, 193, 147, 1)), color-stop(100%, rgba(34, 135, 79, 1)));

    background: -webkit-linear-gradient(top, rgba(109, 193, 147, 1) 0%, rgba(34, 135, 79, 1) 100%);

    background: -o-linear-gradient(top, rgba(109, 193, 147, 1) 0%, rgba(34, 135, 79, 1) 100%);

    background: -ms-linear-gradient(top, rgba(109, 193, 147, 1) 0%, rgba(34, 135, 79, 1) 100%);

    background: linear-gradient(to bottom, rgba(109, 193, 147, 1) 0%, rgba(34, 135, 79, 1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6dc193', endColorstr='#22874f', GradientType=0);
    height: 100%;

}

.bg2 {

    background: #f98c32;

    /* background: -moz-linear-gradient(top, rgba(247, 178, 76, 1) 0%, rgba(196, 121, 8, 1) 100%);

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247, 178, 76, 1)), color-stop(100%, rgba(196, 121, 8, 1)));

    background: -webkit-linear-gradient(top, rgba(247, 178, 76, 1) 0%, rgba(196, 121, 8, 1) 100%);

    background: -o-linear-gradient(top, rgba(247, 178, 76, 1) 0%, rgba(196, 121, 8, 1) 100%);

    background: -ms-linear-gradient(top, rgba(247, 178, 76, 1) 0%, rgba(196, 121, 8, 1) 100%);

    background: linear-gradient(to bottom, rgba(247, 178, 76, 1) 0%, rgba(196, 121, 8, 1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7b24c', endColorstr='#c47908', GradientType=0);
    height: 100%; */
}

.bg3 {

    background: #f2be61 !important;

    /* background: -moz-linear-gradient(top, rgba(174, 181, 193, 1) 0%, rgba(136, 143, 153, 1) 100%);

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(174, 181, 193, 1)), color-stop(100%, rgba(136, 143, 153, 1)));

    background: -webkit-linear-gradient(top, rgba(174, 181, 193, 1) 0%, rgba(136, 143, 153, 1) 100%);

    background: -o-linear-gradient(top, rgba(174, 181, 193, 1) 0%, rgba(136, 143, 153, 1) 100%);

    background: -ms-linear-gradient(top, rgba(174, 181, 193, 1) 0%, rgba(136, 143, 153, 1) 100%);

    background: linear-gradient(to bottom, rgba(174, 181, 193, 1) 0%, rgba(136, 143, 153, 1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aeb5c1', endColorstr='#888f99', GradientType=0);
    height: 100%; */
}

.bg4 {

    background: rgba(239, 97, 84, 1);

    background: -moz-linear-gradient(top, rgba(239, 97, 84, 1) 0%, rgba(199, 22, 6, 1) 100%);

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239, 97, 84, 1)), color-stop(100%, rgba(199, 22, 6, 1)));

    background: -webkit-linear-gradient(top, rgba(239, 97, 84, 1) 0%, rgba(199, 22, 6, 1) 100%);

    background: -o-linear-gradient(top, rgba(239, 97, 84, 1) 0%, rgba(199, 22, 6, 1) 100%);

    background: -ms-linear-gradient(top, rgba(239, 97, 84, 1) 0%, rgba(199, 22, 6, 1) 100%);

    background: linear-gradient(to bottom, rgba(239, 97, 84, 1) 0%, rgba(199, 22, 6, 1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef6154', endColorstr='#c71606', GradientType=0);
    height: 100%;
}

.collection-status i {
    position: relative;
    top: -6px;
    left: 18px;
    font-size: 20px;
}

.templateName ul.list-group li {
    padding: 0;
}

.templateName ul.list-group li a {

    color: #323232;

}



.templateName ul.list-group li a.active,
.templateName ul.list-group li a:hover {
    background-color: #2a71ba;
    color: #fff;
}

.list-group li:first-child {
    border-radius: 5px 0px 0px 5px;
}

ul.pending-actions li {
    padding: 5px 10px 5px 0 !important;
    list-style: circle;
}

/* .tab-content>.tab-pane {
    border: 0;
} */

.date_wrapper {
    margin-left: 34px !important;
}

/* report/commssion/index06012002*/
.help-block {
    color: red;
}

/* .date-aligment {
    right: 20px !important;
} */

/* report/commssion/index06012002*/

/* report/summary/index06012002*/
/* .date-aligment-summary {
    position: relative !important;
    right: 36px !important;
} */

/* report/summary/index06012002*/

/* report/payeerdeatils/index06012002*/
.hidden-payeerdeatils {
    display: none;
}

.div-aligment {
    float: left;
}

.div4-aligent {
    float: left;
    margin-left: 143px;
    width: 257px;
    margin-top: 15px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    color: #333 !important;
}

/* report/payeerdeatils/index06012002*/


/* repot/querybuilder 06012022*/
.div-querybuilde {
    margin-left: 900px;
}

/* repot/querybuilder 06012022*/
.imgsize {
    width: 80px;
    height: 80px;
}

.dashed {
    border-top: 1px dashed;
}

.reciept_div {
    border: 2px solid;
    padding: 20px;
}

.mainTitleRemvUpperCase {
    /* remove uppercase */
    text-transform: none !important;
}

.mt-minus {
    margin-top: -80px;
}

.sellerinvoice_main {
    width: 100%;
    overflow-x: scroll;
}

.btn-primary1 {
    background-color: #005aa1;
    color: #fff !important;
    border: 0px;
    padding: 5px 20px;

}

.query-inst {
    color: darkgray;
    font-style: italic
}

.dashboard_small {
    font-size: 77%;
    font-weight: 400;
}

.dashboard_filter {
    margin-left: -14px;
}

.link-label {
    border: 1px solid #004f9c !important;
    background: #004f9c !important;
    color: white;
    border-radius: 4px;
    padding: 0px 10px;
}

.compMenu {
    height: 38px;
    width: 38px;
}

/* .query a,
.logout a,
.logout {
    border-radius: 50%;
    height: 38px;
    width: 38px;
    border:1px solid #2a71ba;
} */
.fa-home {
    font-size: 20px;
    margin-left: -3px;
    margin-top: 1px;
}

.fa-question {
    position: relative;
    left: 2px
}

.minheight{
    min-height:100vh;
}

.invoice-client-wel-profile {
    border-radius: 50%;
    height: 37px;
    width: 38px;
    padding-top: 8px;
    border: 1px solid #2a71ba;
}

.client-user {
    font-size: small
}

.date-search {
    color: darkgray
}



/* insta collect new design css start */

.header-border {
    box-shadow: 0px 2px 3px -1px lightgrey;
}

.recent-transactions {
    box-shadow: 2px 4px 8px 4px lightgrey;

    border-radius: 10px;
}

.recent-transactions:hover {

    box-shadow: 2px 4px 8px 4px lightblue;
    border-radius: 10px;
}

.status {
    position: relative;
    top: -1px;
    /* left: 1010px; */
    /* border: 1px solid #e7e6e6; */
    /* padding: 1px 4px; */
    border-radius: 0px 0px 0px 25px;
    background: #e7e6e6;
    height: max-content;
    color: black;
    padding: 3px 10px;
    font-size: 12px;
    width: 120px;
    text-align: center;
}

.recent-label {
    color: #757474;
    font-size: 12px
}

.down {
    -moz-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

@media(max-width:767px) {
    .insta-details {
        display: none !important
    }



    .action {
        right: 42px;
        position: absolute;
        margin-right: -26px;
    }
}

.insta-search input[type="search"] {
    border: none;
    border-bottom: 2px solid darkgray;
    /* box-shadow: 1px 2px 3px; */
    width: 95%;
    font-size: 16px;
    text-transform: capitalize;
    outline: none
}


.insta-search-number {
    color: darkgray;
    font-size: 20px;
    cursor: pointer;
    margin-left: -15px
}

#viewMore,
#viewMoreCreditNote,
#viewMoreBillers,
#viewMoreIconTransactions {
    font-size: 20px;
    color: #fff;
    background: red;
    width: 24px;
    border-radius: 50%;
    margin: 20px auto;
}



.instacollect-notification {
    border: 1px solid red;
    height: 20px;
    width: 20px;
    padding: 6px 8px;
    border-radius: 20px;
    position: relative;
    left: -13px;
    top: -15px;
    background: red;
    color: white;
    font-size: 10px;
}


.fa-bell-o {
    font-size: 25px !important
}

.er-hide {
    display: none
}

.hide {
    opacity: 0
}

.advertisement {
    position: fixed;
    bottom: 66px;
    padding: 10px 30px;
    background: red;
    transition: all 1s;
    right: 18px;
    transform: translate(-50%, 0)
}

/* insta collect new design css end */
.payment-billers {
    display: none
}

.fa-bars {
    color: #2a71ba;
    /* height: 38px;
    width: 38px;
    border: 1px solid black;
    border-radius: 50%;
    padding: 7px; */
}

.dropdown-toggle:after {
    display: none
}

.status-paid {
    background: #41b6eb;
    color: #FFF;
}

.status-rejected {
    background: lightcoral;
    color: #FFF;
}

.status-failed {
    background: lightcoral;
    color: #FFF;
}

.status-pending {
    background: #e7e6e6;
    color: #FFF;
}

.status-partial-paid {
    background: #e7e6e6;
    color: #FFF;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.changepwd {
    max-width: 350px;
    margin: 0 auto;
}

.client-pwd:hover {
    background-color: lightgray;
}

.client-home {
    margin-top: -6px;
}

/* mPOS css start */

.mpos-options {
    display: none;
}

.mpos-modal {
    border: 8px solid darkgray;
}

.mpos-payment-info {
    color: gray;
}

.mpos-content {
    width: fit-content;
}

.paythroughmpos img {
    height: 30px;
    width: 30px;
}

/* mPOS css end */

/* new dashboard design start */
/* .fdate,.tdate{
    width: 12%;
} */
.yearly-btn,
.quarterly-btn,
.lmnth-btn,
.mnth-btn {
    background-color: #eeeeee;
    opacity: 1;
    color: gray;
    width: fit-content !important;
    /* border:none; */
    height: 38px;
    border-radius: 0.25rem;
    font-size: 1rem;
    border: 1px solid lightgray;
    /* display: flex; */
}

.pen-act {
    width: 170px !important;
}

.status-report,
.transaction-mode {
    /* box-shadow: 0px 1px 9px -2px rgb(0 0 0 / 39%); */
    box-shadow: 6px 5px 8px 0px lightgrey;
    background: #eeeeee;
    border: 1px solid lightgray;
    border-radius: 6px;
}

.status-report {
    margin-top: -6px;
}

.dashboard select:first-child {
    width: 170px !important;
}

.api {
    width: 200px !important;
}

.collection-initiated {
    border: 1px solid rgba(109, 193, 147, 1);
    border-radius: 50%;
    height: 46px;
    width: 46px;
    margin-top: 13px;
}

.coll-received {
    border: 1px solid rgba(247, 178, 76, 1) !important;
}

.sett-pend {
    border: 1px solid #f2be61;
}

.challan-pend {
    border: 1px solid rgba(239, 97, 84, 1) !important;
}

.dashboard-table,
td,
th {
    border: 1px solid #fff
}

.dashboard-table th {
    background-color: #2a71ba;
    color: #fff;
}

.dasboard-col-hea {
    font-weight: normal;
    background-color: lightgray;
}

.dashboard-invoice {
    background-color: #f2f2f2;
}

.dashboard-insta {
    background-color: #f8f9fa;
}

.list-group {
    display: -webkit-inline-box;
}

/* new dashboard design end */

/* summary css start */
.choose-summary {
    box-shadow: 6px 5px 8px 0px lightgrey;
    border-radius: 10px;
    border: 1px solid lightgray;
    background: #eeeeee;
}

.clear-summary,
.submit-summary,
.summary-back {
    padding: 5px 21px;
}

.clear-summary,
.summary-back {
    background: gray;
    color: white;
    border: none;
    border-radius: 6px;
}

.submit-summary {
    background: red;
    color: white;
    border: none;
    border-radius: 6px;
}

.summary-main {
    background: #eeeeee;
}

.summary td,
th {
    border: 1px solid #fff;
    padding: 10px;
}

.dashboard-table td,
th {
    border: 1px solid #fff;
    padding: 10px;
}

.summary {
    width: 100%;
    border-collapse: collapse;
}

/* .summary td{border:none} */
.summary-view,
.summary-report th {
    background: #2a71ba;
    color: #fff;
}

.info-each-record {
    background: lightgray;
}

.summary-invoice,
.summary-insta {
    background-color: #eeeeee;
}

.summary-payer,
.summary-db {
    background-color: #f8f9fa;
}

/* .summary-fdate,.summary-tdate{
    width:37%;
  } */
.choose-summary select,
.choose-summary input {
    padding: 8px;
    width: 100%;
    border: 1px solid lightgray;
    /* color: #fff; */
    background: #fff;
}

.choose-summary input {
    padding: 5px;
}

.summary-transaction th {
    font-weight: normal;
    background-color: lightgray;
}

.summary-transaction tr:nth-child(even) {
    background-color: #f2f2f2;
}

.summary-transaction tr:nth-child(odd) {
    background-color: #f8f9fa;
}

.summary-report tr:nth-child(even) {
    background-color: rgb(141 187 236/25%);
}

.summary-report tr:nth-child(odd) {
    background-color: #f8f9fa;
}

.summary-records {
    display: none;
}

.invoice-collection {
    width: 100%;
    overflow-x: hidden;
}

.dashboard div:first-child select,
.api {
    background-color: #fff;
    border: 1px solid lightgray;

}

.dashboard div:last-child select {
    border: 1px solid lightgray;
}

.dash-todate {
    background: #eeeeee !important;
    border: 1px solid lightgray !important;
}

.tab.active,
.pending-action-active {
    background: #2a71ba;
    color: #fff;
}

.file-export {
    color: #2a71ba;
}

.insta-notifiaction {
    margin-top: -10px;
}

.insta-collection-det,
.insta-recent {
    /* box-shadow: 6px 8px 8px 4px lightgrey; */
    box-shadow: 6px 5px 8px 0px lightgrey;
    border-radius: 10px;
    border: 1px solid lightgray;
    background: #eeeeee;
}

.insta-recent {
    height: 508px;
}

.insta-header,
.insta-search-header {
    background: #eeeeee;
    padding: 10px 0px;
}

.insta-search-header {
    border-radius: 10px;
    box-shadow: 2px 4px 6px 4px lightgrey;
}

.insta-back {
    background: gray;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 5px 21px;

}

.insta-collection-det [type="checkbox"],
.insta-collection-det [type="radio"] {
    height: 20px;
    width: 20px;
}

.amount-readonly {
    border: 1px solid #ced4da !important;
    background-color: lightgray !important;
}

.insta-date {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
}

.insta-btn-secondary,
.insta-btn-primary {
    border-radius: 6px;
    text-transform: none !important;
    letter-spacing: 1px;
    font-weight: bold;
}

.payment-sms {
    bottom: 3px;
}

.p-type-code {
    font-size: 14px;
    bottom: 5px;
}

.pay-form-radio {
    bottom: 3px;
}

.insta-hr {
    width: 27px;
    margin: auto;
}

.fa-clock-o:before {
    content: "\f017";
    color: #2171ba;
    font-size: 14px;
}

/* .non-invoice-view,.insta-view,#invoice-modal{
    margin-top: 80px;
} */
.insta-pageContainer {
    margin-left: 250px !important;
}

.accordion-toggle,
a {
    cursor: pointer;
}

/* query-builder-css-start */
#multiselect1,
#multiselect1_to {
    height: 200px;
}

/* query-builder-css-end */

section {
    width: 100%;
    overflow-x: hidden;
}

.hide-scrolling::-webkit-scrollbar {
    display: none;
}

.grid-view {
    width: 100%;
    overflow: auto;
}

.f-type,
.d-type {
    width: 8%;
}

.w99 {
    width: 96px;
}

.mt-24 {
    margin-top: -24px;
}

.table-border>thead>tr>th,
.table-border>tbody>tr>td {
    border: 1px solid black;
}

.modal-footer .insta-btn-primary {
    width: 90px;
}

.merchant-dashboard {
    -webkit-box-shadow: 6px 4px 8px 0px rgba(211, 211, 211, 1);
    -moz-box-shadow: 6px 4px 8px 0px rgba(211, 211, 211, 1);
    box-shadow: 6px 4px 10px 0px rgba(211, 211, 211, 0.89);
    border-radius: 4px;
}

.merchant-dashboard li {
    box-shadow: 2px 7px 7px 0px rgba(211, 211, 211, 0.89);
}

.merchant-info {
    display: none;
}

.merchant-li {
    color: #2a71ba;
}

.highlight-tab {
    color: black;
}

.back {
    color: blue;
}

.cdate-width,
.approve-date-width {
    width: 15%;
}

.cname,
.fname,
.tname {
    width: 13%;
}

.appr-status,
.access {
    width: 7%;
}

.div-rightaligmentgs {
    float: right;
    padding-top: 20px;
}

.show-navbar {
    margin-left: 100px !important;
}

.body-scroll {
    overflow-y: hidden;
}

.is-invalid~.invalid-feedback {
    display: block !important
}

.nach-bg {
    background-color: #f7f7f7
}

.nach-bg input {
    outline: none;
}

.nach-viewMore {
    font-size: 24px;
    color: #fff;
    background: red;
    width: 22px;
    border-radius: 50%;
    margin: 20px auto;
}

.fa-search {
    cursor: pointer;
}

.downtime-text {
    background-color: #b7a109;
    font-size: large;
}

.downtime-text p {
    -moz-animation: marquee 20s linear infinite;
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite;
}

@-moz-keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.pop_up_qr_text {
    font-weight: normal;
    font-size: 14px;
}

#display_tags {
    min-height: 32px;
    height: auto;
}

.select2-container .select2-selection--single {
    height: 34px !important;
    border: 1px solid #ced4da !important;
    padding-top: 2px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    padding: 1px 0px 0px 11px;
}

.select2:after {
    content: "\f107";
    font-family: 'FontAwesome', sans-serif;
    position: absolute;
    top: 1px;
    right: -13px;
    /* left:0px; */
    bottom: 0;
    padding: 0 1em;
    pointer-events: none;
    border-left: 1px solid #ced4da;
    padding-top: 3px;
    font-weight: bold;
}

.select2::after {
    border-left: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.select2-container--focus {
    border: 1px solid #80bdff !important;
    border-radius: 0.25em;
}

.select2-dropdown {
    border: 1px solid #80bdff !important;
}

.select2-container *:focus {
    outline: none;
}

.select2-selection__rendered{
    padding-left: 15px !important;
}
.login-section{
    min-height: 815px !important;
}
.fundDescFontSize{
    font-size: 90%;
}