@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    background: #E8D7F3;
}

.login-wrapper {
    background: url(../images/login-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;
}
.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%;
}

button:hover,
button:active,
button:focus,
button:visited,
button:focus-visible,
button:first-child:active {
    background: #612a85 !important;
}

.page-link:hover,
.page-link:active,
.page-link:focus,
.page-link:visited,
.page-link:focus-visible,
.page-link:first-child:active {
    background: unset !important;
}

.close-ileft:hover,
.close-ileft:active,
.close-ileft:focus,
.close-ileft:visited,
.close-ileft:focus-visible,
.close-ileft:first-child:active {
    background-color: unset !important;
}

.close-iright:hover,
.close-iright:active,
.close-iright:focus,
.close-iright:visited,
.close-iright:focus-visible,
.close-iright:first-child:active {
    background-color: unset !important;
}

.btn-close:hover,
.btn-close:active,
.btn-close:focus,
.btn-close:visited,
.btn-close:focus-visible,
.btn-close:first-child:active {
    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat !important;
}

.bot-loginform {
    width: 100%;
    background: #ffffff;
    padding: 80px 60px;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .bot-loginform img {
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .bot-loginform h4 {
        font-size: 24px;
        font-weight: 600;
        color: #612a85;
    }

.login-btnw {
    display: flex;
    align-items: center;
    gap: 10px;
}
a.fpwd {
    text-decoration: auto;
    color: #612a85;
    font-weight: 500;
}
.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -27px;
}

.bot-dbwrapper {
    position: relative;
    background: #E8D7F3;
}

.main-bg-vector {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -9;
}


.login-leftpart img {
    position: absolute;
    left: 40%;
    bottom: 0;
    transform: translateX(-50%);
}

.login-leftpart {
    position: relative;
    height: 100vh;
}

.sign-in-button {
    width: 100%;
    height: 44px;
    background-color: #612a85;
    border: none;
}

    .sign-in-button a {
        color: #fff;
        text-decoration: none;
    }

    .sign-in-button:hover {
        background-color: #9d66c1;
    }



.menu-con {
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(10, 144, 164, 0.10);
    align-items: center;
    color: #C4CBD3;
    height: 40px;
    width: 40px;
    justify-content: center;
}

.main-logo {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    color: #5E6869;
    font-size: 18px;
    text-decoration: none;
}

.logo-section {
    display: flex;
}

.header-con {
    margin-top: 20px;
}

.menu-items.active {
    /* border: 2px solid #612a85; */
    border-radius: 50%;
    color: #fff !important;
    font-size: 14px;
}

.main-menu-items {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}


.navbar-menu-logo {
    width: 140px;
}

.logout-menu {
    font-size: 20px;
    color: #5E6869;
}

/* main page Style Starts Here */

.botdata-cont {
    position: absolute;
    width: 100%;
    top: 28%;
}

    .botdata-cont p i.bi-circle-fill::before {
        color: #61B92B;
        border-top: 3px solid #fff;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        border-right: 3px solid #fff;
        background: #fff;
        border-radius: 50%;
    }

    .inactive-con::before {
        color: red !important;
        border-top: 3px solid #fff;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        border-right: 3px solid #fff;
        background: #fff;
        border-radius: 50%;
    }


    .botdata-cont p {
        margin: 0;
        padding: 7px;
    }

        .botdata-cont p i {
            padding-right: 5px;
        }

        .botdata-cont p:last-child {
            display: block;
        }

        .botdata-cont p img {
            width: 60px;
        }

.botdata-right button i,
.botdata-left button i {
    background: #612A85;
    border-radius: 50%;
    padding: 4px 6px;
    color: #fff;
}

.botdata-right button,
.botdata-left button {
    background: unset;
    border: unset;
    outline: unset;
    position: absolute;
    right: 0px;
    top: -13px;
}

.botdata-left {
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(97, 42, 133, 0.09);
    border-radius: 20px;
    border: 1px solid #CFC6E3;
    padding: 10px;
    color: #5E6869;
}

.botdata-right {
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(97, 42, 133, 0.09);
    border-radius: 20px;
    border: 1px solid #CFC6E3;
    padding: 10px;
    color: #5E6869;
}

    .botdata-right p {
        margin: 0;
        padding: 5px 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 2px solid #E5DFE8;
    }

        .botdata-right p span:nth-child(2) {
            background: #612A85;
            padding: 3px 15px 3px 15px;
            border-radius: 5px;
            color: #fff;
            margin-left: 10px;
            font-size: 13px;
        }

.botdata-left p {
    margin: 0;
    padding: 5px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #E5DFE8;
}

    .botdata-left p span:nth-child(2) {
        background: #612A85;
        padding: 3px 15px 3px 15px;
        border-radius: 5px;
        color: #fff;
        margin-left: 10px;
        font-size: 13px;
    }

.botdata-left,
.botdata-right {
    display: none;
}

.dbot-wrap img {
    width: 650px;
}

.dbot-wrap {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.dbot-aleft,
.dbot-aright {
    cursor: pointer;
}

    .dbot-aleft img {
        position: absolute;
        left: 16px;
        width: 10%;
        top: 39%;
    }

    .dbot-aright img {
        position: absolute;
        right: 7px;
        width: 18%;
        top: 38%;
    }

.savings-card a {
    cursor: pointer;
}

    .savings-card a i {
        font-size: 25px !important;
        margin-top: -1px;
        display: block;
    }

.savings-card p {
    margin-bottom: 0px;
    font-size: 14px;
    padding: 0 5px;
    min-width: 100px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #5E6869;
}

    .savings-card p span {
        background: #03a69d;
        padding: 3px 7px 3px 7px;
        border-radius: 5px;
        color: #ffffff;
        margin-left: 0;
        font-size: 13px;
    }

.savings-card ul {
    box-shadow: 0px 4px 4px 0px rgba(97, 42, 133, 0.09);
    border-radius: 10px;
    padding: 0;
    background: #FFF;
    border: 1px solid #CFC6E3;
}

.roi-part {
    min-width: 130px;
}

.roi-calc-value {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
}

.roi-values {
    color: #fff;
    background: #612A85;
    padding: 5px 10px !important;
    border-radius: 3px;
    margin-bottom: 5px !important;
    font-size: 14px;
}

.site-actions {
    float: right;
}

    .site-actions ul li {
        float: left;
        padding: 7px;
        list-style: none;
    }

.menu-con.active {
    border: 1px solid #612A85;
}

img.img-fluid.main-bot {
    width: 400px;
}

/* main page Style Ends Here */
/*Logout Modal */
.logout-yes-btn:hover,
.logout-yes-btn:active,
.logout-yes-btn:visited,
.logout-yes-btn:focus {
    background: #612A85 !important;
    border: #612A85 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: #612A85;
    border: unset;
    padding: 3px 15px;
}

.logout-no-btn {
    background-color: #6C757D;
    border: unset;
    padding: 3px 15px;
}

.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;
    }
}

