@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: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.is-invalid {
    border: 2px solid red !important;
}

::-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;
    height: 40px;
}

li.menu-items {
    list-style: none;
    margin-right: 10px;
}

    li.menu-items:last-child {
        margin-right: 0;
    }

.full-menu-con {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
}

.menu-items.active {
    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;
    gap: 9px;
    align-items: center;
    margin-bottom: 0;
    justify-content: flex-end;
}


.navbar-menu-logo {
    width: 140px;
}

.logout-menu {
    font-size: 20px;
    color: #5E6869;
}

.logout-yes-btn:hover,
.logout-yes-btn:active,
.logout-yes-btn:visited,
.logout-yes-btn:focus {
    background: #006089 !important;
    border: #006089 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: #006089 !important;
    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 {
    background-color: white;
    margin-top: -30px;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.logout-modal-main {
    width: 350px;
}

.eye-icon {
    right: 5px;
    cursor: pointer;
}

.row > * {
    padding-right: 0px !important;
}


.signout-btn {
    filter: drop-shadow(0px 4px 4px rgba(10, 144, 164, 0.1));
    /*     background: #FF0012;*/
    padding: 3px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #f4f4f4;
}


/*table*/

.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 !important;
        min-width: 64px;
    }

    .db-table table thead th:nth-child(2),
    .db-table table tbody td:nth-child(2) {
        min-width: 240px;
    }

    .db-table table thead th:nth-child(3),
    .db-table table tbody td:nth-child(3) {
        min-width: 252px;
    }

    .db-table table thead th:nth-child(4),
    .db-table table tbody td:nth-child(4) {
        min-width: 150px;
    }

    .db-table table thead th:nth-child(5),
    .db-table table tbody td:nth-child(5) {
        min-width: 200px;
    }

    .db-table table thead th:nth-child(6),
    .db-table table tbody td:nth-child(6) {
        min-width: 130px;
    }

    .db-table table thead th:nth-child(7),
    .db-table table tbody td:nth-child(7) {
        min-width: 150px;
    }

    .db-table table thead th:nth-child(8),
    .db-table table tbody td:nth-child(8) {
        min-width: 130px;
    }

    .db-table table thead th:nth-child(9),
    .db-table table tbody td:nth-child(9) {
        min-width: 190px;
    }

    .db-table table thead th:last-child,
    .db-table table tbody td:last-child {
        min-width: 200px;
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.db-table table td.success {
    color: #4aa785;
}

.db-table table td.iprogress {
    color: #211F1D;
}

.db-table table td.queue {
    color: #59a8d4;
}

.table > :not(caption) > * > * {
    padding: 0.7rem .5rem !important;
}

.table-btmfilter {
    display: flex;
    justify-content: space-between;
    margin: 10px 15px 10px 10px;
    color: #828282;
}

    .table-btmfilter .btmfil1,
    .table-btmfilter .btmfil2,
    .table-btmfilter .btmfil3 {
        margin-right: 30px;
    }


.btmfil4 a {
    text-decoration: none;
}

    .btmfil4 a:last-child {
        margin-left: 30px;
    }

    .btmfil4 a:last-child {
        margin-left: 15px;
    }

.db-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}


.table-head-item {
    display: flex;
    align-items: center;
}

    .table-head-item .btmfil1 {
        margin-right: 10px;
    }

    .table-head-item .btmfil2 {
        border-radius: 5px;
        border: 1px solid #E1E6EF;
        padding: 5px 15px;
        margin-right: 10px;
    }

.btmfil1 p {
    margin-bottom: 0px;
}

.btmfil2 p {
    margin-bottom: 0px;
}

.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 thead th {
    background: #212529;
    border-radius: 0;
    color: white;
    font-style: normal;
    font-weight: 500;
    min-width: 170px;
}

.db-table table tbody td {
    color: #1f1f1f;
}

.db-table thead {
    display: block;
}

.db-table table {
    margin: 0;
}

.db-table tbody {
    height: calc(100vh - 260px);
    height: -moz-calc(100vh - 260px);
    height: -webkit-calc(100vh - 260px);
    overflow-y: auto;
    display: block;
    overflow-x: hidden;
    line-height:16px !important;
}



.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;
}

/*
.integration-sec {
    display: flex;
    align-items: center;
}*/

