@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body,
html {
    overflow-x: hidden;
    background-color: #e7e7f4;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
}

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #898e93;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.logo-section {
    display: flex;
}

li.menu-items {
    list-style: none;
    margin-right: 10px;
}

    li.menu-items:last-child {
        margin-right: 0;
        box-shadow: 2px 2px 10px #ddd;
        padding: 5px;
        border-radius: 50%;
    }

.full-menu-con {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
}

.menu-items.active {
    /* border: 2px solid #612a85; */
    border-radius: 50%;
    color: #fff !important;
    font-size: 14px;
}

    .menu-items.active::after {
        display: block;
        content: "";
        margin-bottom: -10px;
        position: relative;
        right: -7px;
        width: 10px;
        height: 10px;
        background-image: url(../img/select-vector.png);
        background-repeat: no-repeat;
    }

.main-menu-items {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: flex-end;
}

.navbar-menu-logo {
    width: 140px;
}

.logout-menu {
    font-size: 20px;
    color: #5e6869;
}

/*Db Login*/

/*login pageloader css*/
.overlaycls {
    background: black;
    opacity: 0.6;
    z-index: 99999;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlayclsloader {
    position: absolute;
    top: 41%;
    left: 46%;
    /*margin-top:1%;*/
}

.e-message ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.e-message li {
    display: inline;
}

.login-wrapper {
    height: 100vh;
    background: #fff;
}

.login-form {
    /* background: #ffffff; */
    padding: 40px 60px;
    padding-top: 150px;
    /* position: relative;
    height: 100vh;
    overflow: hidden; */
    position: absolute;
    width: 100%;
    z-index: 999;
}

.login-cont {
    background: url(../img/login-banner.jpg);
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 14px;
    margin-top: -33px;
}

img.img-fluid.login-vector2 {
    position: absolute;
    width: 145px;
    bottom: 0;
    right: -2px;
    z-index: 99999;
}

img.img-fluid.login-vector1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 145px;
    z-index: 99;
}

img.img-fluid.bot-vector {
    position: absolute;
    bottom: 0;
    left: 80px;
    width: 400px;
    z-index: 99;
}

img.img-fluid.main-vector {
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 99;
}

.main-form {
    position: relative;
    height: 100vh;
    width: 100%;
}

.login-cont img {
    position: absolute;
    width: 100%;
}

img.logol {
    width: 170px;
}

.login-form h4 {
    color: #1d3657;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    margin-top: 60px;
}

.login-form form {
    padding: 20px 0;
}

    .login-form form label {
        color: #525252;
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 4px;
    }

    .login-form form input {
        font-size: 13px !important;
        padding: 0.9rem 0.75rem !important;
        border: 1px solid #bababa !important;
    }

.formaction {
    display: flex;
    justify-content: space-between;
}

    .formaction label,
    .formaction a {
        margin: 0;
        color: #525252 !important;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 100%;
    }

.formaction-btn {
    display: flex;
    justify-content: space-between;
}

    .formaction-btn button {
        width: -webkit-fill-available;
        font-size: 16px;
        border-radius: 8px;
        padding: 10px 0;
    }

.signin-btn,
.signup-btn:hover {
    background: #86509d;
    border: #86509d 1px solid;
}

    .signin-btn:hover,
    .signin-btn:active,
    .signin-btn:visited,
    .signin-btn:focus {
        background: #86509d !important;
        border: #86509d 1px solid !important;
        color: #ffffff;
    }