/* Logs page Style Starts Here */
.btmfil-pagination {
    margin-top: 10px;
}
.billing-type-drop-down{
    margin-right:10px;
}
.search-main-con {
    display: flex;
}
.main-con-filter {
    display: flex;
    align-items: center;
}

.content-table {
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 0px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(15, 117, 189, 0.10);
}

.main-filter-con {
    padding: 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;
}

.site-link {
    color: #286AB4 !important;
    text-decoration: underline;
}


.log-main-table {
    min-width: 1100px;
}

.log-table thead {
    overflow: auto;
    display: block;
}

.log-table tbody {
    height: calc(100vh - 365px);
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    width: 100%;
}

.log-table table th {
    white-space: unset;
    word-wrap: break-word;
    word-break: break-all;
    color: #2C2A2A;
    font-weight: 500;
    font-size: 14px;
}

.log-table table td {
    color: #6C6C6C;
    font-weight: 400;
    font-size: 14px;
}

.log-table table thead tr th:first-child,
.log-table table tbody tr td:first-child {
    min-width: 50px !important;
}

.log-table table thead tr th:nth-child(2),
.log-table table tbody tr td:nth-child(2) {
    min-width: 145px !important;
}

.log-table table thead tr th:nth-child(3),
.log-table table tbody tr td:nth-child(3) {
    min-width: 170px !important;
}

.log-table table thead tr th:nth-child(4),
.log-table table tbody tr td:nth-child(4) {
    min-width: 200px !important;
}

.log-table table thead tr th:nth-child(5),
.log-table table tbody tr td:nth-child(5) {
    min-width: 235px !important;
}

.log-table table thead tr th:nth-child(6),
.log-table table tbody tr td:nth-child(6) {
    min-width: 130px !important;
}

.log-table table thead tr th:nth-child(7),
.log-table table tbody tr td:nth-child(7) {
    min-width: 90px !important;
}

.log-table table thead tr th:nth-child(8),
.log-table table tbody tr td:nth-child(8) {
    min-width: 150px !important;
}

.log-table table thead tr th:last-child,
.log-table table tbody tr td:last-child {
    min-width: 386px !important;
}

.table-topfilter,
.table-btmfilter {
    display: flex;
    /*justify-content: space-between;*/
    margin: 10px 0;
}

.log-table table {
    margin-bottom: 0;
}

.table-btmfilter {
    align-items: center;
}

.topfil-dropdown select {
    margin: 0 7px;
    font-size: 14px;
}

.topfil-dropdown {
    display: flex;
    align-items: center;
}

/* .topfil-search {
  display: inline;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 6px 10px;
} */

.table-topfilter input:focus {
    outline: none;
    box-shadow: none;
}

.table-topfilter select:focus {
    outline: none;
    box-shadow: none;
}

.topfil-search button,
.topfil-search i {
    border: none;
    background: none;
    cursor: pointer;
}

.topfil-search select {
    border: none;
}

.btmfil-pagination ul.pagination li a {
    font-size: 14px;
    color: #602a83;
}

.btmfil-pagination ul.pagination li.disabled a {
    color: #b8b8b8;
}