.inte-one {
    display: flex;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #fff;
    padding: 7px;
    filter: drop-shadow(0px 4px 4px rgba(10, 144, 164, 0.10));
    align-items: center;
    justify-content: center;
}

.inte-last {
    display: flex;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #fff;
    padding: 7px;
    filter: drop-shadow(0px 4px 4px rgba(10, 144, 164, 0.10));
    align-items: center;
    justify-content: center;
}

    .inte-last::before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #6BED20;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
    }

.inte-one::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ED2020;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

.inte-img {
    width: 17px;
}

.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%;
}




.filter-title {
    display: flex;
}

    .filter-title a {
        font-weight: 600;
    }

.dropdown-menu.show {
    width: 500px;
    border-radius: 5px;
    border: 1px solid rgba(221, 233, 231, 0.74);
    background: #FFF;
    box-shadow: 0px 4px 4px 1px rgba(10, 144, 164, 0.05);
}

.clear-all-btn {
    width: 100%;
    text-align: right;
    padding-right: 10px;
    color: #C9D5D4;
}

.filter-submit-btn {
    background-color: #279989;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 10px 0px;
}

.dropdown-divider {
    margin-bottom: 15px !important;
}

.filter-btn {
    text-align: end;
    padding-right: 10px;
    margin-bottom: 10px;
}

    .filter-btn a {
        text-decoration: none;
    }

li.filter-con {
    display: flex;
    margin-top: 10px;
}

.form-select {
    margin-right: 10px;
}

.main-filter {
    border-radius: 5px;
    border: 1px solid #E1E6EF;
    color: #D2D1D1;
}

    .main-filter:hover {
        border-radius: 5px;
        border: 1px solid #E1E6EF;
        color: #D2D1D1;
    }

    .main-filter:checked + .main-filter, .main-filter.active, .main-filter.show, .main-filter:first-child:active, :not(.btn-check) + .main-filter:active {
        border-radius: 5px;
        border: 1px solid #E1E6EF;
        color: #D2D1D1;
    }

.dropdown-item:focus, .dropdown-item:hover {
    background-color: unset;
    color: #000;
}

.where-cls {
    cursor: default;
}

.filter-main-con {
    margin-right: 10px;
}




.search-box {
    position: relative;
    display: inline-block;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-input {
    padding: 8px 8px 8px 30px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.search-icon {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: black;
}



.table > :not(caption) > * > * {
    padding: 0.8rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}


.bi-arrow-down-up:hover {
    color: #0d6efd;
    cursor: pointer;
}

.exception-link {
    cursor: pointer;
}


.th-flex-row {
    display: flex;
    align-items: center;
}

.icon-column {
    display: flex;
    flex-direction: column;
    gap: 0;
    line-height: 1;
    margin-left: 5px;
    margin-top: 3px;
}

    .icon-column i {
        font-size: 10px;
        padding: 0;
        margin: 0;
        height: 10px;
        line-height: 1;
    }


i:active {
    color: #dddddd !important;
}

.sorted {
    color: #47a9c4;
}

.unsorted {
    color: #1D3657 !important;
}



.login-wrapper {
    height: 100vh;
    background: #fff;
}

.login-form {
    padding: 40px 60px;
    padding-top: 150px;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.login-cont {
    background: url(../img/login-bg.png);
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 14px;
    margin-top: -35px;
    z-index: 9;
    position: relative;
}



img.img-fluid.bot-vector {
    position: absolute;
    bottom: 0;
    right: 128px;
    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%;
}



img.logol {
    width: 280px;
}

.login-form h4 {
    color: #006089;
    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;
        width: -moz-available;
        font-size: 16px;
        border-radius: 8px;
        padding: 10px 0;
    }

.signin-btn,
.signup-btn:hover {
    background: #006089;
    border: #006089 1px solid;
}

    .signin-btn:hover,
    .signin-btn:active,
    .signin-btn:visited,
    .signin-btn:focus {
        background: #006089 !important;
        border: #006089 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: #006089;
    border: none;
}

    .sign-in-button:hover,
    .sign-in-button:active,
    .sign-in-button:visited,
    .sign-in-button:focus {
        background: #006089 !important;
        border: #006089 1px solid !important;
        color: #ffffff;
    }


.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;
}


.container-fluid.px-3.px-lg-5.top-header {
    position: absolute;
}

img.img-fluid.vector1-cls {
    position: absolute;
    left: -90px;
    bottom: 70px;
}

img.img-fluid.vector2-cls {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -999;
}

header {
    display: flex;
    justify-content: space-between;
    padding: 20px 3rem;
/*    padding-bottom: 5px;*/
    align-items: center;
}

.logo img {
    width: 135px;
}

.chatautomation img {
    width: 88px;
    margin-right: 10px;
}

.dwight-vector {
    margin-right: 10px;
}

.head-right {
    display: flex;
}

.main {
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 1px 2px 0px rgba(10, 144, 164, 0.15);
    /*  margin-bottom: 25px;*/
    margin-top: 10px;
}


.pagecount-cls {
    display: flex;
    align-items: center;
}

.table-head-item {
    width: 100%;
    display: flex;
    align-items: center;
}

    .table-head-item .btmfil1 {
        margin-right: 10px;
    }

.btmfil1 p {
    margin-bottom: 0px;
}

.btmfil2 p {
    margin-bottom: 0px;
}

.db-table table thead th {
    background: #E6EFF3;
    border-radius: 0;
    color: #1D3657;
    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 {
    line-height: 18px;
    height: calc(100vh - 321px);
    height: -moz-calc(100vh - 321px);
    height: -webkit-calc(100vh - 354px);
    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;
}


.page-link {
    color: #006089;
}





@media (max-width: 1399.98px) {
}

.login-cont img {
    position: absolute;
    width: 100%;
}

@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;
    }



    .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;
    }


    .table-head-item {
        justify-content: center;
        margin: 10px 0px;
    }
}