.login-btnw {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sign-in-button,
.sign-in-button:hover {
    width: 100%;
    height: 44px;
    background-color: #86509d;
    border: none;
}

    .sign-in-button:hover,
    .sign-in-button:active,
    .sign-in-button:visited,
    .sign-in-button:focus {
        background: #86509d !important;
        border: #86509d 1px solid !important;
        color: #ffffff;
    }
/*Logout Modal */
.logout-yes-btn:hover,
.logout-yes-btn:active,
.logout-yes-btn:visited,
.logout-yes-btn:focus {
    background: #86509d !important;
    border: #86509d 1px solid !important;
    color: #ffffff;
}

.logout-no-btn:hover,
.logout-no-btn:active,
.logout-no-btn:visited,
.logout-no-btn:focus {
    background: #6c757d !important;
    border: #6c757d 1px solid !important;
    color: #ffffff;
}

.logout-yes-btn {
    background-color: #86509d;
    border: unset;
}

.logout-no-btn {
    background-color: #6c757d;
    border: unset;
}

.logout-modal-header {
    border-bottom: unset;
}

.logout-modal-footer {
    margin-top: -10px;
    border-top: unset;
    justify-content: center;
}

.logout-modal-body {
    margin-top: -30px;
    text-align: center;
}

.logout-modal-main {
    width: 350px;
}

@media (max-width: 575.98px) {
    .logout-modal-main {
        width: auto;
    }
}

/*Db*/
.container-fluid.px-3.px-lg-5.top-header {
    /* z-index: 99999; */
    position: absolute;
}

img.img-fluid.vector1-cls {
    position: absolute;
    left: -90px;
    bottom: 70px;
}

img.img-fluid.vector2-cls {
    position: absolute;
    right: -22px;
    bottom: 0;
}

header {
    display: flex;
    justify-content: space-between;
    padding: 15px 3rem;
    align-items: center;
    background: #ffffff;
}

.logo img {
    width: 135px;
}

.logo-section img {
    width: 130px;
}

.chatautomation img {
    width: 88px;
    margin-right: 10px;
}

.dwight-vector {
    margin-right: 10px;
}

.head-right {
    display: flex;
}


.f-icon {
    float: right;
    display: grid;
}

    .f-icon i {
        font-size: 10px;
        line-height: 8px;
        cursor: pointer;
    }

i:active {
    color: #dddddd;
}

.fa-caret-down {
    margin-top: -2px;
}

.fa, .fas {
    font-weight: 900;
    font-size: 19px;
}

i.fa.fa-caret-up {
    display: block;
    margin-bottom: -7px;
}

.sorted {
    color: red;
}

.unsorted {
    color: white;
}


/* .signout-btn {
  filter: drop-shadow(0px 4px 4px rgba(10, 144, 164, 0.1));
  background: #FF0012;
  padding: 7px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #f4f4f4;
} */
.main {
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 1px 2px 0px rgba(10, 144, 164, 0.15);
    margin-bottom: 25px;
    margin-top: 10px;
}

.db-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.pagecount-cls {
    display: flex;
    align-items: center;
}

.table-head-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .table-head-item .btmfil1 {
        margin-right: 10px;
    }

.btmfil1 p {
    margin-bottom: 0px;
}

.btmfil2 p {
    margin-bottom: 0px;
}

.db-table table thead th {
    background: #86509d;
    border-radius: 0;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    min-width: 170px;
}

.db-search input {
    border-radius: 5px;
    border: 1px solid #e1e6ef;
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(38, 51, 77, 0.03);
    padding: 6px 10px 5px 35px;
    outline: 0;
}

.db-search {
    position: relative;
}

    .db-search button {
        background: unset;
        border: 0;
        position: absolute;
        left: 7px;
        top: 6px;
        color: #b4b2b6;
    }

.db-table table tbody td {
    color: #1f1f1f;
    word-break: break-all;
    word-wrap: break-word;
}

.db-table thead {
    display: block;
}

.db-table table {
    margin: 0;
}

.db-table tbody {
    height: -moz-calc(100vh - 265px);
    height: -webkit-calc(100vh - 265px);
    height: calc(100vh - 265px);
    overflow-y: auto;
    display: block;
    overflow-x: hidden;
}

.status-btn,
.status-btn:hover {
    background: #ada3a3;
    border: #ada3a3 1px solid;
    padding: 2px 12px;
}

    .status-btn:hover,
    .status-btn:active,
    .status-btn:visited,
    .status-btn:focus {
        background: #ada3a3 !important;
        border: #ada3a3 1px solid !important;
        color: #ffffff;
    }

.exception-con {
    text-decoration: underline;
    color: blue !important;
}

.success-state {
    color: #4aa785 !important;
}

.pending-state {
    color: #1f1f1f;
}
/* .db-table table thead th,
.db-table table tbody td {
  min-width: 170px;
} */
.db-table table thead th:first-child,
.db-table table tbody td:first-child {
    padding-left: 20px;
    min-width: 75px;
}

.db-table table thead th:nth-child(2),
.db-table table tbody td:nth-child(2) {
    min-width: 140px;
}

.db-table table thead th:nth-child(3),
.db-table table tbody td:nth-child(3) {
    min-width: 150px;
}

.db-table table thead th:nth-child(4),
.db-table table tbody td:nth-child(4) {
    min-width: 210px;
}

.db-table table thead th:nth-child(5),
.db-table table tbody td:nth-child(5) {
    min-width: 110px;
}

.db-table table thead th:nth-child(6),
.db-table table tbody td:nth-child(6) {
    min-width: 100px;
}

.db-table table thead th:nth-child(7),
.db-table table tbody td:nth-child(7) {
    min-width: 120px;
}

.db-table table thead th:nth-child(8),
.db-table table tbody td:nth-child(8) {
    min-width: 140px;
}

.db-table table thead th:nth-child(9),
.db-table table tbody td:nth-child(9) {
    min-width: 130px;
}

.db-table table thead th:nth-child(10),
.db-table table tbody td:nth-child(10) {
    min-width: 140px;
}

.db-table table thead th:nth-child(11),
.db-table table tbody td:nth-child(11) {
    min-width: 140px;
}

.db-table table thead th:last-child,
.db-table table tbody td:last-child {
    min-width: 140px;
}

.table-btmfilter {
    display: flex;
    margin: 10px 15px 10px 10px;
    color: #828282;
    justify-content: space-between;
    align-items: center;
}

    .table-btmfilter .btmfil1,
    .table-btmfilter .btmfil2,
    .table-btmfilter .btmfil3 {
        margin-right: 30px;
    }

.btmfil4 a {
    text-decoration: none;
}

    .btmfil4 a:last-child {
        margin-left: 30px;
    }

.page-link {
    color: #86509d;
}

/* ................pay-bill table starts here................. */

.paybill-table table tbody td {
    color: #1f1f1f;
}

.paybill-table thead {
    display: block;
}

.paybill-table table {
    margin: 0;
}

.paybill-table tbody {
    height: -moz-calc(100vh - 265px);
    height: -webkit-calc(100vh - 265px);
    height: calc(100vh - 265px);
    overflow-y: auto;
    display: block;
    overflow-x: hidden;
}

.paybill-table table thead th:first-child,
.paybill-table table tbody td:first-child {
    padding-left: 20px;
    min-width: 80px;
}

.paybill-table table thead th:nth-child(2),
.paybill-table table tbody td:nth-child(2) {
    min-width: 200px;
}

.paybill-table table thead th:nth-child(3),
.paybill-table table tbody td:nth-child(3) {
    min-width: 200px;
}

.paybill-table table thead th:nth-child(4),
.paybill-table table tbody td:nth-child(4) {
    min-width: 130px;
}

.paybill-table table thead th:nth-child(5),
.paybill-table table tbody td:nth-child(5) {
    min-width: 165px;
}

.paybill-table table thead th:nth-child(6),
.paybill-table table tbody td:nth-child(6) {
    min-width: 250px;
}

.paybill-table table thead th:nth-child(7),
.paybill-table table tbody td:nth-child(7) {
    min-width: 172px;
}

.paybill-table table thead th:nth-child(8),
.paybill-table table tbody td:nth-child(8) {
    min-width: 145px;
}

.paybill-table table thead th:nth-child(9),
.paybill-table table tbody td:nth-child(9) {
    min-width: 235px;
}

.paybill-table table thead th:nth-child(10),
.paybill-table table tbody td:nth-child(10) {
    min-width: 161px;
}

.paybill-table table thead th:nth-child(11),
.paybill-table table tbody td:nth-child(11) {
    min-width: 116px;
}

.paybill-table table thead th:nth-child(12),
.paybill-table table tbody td:nth-child(12) {
    min-width: 190px;
}

.paybill-table table thead th:nth-child(13),
.paybill-table table tbody td:nth-child(13) {
    min-width: 125px;
}

.paybill-table table thead th:last-child,
.paybill-table table tbody td:last-child {
    min-width: 330px;
}

.paybill-table table thead th {
    background: #86509d;
    border-radius: 0;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    min-width: 170px;
}

/* ................pay-bill table ends here................. */

@media (max-width: 1399.98px) {
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .login-cont img {
        right: 20px;
        width: 320px;
    }

    .login-form {
        padding: 40px;
        padding-top: 150px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    img.img-fluid.login-vector1 {
        width: 100px;
    }

    img.img-fluid.login-vector2 {
        width: 100px;
    }

    img.img-fluid.bot-vector {
        width: 310px;
    }
}

@media (max-width: 991.98px) {
    .login-btnw {
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .table-btmfilter {
        flex-direction: column;
    }

    .main-form {
        display: flex;
        justify-content: center;
        height: unset;
    }

    .main-vector {
        display: none;
    }

    img.img-fluid.bot-vector {
        width: 140px;
    }

    .db-head h2 {
        font-size: 14px;
    }

    .db-search input {
        padding: 5px 5px 5px 30px;
        width: 140px;
    }

    .db-search button {
        left: 5px;
        top: 5px;
    }

    .db-table table thead th:first-child,
    .db-table table tbody td:first-child {
        padding-left: 12px;
        min-width: 90px;
    }

    .db-head {
        padding: 10px 12px;
        flex-direction: column;
    }

    .integration-sec {
        margin-top: 10px;
    }

    .table-btmfilter {
        margin: 10px 7px;
    }

        .table-btmfilter .btmfil1,
        .table-btmfilter .btmfil2,
        .table-btmfilter .btmfil3 {
            margin-right: 10px;
            font-size: 13px;
        }

    .btmfil4 a:last-child {
        margin-left: 15px;
    }

    .login-cont {
        height: 200px;
        background-position: center -95px;
    }

        .login-cont img {
            right: 30px;
            width: 125px;
        }

    .login-form {
        padding: 20px 30px;
        width: 320px;
        margin: 0 auto;
    }

        .login-form h4 {
            margin-top: 20px;
        }

    .logol {
        width: 135px !important;
    }

    img.img-fluid.login-vector1 {
        width: 70px;
    }

    img.img-fluid.login-vector2 {
        width: 70px;
    }
}

@media (max-width: 575.98px) {
    .logo-section img {
        width: 130px;
    }

    header {
        padding: 15px 1rem;
    }

    img.img-fluid.login-vector1 {
        width: 50px;
    }

    img.img-fluid.login-vector2 {
        width: 50px;
    }

    img.img-fluid.bot-vector {
        width: 113px;
    }

    .db-search input {
        width: 120px;
    }

    .table-head-item .btmfil1 {
        display: none;
    }

    .table-head-item .btmfil2 {
        padding: 5px;
    }

    .login-cont {
        height: 150px;
        background-position: center -60px;
    }

    .db-head {
        flex-direction: column;
    }

    .header {
        flex-direction: column;
    }

    .head-right {
        margin-top: 10px;
    }

    .logo img {
        width: 100px;
    }

    img.img-fluid.vector2-cls {
        right: 0px;
    }

    img.img-fluid.vector1-cls {
        left: -27px;
        bottom: 0;
    }

    .db-table tbody {
        height: -moz-calc(100vh - 316px);
        height: -webkit-calc(100vh - 316px);
        height: calc(100vh - 316px);
    }
}
