@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');

html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Outfit';
    font-weight: 500;
}
.btn:focus,input:focus,input:focus-visible,select:focus-visible,a:focus {
    outline: unset !important;
    outline-offset: unset !important;
    text-decoration: unset;
}
.btn.active, .btn:active{
    box-shadow:unset;
}
#addclient,.e2c-dashboard-right-middle,#addorders{
    position: relative;
}
#loading {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    top: 0;
}
#loading img{
    width: 100px;
}
/*----------------------------------- Admin Login -----------------------------------*/
.admin-login-wrap:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('../images/e2c-admin-login-bg.jpg');
    opacity: .15;
}
.admin-login-wrap .row,.admin-login-wrap .col-md-12{
    padding: 0;
    margin: 0;
}
.admin-login-wrap .inner-right-section{
    text-align: center;
    padding: 20px 15px;
}
.admin-login-wrap .inner-right-section .logo-img{
    height: 100px;
    width: 379px;
    margin: 0 auto 50px;
}
.admin-login-wrap .inner-right-section .logo-img img{
    max-height: 100%;
    max-width: 100%;
}
.admin-login-wrap .inner-right-section .admin-form{
    background: #15447e;
    padding: 50px;
    border-radius: 30px;
    width: 40%;
    margin: 0 auto 30px;
}
.admin-login-wrap .inner-right-section form label,.form-outer-box label{
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-weight: unset;
    margin: 0 0 10px 15px;
}
.form-outer-box label{
    color: #060B3C;
}
.admin-login-wrap .inner-right-section form label span,.form-outer-box label span{
    color: red;
    font-size: 16px;
}
.admin-login-wrap .inner-right-section form label.error,.form-outer-box label.error{
    color: #ffd700;
    margin: 10px 0 0 15px;
}
.e2c-dashboard-right-middle .form-outer-box label.error{
    color: #ff0000;
    position: absolute;
    margin: 2px 0 0 15px;
    font-size: 14px;
}
.admin-login-wrap .inner-right-section form .input-box,.form-outer-box .input-box{
    text-align: left;
    margin-bottom: 50px;
}
.admin-login-wrap .inner-right-section form input,.form-outer-box input,.form-outer-box textarea,.form-outer-box select{
    background: #fff;
    font-size: 16px;
    text-align: left;
    border: 1px solid #ddd;
    box-shadow: unset;
    padding: 15px 20px;
    height: unset;
    border-radius: 10px;
}
.form-outer-box textarea{
    border-radius: 10px;
    height: unset !important;
}
.admin-login-wrap .inner-right-section form .input-box .group{
    display: flex;
    align-items: center;
    position: relative;
}
.admin-login-wrap .inner-right-section form .input-box .group i {
    position: absolute;
    right: 20px;
    font-size: 18px;
    cursor: pointer;
}
.admin-login-wrap .inner-right-section form .input-box a.fpass-link{
    text-align: right;
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 15px 20px 0 0;
}
.admin-login-wrap .inner-right-section form input#login-btn,
.admin-login-wrap .inner-right-section form input#signup-btn,
.form-outer-box input#add-btn{
    background: #fc7531;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.admin-login-wrap .inner-right-section form p{
    color: #050936;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 30px 0;
}
.admin-login-wrap .inner-right-section form p a{
    text-decoration: none;
    color: #fc7531;
}
div#success-reg {
    width: 640px;
    margin: 30px auto 0;
    background: #fc7531;
    border-radius: 30px;
    padding: 50px 20px;
}
div#success-reg i{
    font-size: 60px;
    color: #fff;
}
div#success-reg h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 22px;
    color: #15447e;
    margin: 30px 0 15px 0;
}
div#success-reg h3 {
    color: #fff;
    margin: 0;
    line-height: 1.5;
}
div#success-reg a{
    background: #15447e;
    padding: 10px 60px;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    display: block;
    width: fit-content;
    margin: 30px auto 0;
    text-decoration: none;
    border-radius: 50px;
}
/*----------------------------------- Admin Dashboard Left Menu -----------------------------------*/
.e2c-dashboard-wrap{
    padding: 20px 0 50px 0;
}
.e2c-dashboard-wrap .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.e2c-dashboard-wrap .dashboard-left-menu {
    height: 100%;
}
.dashboard-left-menu{
    background: linear-gradient(90deg, #15447e 0%, #0b2441 100%);
    padding: 50px 15px;
    border-radius: 20px;
}
.dashboard-left-menu .dashboard-inner-logo{
    text-align: center;
}
.dashboard-left-menu .dashboard-inner-logo a:hover{
    text-decoration: none;
}
.dashboard-left-menu .dashboard-inner-logo .logo-img{
    height: 75px;
    width: 284px;
    margin: 0 auto 50px;
}
.dashboard-left-menu .dashboard-inner-logo .logo-img img{
    max-height: 100%;
    max-width: 100%;
}
.dashboard-left-menu ul{
    list-style: none;
    padding:0;
    margin: 0;
}
.dashboard-left-menu ul li:not(:last-child){
    margin-bottom: 20px;
}
.dashboard-left-menu ul li a{
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    padding:15px;
    position: relative;
    z-index: 1;
    align-items: center;
}
.dashboard-left-menu ul li a img{
    margin-right: 20px;
    height: 35px;
    width: 35px;
    object-fit: contain;
}
.dashboard-left-menu ul li.active a:before, .dashboard-left-menu ul li:hover a:before {
    content: '';
    background: #fc7531;
    border-radius: 0 20px 20px 0;
    height: 100%;
    width: 315px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -15%;
}
.dashboard-left-menu ul li.active a, .dashboard-left-menu ul li:hover a {
    color: #fff;
}
/*----------------------------------- Admin Dashboard Right Box -----------------------------------*/
.e2c-dashboard-right-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 50px 0;
}
.e2c-dashboard-right-top .page-title h1{
    margin:0;
    color: #fc7531;
    font-weight: 800;
    font-size: 40px;
    text-transform: uppercase;
}
.e2c-dashboard-right-top .page-title span{
    color: #050937;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    display: block;
}
.e2c-dashboard-right-top .logout{
    display: flex;
    grid-gap: 30px;
}
.e2c-dashboard-right-top .logout a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    background: linear-gradient(90deg, #15447e 0%, #0b2441 100%);
    padding: 10px 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.e2c-dashboard-right-top .logout a img {
    margin-right: 10px;
    height: 30px;
    width: 30px;
}
.e2c-dashboard-right-top .logout a:hover{
    background: #fc7531;
}
.e2c-dashboard-quick-view{
    margin-bottom: 80px;
}
.e2c-dashboard-quick-view .registration-data-box .box{
    text-align: center;
    padding: 30px 15px;
    border-radius: 20px;
    margin: 10px 0;
    color: #fff;
    font-size: 20px;
}
.e2c-dashboard-quick-view .registration-data-box.fbox .box{
    background: #ccffcc;
    border: 1px solid #006600;
    color: #006600;
}
.e2c-dashboard-quick-view .registration-data-box.sbox .box{
    background: #d3e4f8;
    color: #0b2441;
    border: 1px solid #0b2441;
}
.e2c-dashboard-quick-view .registration-data-box.tbox .box{
    background: #feddcd;
    color: #e24e03;
    border: 1px solid #e24e03;
}
.e2c-dashboard-quick-view .registration-data-box .box .number{
    font-size: 40px;
    font-weight: 600;
}
.e2c-dashboard-quick-view .registration-data-box .box span{
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.e2c-dashboard-right-middle ul.nav {
    border: unset;
    margin-bottom: 30px;
}
.e2c-dashboard-right-middle ul.nav li:not(:last-child) {
    margin-right: 5px;
}
.e2c-dashboard-right-middle ul.nav li {
    width: fit-content;
    text-align: center;
}
.e2c-dashboard-right-middle ul.nav li.active a {
    background: #060A3A;
    color: #fff;
    border-radius: 50px;
    border: 2px solid transparent;
}
.e2c-dashboard-right-middle ul.nav li a {
    border: 2px solid #060A3A;
    border-radius: 0;
    margin-right: 15px;
    background: transparent;
    font-size: 18px;
    color: #060A3A;
    border-radius: 50px;
    padding: 10px 50px;
}
.e2c-dashboard-right-middle ul.nav li:hover:not(.active) a{
    background: #fc7531;
    color: #fff;
    border: 2px solid #fc7531;
}
.e2c-dashboard-right-middle form .field-box {
    background: #f0f8ff;
    padding: 30px 15px;
    border-radius: 20px;
    display: inline-block;
    width: 100%;
}
.form-outer-box input#add-btn {
    margin-top: 30px;
    float: right;
}
.e2c-dashboard-right-middle table.table {
    margin: 0 0 30px 0!important;
    font-size: 16px;
    border-collapse: separate;
    border-spacing: 0 15px;
}
.e2c-dashboard-right-middle table.table td,.e2c-dashboard-right-middle table.table th{
    border: unset;
    text-align: center;
}
.e2c-dashboard-right-middle table.table td{
    padding: 15px 10px;
    color: #333;
    font-size: 16px;
    vertical-align: middle;
}
.e2c-dashboard-right-middle table.table th{
    padding: 0 10px;
    color: #575757;
}
.e2c-dashboard-right-middle table.table tbody tr.debit-wrap {
    background: #ffe6e6;
}
.e2c-dashboard-right-middle table.table tbody tr.credit-wrap {
    background: #e6ffe6;
}
.e2c-dashboard-right-middle table.table tbody tr.debit-wrap .debit{
    color: #ff3300;
}
.e2c-dashboard-right-middle table.table tbody tr.credit-wrap .credit{
    color: #009900;
}
.e2c-dashboard-right-middle table.table tbody tr td:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.e2c-dashboard-right-middle table.table tbody tr td:last-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 700;
    color: #000;
}
.e2c-dashboard-right-middle div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}
.e2c-dashboard-right-middle .dt-buttons {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}
.e2c-dashboard-right-middle .dt-buttons a {
    background: #1D6F42;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 10px;
}
.e2c-dashboard-right-middle .dt-buttons a:hover {
    background: #5B5B5B;
}
.e2c-dashboard-right-middle .dt-buttons a span:before {
    content: '\f1c3 ';
    font-family: 'Font Awesome 5 Free';
    padding-right: 10px;
}
.e2c-dashboard-right-middle .dataTables_wrapper label{
    margin:0;
    color: #575757;
    font-size: 16px;
    font-weight: 500 !important;
    text-transform: capitalize;
}
.e2c-dashboard-right-middle .dataTables_wrapper select{
    background: #F2F2F2;
    border: unset;
    height: unset;
    border-radius: 10px;
    box-shadow: unset;
    font-size: 16px;
    padding: 10px 15px;
}
.e2c-dashboard-right-middle .dataTables_wrapper input {
    background: #F2F2F2;
    border: unset;
    height: unset;
    border-radius: 10px;
    box-shadow: unset;
    font-size: 16px;
    padding: 15px;
}
.e2c-dashboard-right-middle .dataTables_wrapper input {
    width: 350px !important;
}
.e2c-dashboard-right-middle .dataTables_paginate a{
    text-decoration: none;
    background: #5B5B5B;
    padding: 8px 10px;
    margin: 0 5px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
.e2c-dashboard-right-middle .dataTables_paginate a.paginate_button.current,.e2c-dashboard-right-middle .dataTables_paginate a:hover{
    background: linear-gradient(180deg, #050936 0%, #0E1A9C 100%);
}
.e2c-dashboard-right-middle .dataTables_paginate a.paginate_button.disabled{
    background: #ccc;
    color: #5B5B5B;
    cursor: not-allowed;
}
.e2c-dashboard-right-middle .dataTables_info{
    color: #1E2469;
    padding: 0 !important;
    font-size: 18px;
}
.e2c-dashboard-right-middle div#dashboard-table_wrapper {
    padding-top: 30px;
}
.e2c-dashboard-right-middle .wallet-inline-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-bottom: 80px;
}
.e2c-dashboard-right-middle .wallet-inline-box .wallet-box{
    background: #fc7531;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
}
.e2c-dashboard-right-middle .wallet-inline-box .wallet-box span{
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
}
.e2c-dashboard-right-middle .wallet-inline-box .wallet-box .rupees{
    color: #ffff00;
    font-size: 36px;
    font-weight: 900;
    font-family: system-ui;
    margin: 15px 0;
}
.e2c-dashboard-right-middle .wallet-inline-box .wallet-box .rupees b{
    font-size: 18px;
    display: block;
}
.e2c-dashboard-right-middle .wallet-inline-box .wallet-box a{
    text-decoration: none;
    background: cornsilk;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding: 10px 15px 8px;
    display: block;
    width: fit-content;
}
.e2c-dashboard-right-middle .e2c-datatable-wrap .title {
    color: #1E2469;
    font-size: 18px;
    font-weight: 900;
    border-bottom: 1px dashed #1E2469;
    margin-bottom: 30px;
    padding: 0 5px 5px;
}
div#success-clientmsg {
    margin: 15px 0 30px;
    background: #cfe2cf;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: end;
}
div#success-clientmsg i{
    font-size: 26px;
    color: #568f56;
}
div#success-clientmsg h2 {
    font-size: 18px;
    color: #568f56;
    margin: 0 0 0 10px;
}
.e2c-dashboard-right-middle table#clientslist tbody tr:nth-child(odd),
.e2c-dashboard-right-middle table#serviceleadstabledata tbody tr:nth-child(odd),
.e2c-dashboard-right-middle table#contactleadstabledata tbody tr:nth-child(odd){
    background: #fafad2;
}
.e2c-dashboard-right-middle table#clientslist tbody tr:nth-child(even),
.e2c-dashboard-right-middle table#serviceleadstabledata tbody tr:nth-child(even),
.e2c-dashboard-right-middle table#contactleadstabledata tbody tr:nth-child(even){
    background: #faebd7;
}
/*.e2c-dashboard-right-middle table#serviceleadstabledata tbody tr td:nth-last-child(2),.e2c-dashboard-right-middle table#serviceleadstabledata tbody tr td:last-child{
    width: 20%;
}*/
.e2c-dashboard-right-middle table#serviceleadstabledata tbody tr a.add-client,
.e2c-dashboard-right-middle table#contactleadstabledata tbody tr a.add-client{
    background: #fc7531;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 5px 8px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.e2c-dashboard-right-middle table#serviceleadstabledata tbody tr a.add-client:hover,
.e2c-dashboard-right-middle table#contactleadstabledata tbody tr a.add-client:hover{
    background: #050937;
}
.e2c-dashboard-right-middle h3{
    color: #1E2469;
    font-size: 18px;
    border-bottom: 1px dashed #1E2469;
    margin: 0 0 30px 0;
    padding: 0 5px 10px;
    font-weight: 700;
}
.e2c-dashboard-right-middle h3 a{
    text-decoration: none;
    color: #ed143d;
}
.e2c-dashboard-right-middle form .divider-title {
    border: 1px solid #fc7531;
    color: #fc7531;
    padding: 10px 15px;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0 0 30px 0;
    border-radius: 10px;
    background: #ffeee6;
}
.e2c-dashboard-right-middle table#orderslist tbody tr td.pending{
    background: #ffa500;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}