@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.vector1-cls {
        left: -27px;
        bottom: 0;
    }

    .db-table tbody {
        height: calc(100vh - 316px);
        height: -moz-calc(100vh - 316px);
        height: -webkit-calc(100vh - 316px);
    }
}


@media (max-width: 575.98px) {
    .logout-modal-main {
        width: auto;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1487px !important;
    }
}



@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 (max-width: 991.98px) {

    .login-btnw {
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    img.img-fluid.login-vector1 {
        width: 150px;
    }

    img.img-fluid.login-vector2 {
        width: 170px;
    }
}

@media (max-width: 767.98px) {
    .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;
    }

    .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: 80px;
    }
}

@media (max-width: 575.98px) {
    .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.vector1-cls {
        left: -27px;
        bottom: 0;
    }

    .db-table tbody {
        height: calc(100vh - 316px);
        height: -moz-calc(100vh - 316px);
        height: -webkit-calc(100vh - 316px);
    }
}

@media (max-width: 575.98px) {
    .dropdown-menu.show {
        padding: 10px;
        width: 290px;
    }

    li.filter-con {
        flex-direction: column;
    }

    .form-select {
        margin-top: 10px;
    }

    .filter-btn {
        padding-right: unset;
    }

    .clear-all-btn {
        padding-right: 0px;
    }

    .filter-title a {
        padding-left: 0;
    }

    .filter-con a {
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    .logout-modal-main {
        width: auto;
    }
}


@media (min-width: 992px) {
    .px-lg-5 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
}




.e-message ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.e-message li {
    display: inline;
}



img.main-logo-db {
    width: 260px;
}

li.menu-items {
    background: white;
    border-radius: 18px;
    padding: 10px;
    border: 2px solid transparent;
    box-shadow: 0px 4px 4px 0px rgba(10, 144, 164, 0.10);
}

    li.menu-items:hover {
        /*        border: 2px solid #006089;*/
    }
/*    li.menu-items:active {
                border: 2px solid #006089;
    }*/


.tooltip-inner {
    /*    background-color: #279989;*/
    background-color: #FCF9FE;
    color: #006089;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #FFDE30 !important;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: transparent !important;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: transparent !important;
}

.bs-tooltip-left .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: transparent !important;
}

.bs-tooltip-right .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: transparent !important;
}

/* Responsive updates */
@media (max-width: 1024px) {
    .zoho {
        right: 53px !important;
        top: 65% !important;
        left: 61px !important;
    }

    .zapier-content {
        right: 53px !important;
        top: 86% !important;
        left: 61px !important;
    }

    .vector2 {
        z-index: 0 !important;
        width: 58%;
    }

    .vector1 {
        z-index: 0 !important;
        width: 27%;
    }
}

