@import"vendors.css";
:root{
    --purple: #591E61;
    --light-purple: #9A3294;
    --bright-pink: #D93A96;
    --orange-contrast: #F48721;
    --royal-blue: #0066A6;
    --dark-grey: #58585A;
    --rich-black: #000000;
    --light-grey: #E7E7E8;
    --xx-small: 10px;
    --x-small: 14px;
    --small: 22px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
p:last-child {
    margin-bottom: 0;
}
a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
ul li {
    list-style: none;
}
body {
    background-color: var(--light-grey);
    color: var(--rich-black);
    font-size: 0.9375rem;
    height: 100%;
    line-height: 1.5;
    overflow-x: hidden;
}
input, button, a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
hr {
    margin: 0px;
    border: 0;
    border-top: 1px solid #9a3294;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    color: #2c3038;
}
.main-wrapper {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
}
.header {
    background-color: white;
    box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    height: 60px;
    border-radius: 0 0 20px 20px;
}
.header .header-left {
    float: left;
    height: 60px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    width: 240px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
}
.header .header-left .logo {
    display: inline-block;
    line-height: 60px;
}
.header .header-left .logo img {
    max-height: 45px;
    width: auto;
}
.header-left .logo.logo-small{
    display: none;
}
#toggle_btn i {
    font-size: var(--small);
}
.top-nav-search form {
    margin-top: 10px;
    position: relative;
}
.top-nav-search .form-control {
    border: 1px solid #e5e5e5;
    border-radius: .5rem;
    color: #333;
    height: 40px;
    padding: 10px 50px 10px 15px;
    box-shadow: rgb(209 243 255 / 33%) 0px 0.2px 3px 0.1px;
}
.form-group {
    margin-bottom: 1.25rem;
}
.form-control {
    border: 1px solid #dee2e6;
    box-shadow: none;
    color: #333;
    padding: .54688rem .875rem;
    font-size: .875rem;
    height: calc(1.6em + 1.21875rem);
    line-height: 1.6;
    font-weight: 400;
    color: #1e2022;
}
.form-control:focus {
    box-shadow: 0 0 10px rgb(136 136 136 / 13%);
    outline: 0 none;
    border-color: #c1c9d0;
}
.top-nav-search .btn {
    background-color: transparent;
    border-color: transparent;
    color: #333;
    min-height: 40px;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
    display: flex !important;
    padding-right: 20px;
}
.user-menu.nav > li > a {
    color: #333;
    font-size: var(--x-small);
    line-height: 58px;
    padding: 0 15px;
    height: 60px;
}
.user-menu.nav > li > a > i {
    font-size: 1.5rem;
    line-height: 60px;
}
.dropdown-item i {
    font-size: 1.3rem;
    width: 18px;
    margin-right: 0.5rem!important;
}
.user-menu .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}
.user-menu.nav > li > a .badge {
    background-color: var(--purple);
    display: block;
    font-size: var(--xx-small);
    font-weight: bold;
    min-height: 15px;
    min-width: 15px;
    color: #fff;
    position: absolute;
    right: 3px;
    top: 6px;
}
.dropdown-toggle::after {
    display: none;
}
.user-img {
    display: inline-block;
    margin-right: 3px;
    position: relative;
}
.user-img img {
    width: 32px;
    border-radius: 50%;
}
.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg);
    -transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.header .has-arrow .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid var(--purple);
    border-right: 2px solid var(--purple);
    content: '';
    height: 8px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    vertical-align: 2px;
}
.user-menu .dropdown-menu {
    min-width: 200px;
    padding: 0;
}
.dropdown-menu {
    font-size: var(--x-small);
}
.dropdown-menu {
    border: 1px solid #eff2f7;
    border-radius: .8rem;
    transform-origin: left top 0;
    background-color: #fff;
    box-shadow: 0 0 1.25rem rgb(31 45 61 / 8%);
}
.notifications {
    padding: 0;
}
.notifications .noti-content {
    height: 290px;
    width: 350px;
    overflow-y: auto;
    position: relative;
}
.notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.notifications ul.notification-list > li {
    margin-top: 0;
    border-bottom: 1px solid var(--orange-contrast);
}
.notifications ul.notification-list > li a {
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
}
.noti-title {
    color: #333;
}
.noti-details {
    color: #989c9e;
    margin-bottom: 0;
}
.notifications .notification-time {
    font-size: 12px;
    line-height: 1.35;
    color: #bdbdbd;
}
.notifications .media {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
}
.notifications .media:last-child {
    border-bottom: none;
}
.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem;
}
.avatar > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}
.notifications .media > .avatar {
    margin-right: 10px;
}
.topnav-dropdown-header {
    border-bottom: 1px solid #eee;
    text-align: center;
}
.topnav-dropdown-footer {
    border-top: 1px solid #eee;
}
.topnav-dropdown-header, .topnav-dropdown-footer {
    font-size: var(--x-small);
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.topnav-dropdown-footer a {
    display: block;
    text-align: center;
    color: #333;
}
.topnav-dropdown-header .notification-title {
    color: #333;
    display: block;
    float: left;
    font-size: var(--x-small);
}
.topnav-dropdown-header .clear-noti {
    color: var(--purple);
    float: right;
    font-size: var(--xx-small);
    text-transform: uppercase;
}
.sidebar {
    background-color: #fff;
    bottom: 0;
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 90px;
    transition: all 0.2s ease-in-out 0s;
    width: 280px;
    z-index: 1001;
    border-top-right-radius: 20px;
    box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
    overflow-y: hidden;
}
.sidebar-inner {
    height: 100%;
    min-height: 100%;
    transition: all 0.2s ease-in-out 0s;
}
.sidebar-menu ul {
    font-size: 15px;
    list-style-type: none;
    margin: 0;
    padding: 15px 0;
    position: relative;
}
.sidebar-menu > ul > li {
    margin-bottom: 3px;
    position: relative;
}
.sidebar-menu > ul > li:last-child {
    margin-bottom: 25px;
}
.menu-title {
    color: #9e9e9e;
    display: flex;
    font-size: 14px;
    opacity: 1;
    padding: 5px 15px;
    white-space: nowrap;
}
.sidebar-menu li.active > a, .sidebar-menu ul ul a.active {
    background-color: rgba(118, 56, 255, 0.05);
    color: var(--light-purple);
    position: relative;
}
.sidebar-menu > ul > li > a {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 8px 15px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}
.sidebar-menu > ul > li > a:hover, .sidebar-menu > ul > li > ul > li > a:hover, .sidebar-menu > ul > li > ul > li > ul > li > a:hover {
    background-color: rgba(118, 56, 255, 0.05);
    color: var(--light-purple);
}
.sidebar-menu li a:hover {
    color: var(--light-purple)
}
.sidebar-menu > ul > li > a svg {
    width: 18px;
}
.sidebar-menu > ul > li > a i, .sidebar-menu > ul > li > ul > li a i {
    font-size: 18px;
    width: 18px;
}

.sidebar .sidebar-menu > ul > li > a span, .sidebar .sidebar-menu > ul > li > ul> li> a span, .sidebar .sidebar-menu > ul > li > ul> li> ul> li> a span {
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    margin-left: 10px;
    white-space: nowrap;
}
.sidebar-menu li.active > a::before {
    width: 5px;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--purple);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar-menu li a {
    color: #555a64;
    display: block;
    font-size: 15px;
    height: auto;
    padding: 0 20px;
}
.sidebar-menu li a.subdrop .menu-arrow {
    -transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sidebar-menu .menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    right: 15px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-rendering: auto;
    line-height: 40px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 18px;
    top: 11px;
}
.sidebar-menu .menu-arrow:before {
    content: "\f105";
}
.sidebar-menu ul ul {
    display: none;
}
.sidebar-menu ul ul a{
    display: block;
    font-size: 15px;
    padding: 7px 10px 7px 20px;
    position: relative;
}
.sidebar-menu ul ul ul a{
    padding: 7px 10px 7px 29px;
}
.slide-nav .sidebar {
    margin-left: 0;
}
.mobile_btn {
    display: none;
    float: left;
}
.page-wrapper {
    margin-left: 270px;
    padding-top: 60px;
    position: relative;
    transition: all 0.4s ease;
}
.page-wrapper > .content {
    padding: 1.875rem 1.875rem 0;
}
.page-header {
    margin-bottom: 1.875rem;
}
.page-title {
    color: #333;
    margin-bottom: 5px;
}
.page-header .breadcrumb {
    background-color: transparent;
    color: #6c757d;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0;
}
.page-header .breadcrumb a {
    color: var(--light-purple);
}
.card {
    background: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
    box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
    margin-bottom: 30px;
    border-radius: 20px;
    border: 0;
}
.card-body {
    position: relative;
    padding: 1.5rem;
}
.card-header:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.card .card-header {
    border-color: #f0f1f5;
    background-color: #fff;
    padding: 1.5rem 1.875rem 1.25rem;
}
.card .card-header .card-title {
    margin-bottom: 0;
}
.btn-outline-primary {
    color: var(--light-purple);
    border-color: var(--light-purple);
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--bright-pink);
    border-color: var(--purple);
}
.dash-widget-header {
    align-items: center;
    display: flex;
}
.dash-widget-icon {
    align-items: center;
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    font-size: 1.875rem;
    height: 4rem;
    justify-content: center;
    text-align: center;
    width: 4rem;
}
.bg-1 {
    background-color: rgb(89 30 127 / 21%);
}
.bg-2 {
    background-color: rgb(154 50 148 / 21%);
}
.bg-3 {
    background-color: rgb(217 58 150 / 21%);
}
.bg-4 {
    background-color: rgb(244 135 33 / 21%);
}
.bg-5 {
    background-color: rgb(0 104 168 / 21%);
}
.bg-1 i {
    color: var(--purple);
}
.bg-2 i {
    color: var(--light-purple);
}
.bg-3 i {
    color: var(--bright-pink);
}
.bg-4 i {
    color: var(--orange-contrast);
}
.bg-5 i {
    color: var(--royal-blue);
}
.dash-count {
    font-size: 18px;
    margin-left: 15px;
    padding-top: 5px;
}
.dash-title {
    font-size: 15px;
    font-weight: 600;
}
.advanced-text a{
    color: var(--orange-contrast) !important;
    text-decoration: underline;
}
.advanced-text a:hover{
    color: var(--bright-pink) !important;
}
.table {
    color: #333;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}
.table thead {
    background-color: transparent;
    border-bottom: 0;
}
.table .thead-light th {
    color: #495057;
    background-color: #f8f9fa;
    border-color: #eff2f7;
}
.table thead tr th {
    font-weight: 500;
}
.table td, .table th {
    vertical-align: middle;
    white-space: nowrap;
}
table.table td h2.table-customer {
    align-items: center;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
}
table.table td h2 {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
table .badge {
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    min-width: 75px;
    padding: 4px 12px;
    text-align: center;
}
.bg-success-light {
    background-color: rgba(15, 183, 107, 0.12) !important;
    color: #26af48 !important;
}
.bg-info-light, .advanced-text>span {
    background-color: rgba(2, 182, 179, 0.12) !important;
    color: #1db9aa !important;
}
.bg-danger-light {
    background-color: rgba(242, 17, 54, 0.12) !important;
    color: #e63c3c !important;
}
.bg-warning-light {
    background-color: rgba(255, 152, 0, 0.12) !important;
    color: #f39c12 !important;
}
.text-right a {
    color: var(--bright-pink);
}
.text-right a:hover {
    color: var(--purple);
}
.customer-form {
    margin-bottom: 0px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--bright-pink);
    border-color: var(--purple)
}
.page-link {
    color: var(--purple)
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, .btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: none;
}
.residential_commercial{
    display:none; 
}
#same_as_billing_address_data {
    margin-right: 0px;
    margin-left: 0px;
}
/* select css */
.select2-results__option:hover {
    background-color: #5c1e5a;
    color: white;
    cursor: pointer;
}
.select2-container--classic.select2-container--open .select2-dropdown, .select2-container--classic.select2-container--open .select2-selection--single, .select2-container--classic .select2-selection--single:focus {
    border-color: #5c1e5a;
}
.select2-container .select2-selection--single {
    height: 41px;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 39px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 39px;
}
/* Login */
.login-body {
    display: table;
    height: 100vh;
    min-height: 100vh;
}
.login-wrapper {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 1.875rem;
}
.logo-dark {
    max-width: 100%;
    margin: auto;
    display: block;
}
.login-wrapper .loginbox {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
    display: flex;
    margin: 1.875rem auto;
    max-width: 450px;
    width: 100%;
}
.login-wrapper .loginbox .login-right {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 2rem;
    width: 450px;
}
.login-wrapper .loginbox .login-right .login-right-wrap {
    max-width: 100%;
    flex: 0 0 100%;
}
.login-wrapper .loginbox .login-right h1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
}
.account-subtitle {
    color: #4c4c4c;
    font-size: 17px;
    margin-bottom: 1.875rem;
    text-align: center;
}
.pass-group {
    position: relative;
}
.toggle-password.fa-eye {
    margin-right: 1px;
}
.toggle-password {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #757575;
    cursor: pointer;
}
.btn-primary {
    background-color: var(--purple);
    border-color: var(--purple);
}
.btn-primary:hover {
    background-color: #692367;
    border-color: #692367;
}
.btn-primary.focus, .btn-primary:focus {
    background-color: #692367;
    border-color: #692367;
    box-shadow: 0 0 0 0.2rem rgb(92 30 90);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(92 30 90);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #692367;
    border-color: #692367;
}
/* Media quries */
@media (max-width: 575.98px) {
    .page-wrapper > .content {
        padding: 0.9375rem 0.9375rem 0;
    }
    .card {
        margin-bottom: 0.9375rem;
    }
    .card-body {
        padding: 1.25rem;
    }
}
@media (max-width: 767px) {
    .header .header-left {
        padding: 0 15px;
    }
    .header .header-left .logo {
        display: none;
    }
    .header-left .logo.logo-small {
        display: inline-block;
    }
    .user-menu.nav > li > a > span:not(.user-img) {
        display: none;
    }
    .header .has-arrow .dropdown-toggle:after {
		display: none;
	}
    .dash-widget-header {
        display: block;
    }
    .dash-count {
        font-size: 16px;
        display: inline-block;
    }
    .login-wrapper .loginbox {
        max-width: 450px;
        min-height: unset;
    }
    .login-wrapper .loginbox .login-right {
        float: none;
        padding: 1.875rem;
        width: 100%;
    }
    .login-wrapper .loginbox .login-right h1 {
        font-size: 22px;
    }
    .logo-dark {
        max-width: 65%;
    }
}
@media (max-width: 991px) {
    .header .header-left {
        position: absolute;
        width: 100%;
    }
    #toggle_btn {
        display: none;
    }
    .mobile_btn {
        color: var(--bright-pink);
        cursor: pointer;
        display: block;
        font-size: 24px;
        height: 60px;
        left: 0;
        line-height: 60px;
        padding: 0 15px;
        position: absolute;
        text-align: center;
        top: 0;
        z-index: 10;
    }
    .sidebar {
        margin-left: -225px;
        width: 225px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 1041;
    }
    .page-wrapper {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
}
@media (min-width: 992px) {
    #toggle_btn {
		align-items: center;
		color: var(--bright-pink);
		display: inline-flex;
		float: left;
		font-size: 30px;
		height: 60px;
		justify-content: center;
		margin-left: 15px;
		padding: 0 15px;
	}
	.mini-sidebar .header-left .logo img {
		height: auto;
		max-height: 40px;
		width: auto;
	}
	.mini-sidebar .header .header-left .logo {
		display: none;
	}
	.mini-sidebar .header-left .logo.logo-small {
		display: block;
	}
	.mini-sidebar .header .header-left {
		padding: 0 5px;
		width: 78px;
	}
	.mini-sidebar .sidebar {
		width: 78px;
	}
	.mini-sidebar.expand-menu .sidebar {
		width: 240px;
	}
	.mini-sidebar .menu-title {
		visibility: hidden;
		white-space: nowrap;
	}
	.mini-sidebar.expand-menu .menu-title {
		visibility: visible;
	}
	.mini-sidebar .menu-title a {
		visibility: hidden;
	}
	.mini-sidebar.expand-menu .menu-title a {
		visibility: visible;
	}
	.modal-open.mini-sidebar .sidebar {
		z-index: 1051;
	}
	.mini-sidebar .sidebar .sidebar-menu ul > li > a span {
		display: none;
		transition: all 0.2s ease-in-out;
		opacity: 0;
	}
	.mini-sidebar.expand-menu .sidebar .sidebar-menu ul > li > a span {
		display: inline;
		opacity: 1;
	} 
	.mini-sidebar .page-wrapper {
		margin-left: 78px;
	}
}