.btmfil-pagination ul.pagination li:last-child a,
.btmfil-pagination ul.pagination li.active a {
    color: #ffffff;
    background-color: #602a83;
    border-color: #602a83;
}

.btmfil-pagecount p {
    margin-bottom: 0;
}

.page-link:focus {
    box-shadow: none;
}

.email-status-checked {
    color: #61B92B;
}

.email-status-unchecked {
    color: #D36D6D;
}

.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;
    color: #612A85;
}

.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;
}

.form-labl {
    font-weight: 500;
    color: #5E6869;
}

.billing-type {
    font-size: 14px;
    padding: 5px 12px;
}

.form-content {
    align-items: center;
}

.form-con {
    line-height: 0;
    padding: 5px 12px;
}

.submit-button {
    width: 120px;
    height: 33.6px;
    background-color: #612a85;
    border: none;
    margin-top: 27px;
    font-size: 14px;
}

.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, #612a84, #8208d0);
    }


/* media query */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .dbot-wrap img {
        max-width: 100%;
    }

    .dbot-aright img {
        position: absolute;
        right: -1%;
        width: 19%;
        top: 38%;
    }

    .dbot-aleft img {
        position: absolute;
        left: 1%;
        width: 12%;
        top: 38%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .dbot-wrap img {
        max-width: 100%;
    }

    .dbot-aright img {
        position: absolute;
        right: -1%;
        width: 18%;
        top: 38%;
    }

    .dbot-aleft img {
        position: absolute;
        left: 1%;
        width: 11%;
        top: 39%;
    }
}

@media (min-width: 992px) and (max-width: 1299.98px) {
    .table-topfilter {
        flex-direction: column;
    }

    .date-filter-con {
        margin-top: 10px;
    }
}

@media (max-width: 992.98px) {

    .date-filter-con {
        margin-top: 10px;
        flex-direction: column;
    }

    .date-con {
        margin-right: 0px;
    }

    .dd-content {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .dbot-wrap img {
        max-width: 100%;
    }

    .dbot-aleft img {
        position: absolute;
        left: 1%;
        width: 11%;
        top: 38.5%;
    }

    .dbot-aright img {
        position: absolute;
        right: -1%;
        width: 19%;
        top: 37.5%;
    }

    .login-leftpart {
        height: 100vh;
    }

        .login-leftpart img {
            width: 280px;
            margin: 0 auto;
            margin-top: 10px;
            bottom: 0;
            left: 13%;
            transform: unset;
        }

    .bot-loginform {
        padding: 20px 20px;
    }
}

@media (max-width: 991.98px) {

    .login-btnw {
        flex-direction: column;
    }
}

@media (min-width: 575px) and (max-width: 768.98px) {
    .dbot-aright img {
        position: absolute;
        right: 11%;
        width: 14%;
        top: 38%;
    }

    .dbot-aleft img {
        position: absolute;
        left: 13%;
        width: 8%;
        top: 39%;
    }
}

@media (max-width: 767.98px) {
    .dd-content {
        margin-top: 10px;
    }

    .logo-section {
        justify-content: center;
    }

    .full-menu-con {
        margin-top: 10px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }

    .date-con {
        margin-top: 10px;
    }

    .botdata-cont {
        position: unset;
        width: 100%;
    }

    .botdata-right button,
    .botdata-left button {
        right: 15px;
    }

    .table-btmfilter {
        flex-direction: column;
    }

    .main-class {
        padding-bottom: 10px;
    }

    .login-leftpart {
        position: relative;
        height: 190px;
        text-align: center;
    }

        .login-leftpart img {
            width: 130px;
            margin: 0 auto;
            margin-top: 10px;
            position: unset;
            transform: unset;
        }

    .bot-loginform {
        width: 100%;
        background: #ffffff;
        padding: 40px 20px;
        border-radius: 20px;
        position: unset;
        transform: unset;
        margin-bottom: 10px;
    }

    .btmfil-pagecount {
        text-align: center;
    }

    .btmfil-pagination ul.pagination {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .main-logo {
        font-size: 14px;
    }

    .site-actions ul li {
        padding: 3px;
    }

    .main-menu-items {
        padding-left: unset;
    }
}

@media (max-width: 575.98px) {

    .submit-button {
        margin-top: 15px;
        font-size: 14px;
        width: 100px;
    }

    .menu-con {
        height: 30px;
        width: 30px;
    }

    .menu-icons {
        width: 15px;
        height: 15px;
    }

    .main-bot {
        max-width: 290px;
    }

    .topfil-dropdown span {
        display: none;
    }

    .topfil-search input {
        width: 150px;
        font-size: 14px;
    }

    .topfil-dropdown select {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

@media (min-width: 320px) and (max-width: 575.98px) {
    .dbot-aleft img {
        left: 79px;
        width: 32px;
        top: 296px;
        object-position: 13px 95px;
        position: fixed;
    }

    .dbot-aright img {
        right: 110px;
        width: 50px;
        top: 296px;
        object-position: 13px 95px;
        position: fixed;
    }
}