@media (max-width: 620px) {
    .zoho {
        right: 57px;
        top: 78%;
        left: 0px !important;
    }

    .zapier-content {
        right: 57px;
        top: 78%;
        left: 0px !important;
    }

    .vector2 {
        z-index: 0 !important;
    }

    .vector1 {
        z-index: 0 !important;
    }
}

@media (max-width: 577px) {

    img.main-bot {
        width: 320px
    }

    .logo-section {
        justify-content: center;
    }

    .full-menu-con {
        justify-content: center;
    }

    .vector2 {
        z-index: 0 !important;
        width: 319px;
    }

    .vector1 {
        z-index: 0 !important;
        width: 133px;
    }

    .zoho {
        right: 12px !important;
        top: 78%;
        left: 0px !important;
    }

    .zapier-content {
        right: 12px !important;
        margin-top: 10px;
        top: 78%;
        left: 0px !important;
    }
}

/* filter Part*/




.main-filter-con {
    /* padding-bottom: 28px !important; */
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 10px;
    box-shadow: 0px 4px 4px 0px rgba(15, 117, 189, 0.10);
    /* margin-top: 10px; */
    font-size: 14px;
}

.form-content {
    align-items: center;
}

.form-con {
    line-height: 0;
    padding: 5px 12px;
}

.input-group-append {
    padding: 10px;
    background: #E0F2F1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

span.input-group-append.cal-tbl {
    background: unset;
    padding: 9px;
    position: absolute;
    right: 0;
    bottom: -4px;
    color: #006089;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-con,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

input#date {
    width: 125px;
    padding: 6px 12px !important;
}

.billing-type {
    font-size: 14px;
    padding: 5px 12px;
}

.submit-button {
    width: 120px;
    height: 33.6px;
    background-color: #006089;
    border: none;
    margin-top: 27px;
    font-size: 14px;
    margin-right: 10px;
}


.submit-button:hover,
.submit-button:active,
.submit-button:visited,
.submit-button:focus {
    background: #006089 !important;
    border: #006089 1px solid !important;
    color: #ffffff;
}

.sub-btn {
    display: flex;
    align-items: flex-end;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    padding: 4px;
    border-radius: 4px;
    border: none;
}

.datepicker {
    padding: 10px;
}

    .datepicker table tr td.active,
    .datepicker table tr td.active.disabled,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active:hover {
        background-image: linear-gradient(to bottom, #006089, #21a3db);
    }

.form-labl {
    font-weight: 500;
    color: #5E6869;
}

@media (min-width: 992px) and (max-width: 1299.98px) {
}

@media (max-width: 992.98px) {

    .date-filter-con {
        flex-direction: column;
    }

    .date-con {
        margin-right: 0px;
    }

    .dd-content {
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {


    .dd-content, .date-filter-con {
        width: 100%;
        padding-right: 20px !important;
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {

    .submit-button {
        margin-top: 15px;
        font-size: 14px;
        width: 100px;
    }
}

.clear-button:disabled {
    background-color: #adbbc1 !important;
    border-color: #adbbc1 !important;
    opacity: 0.7; /* optional to show it's disabled */
    cursor: not-allowed;
}
.clear-button:hover:enabled {
    background-color: #006089;
    border-color: #006089;
}
.clear-button {
    width: 120px;
    height: 33.6px;
    background-color: #006089;
    border: none;
    margin-top: 27px;
    font-size: 14px;
    margin-right: 10px;
}

    .clear-button:hover,
    .clear-button:active,
    .clear-button:focus {
        background-color: #adbbc1;
        outline: none;
        box-shadow: none;
    }

.choices-outer {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d1d5db; /* light gray border */
    border-radius: 0.375rem; /* same rounded corners as input */
    font-size: 0.875rem;
    line-height: 1.25rem;
    height: 38px; /* approximate height to match date picker */
}

.choices-inner {
    padding: 0 0.5rem;
}

.choices__inner {
    min-height: 38px; /* ensure text is vertically centered */
}

.choices__input {
    height: 100%;
}

.choices__list--dropdown {
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
}

#datepicker1{
    height:32px;
}

#datepicker2 {
    height: 32px;
}

@media (min-width: 800px){
    .pagiAccess {
        height:15px;
    }
    .pageCount{
        padding-top:10px;
    }
}
