/*****************************************
Template Name: Exact Themes (Author) User Dashboard
Description: 
Version: 1.0
Last change: 13/9/2021
Author : ExactThemes

/*****************************************

*** Typography ***

Body, Paragraphs:         16px / 'Poppins', sans-serif / 400
Headings:                 font-family: 'Poppins', sans-serif;
textarea, Input Fields:   font-family: 'Poppins', sans-serif;
Section headings:         font-family: 'Poppins', sans-serif;

*** Colors ***

Body Background:        #ffffff
Paragraph/Text:   #212121
h1, h2, h3, h4, h5, h6: #212121

/********************************************************/

/****** Generic Elements ******/
html, body, .et-content-main-db{
    height: 100%;
}
a:hover{
    color: initial;
}
ul.nostyle{
    list-style-type: none;
}
ul.inline > li{
    display: inline-block;
}
input.form-control.db{
    height: 56px;
	font-size:14px;
	border: 1px solid #babcbd;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.03);
    font-weight: 400;
    opacity: 1;
    border-radius: 4px;
}
.et-content-wrapper-db .form-control:focus{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.03);
	 -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
a:focus{
    outline: 0 none;
}
.db-form.db-update-profile .form-group.additional-meta-wrap select,
select.form-control.db,
input.form-control.db{
    border-radius: 5px;
    height: 50px;
    outline: none!important;
	border: 1px solid #ebedf5;
    border-radius: 10px !important;
    box-shadow: 0 0 20px rgb(101 112 134 / 10%);
}
textarea.form-control.db{
    outline: none!important;
    border: 1px solid #ebedf5;
    border-radius: 10px !important;
    box-shadow: 0 0 20px rgb(101 112 134 / 10%);
    font-size: 14px;
}
.fake-file-upload {
	border: 0.1em dashed #537392;
    height: 70px;
    cursor: pointer;
}
.fake-file-upload input {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.pointer{
    cursor: pointer;
}
.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
.db-shadow-box{
    box-shadow: 0 0 20px rgba(101, 112, 134, 0.22);
}
.btn-db{
    font-weight: 600 !important;
    padding: 0.6rem 1.2rem !important;
    text-transform: capitalize !important;
    color: #fff;
    font-size: 13px !important;
	line-height: 20px !important;
}
.btn-db:hover{
    color: #fff;
}
a.btn-db{
    font-size: 14px;
    text-decoration: none;
}

.et-content-main-db{
    display: flex;
    flex-grow: 1;
}
.welcome-box{
    display: inline-block;
}
.action-menu{
    text-align: right;
    float: right;
}
/**** Sidebar ****/
.et-sidebar-db{
    width: 16.875rem;
    flex: 0 0 auto;
    background-color: #060818;
    z-index: 10;
    box-shadow: 0 0 20px 3px #dbe0ea;
    transition: all ease 0.3s;
}
.trigger-mobile-sidebar{
    display: none !important;
}
.et-content-wrapper-db{
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto;
}
.content-shadow{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.content-shadow.show{
    display: block;
}
.et-sidebar-db .sidebar-logo img{
    width: auto;
}
.et-sidebar-db .sidebar-nav-db{
    background-color: #060818;
}
.et-sidebar-db .sidebar-nav-db .navlink:hover,
.et-sidebar-db .sidebar-nav-db .navlink.current{
	color:#fff !important;
	 -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.et-sidebar-db .sidebar-nav-db .navlink:hover {
    color: #fff !important;
	 -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.et-sidebar-db .sidebar-nav-db .navlink{
    color: #c2c7d0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    padding: 15px;
    cursor: pointer;
    text-decoration: none;
	 -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.et-sidebar-db .sidebar-nav-db .navlink .fas{
    margin-right: 0.5rem;
	color: #c2c7d0 !important;
}
.et-sidebar-db .sidebar-nav-db .navlink .fas:hover{
	color:#fff !important;
}
.et-sidebar-db .accordion-wrapper-db .navlink:not(.trigger-collapse){
    padding-left: 2rem;
    position: relative;
}
.et-sidebar-db .accordion-wrapper-db .navlink:not(.trigger-collapse):before{
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    margin-right: 0.4rem;
	font-weight:900;
}
.et-sidebar-db .accordion-wrapper-db .navlink.trigger-collapse:before{
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    float: right;
    opacity: 0.3;
	font-weight:900;
}
.action-pill{
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 2.1;
    margin: 0 3px;
    position: relative;
}
.action-pill .counter-pill{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1.6;
    position: absolute;
    right: -6px;
    top: -6px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    z-index: 22;
}
.profile-dropdown #dropdownMenuButton img{
    width: 40px;
}
.notification-dropdown .dropdown-menu{
    min-width: 300px;
}
.notification-dropdown .db-dropdown:before{
    left: 67%;
}
.notification-dropdown .dropdown-menu > ul{
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}
.et-content-tabs-db{
    display: flex;
    justify-content: space-around;
}
.et-content-tabs-db .card .badge{
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}
.et-content-tabs-db .card .fas{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    opacity: 0.1;
}
.tab-content-db .tabcontent{
    display: none;
}
.tab-content-db .tabcontent#listings_data{
    display: block;
}
.listing-image{
    border-radius: 100px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    position: relative;
}
.listing-image img{
    height: 100% !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.listing-item-db{
    display: flex;
    align-items: center;
}
.listing-item-db:not(:last-child){
    margin-bottom: 35px;
	margin-top: 35px;
}
.listing-item-db .listing-meta{
    font-size: 13px;
}
.listing-item-db .listing-meta span:not(:last-child){
    padding-right: 15px;
}
.et-dashboard .listing-item-db .listing-data h5{
    font-size: 0.8em;
	text-transform:capitalize;
}
.scroll-card{
    height: 350px;
    overflow-y: auto;
}
.et-content-tabs-db .trigger-tab.active .badge{
    background-color: #fff !important;
}
.et-content-tabs-db .trigger-tab.active p.text-muted,
.et-content-tabs-db .trigger-tab.active h3,
.et-content-tabs-db .trigger-tab.active .fas{
    color: #fff !important;
}
.et-content-tabs-db .trigger-tab.active .fas{
    opacity: 3;
}
.db-btn-add{
    font-size: 19px;
    text-align: center;
    width: 35px;
    height: 35px;
    color: #fff;
    display: inline-block;
    line-height: 1.9;
    font-weight: 600;
}
.db-announcement{
    font-style: italic;
}

/*** Table Styling ***/
.db-datatable thead .sorting,
.db-datatable thead .sorting_asc{
    color: #9c9da0;
    font-weight: 500;
}
.db-datatable-wrapper{
    overflow-x: auto;
    width: 100%;
    display: block;
}
.listing-item-db .listing-data h5 a,
.db-datatable-wrapper table.db-datatable.table.table-hover tbody tr td strong{
	text-transform:capitalize;
}
.db-datatable-wrapper .dataTables_length{
    font-size: 14px;
}
.db-datatable-wrapper .dataTables_length select,
.db-datatable-wrapper .dataTables_length select:hover,
.db-datatable-wrapper .dataTables_length select:focus{
    border-radius: .25rem!important;
    border: 1px solid #dee2e6!important;
}
.dataTables_wrapper .dataTables_filter input{
    border: 1px solid #9c9da0;
    border-radius: 100px;
    outline: none!important;
    padding: 4px 10px;
}
.db-dropdown:before{
    position: absolute;
    top: -9px;
    display: inline-block;
    color: #fff;
    left: 50%;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    transform: rotate(180deg) translateX(-50%);
    font-size: 30px;
}
.db-dropdown .dropdown-item{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
	padding: 10px 20px;
}
.db-dropdown .dropdown-item:hover{
	background: #e1e1e1;
}
table.dataTable{
    font-size: 13px;
}
table.dataTable tbody th, table.dataTable tbody td{
    padding: 18px 10px!important;
}
.modal-db.show .modal-dialog{
    animation: zoomIn 0.3s cubic-bezier(.67,-0.27,.5,1.25) forwards;
}
#replyReview a.add-review-reply{
	color:#fff;
}
#replyReview .modal-header button{
	opacity: 1;
}
#replyReview .modal-header span {
    color: #fff;
    opacity: 1;
    font-weight: 400;
}
.modal-db .modal-header .close{
    opacity: 1;
    outline: none;
    color: #fff;
    text-shadow: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    line-height: 0;
    padding: 0;
    border-radius: 100px;
}
.modal-db .modal-header .close:hover{
    opacity: 1!important;
}
.modal-db .modal-content{
    border: 0;
}
.db-form .form-group label{
    font-size: 14px;
    font-weight: 500;
    display: block;
}
body.modal-open .et-content-main-db{
    filter: blur(5px);
}
.promo-card {
    max-width: 240px;
    width: 100%;
}
.promo-card .promo-header:before {
    content: '';
    display: block;
    height: 90%;
    width: 3px;
    border-left: 6px dotted #2f3542;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
}
.promo-card .promo-header.preview:before {
    border-color: #fff;
}
.modal-backdrop{
    opacity: .6;
}
.payment-img{
    width: 70px;
}

/*** Checkbox/Radio buttons ***/
.check-types-db .cbx {
    position: relative;
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    background-color: #fff;
    transition: all 0.15s ease;
    border-radius: 99px;
}
.check-types-db .cbx svg,
.check-types-db .rdo svg {
    position: absolute;
    top: 2px;
    left: 2px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 0;
    stroke-dasharray: 20;
    stroke-dashoffset: 20;
    transform: translate3d(0, 0, 0);
}
.check-types-db .rdo {
    position: relative;
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    background-color: #fff;
    transition: all 0.15s ease;
    border-radius: 99px;
}
.check-types-db .rdo:after {
    content: "";
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transform: scale(0);
}
.check-types-db .cbx + span,
.check-types-db .rdo + span {
    margin-left: 6px;
}
.check-types-db {
    margin: auto;
    user-select: none;
}
.check-types-db label {
    display: inline-block;
    margin: 0 .5rem .5rem 0;
    cursor: pointer;
}
.check-types-db input[type="checkbox"],
.check-types-db input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.check-types-db input[type="radio"]:checked + .rdo:after {
    opacity: 1;
    transform: scale(1);
    transition: all 0.15s ease;
}
.check-types-db input[type="checkbox"]:checked + .cbx svg {
    stroke-dashoffset: 0;
    stroke-width: 2;
    transition: all 0.75s ease;
}
.check-types-db input[type="checkbox"]:checked + .cbx.dark svg,
.check-types-db input[type="radio"]:checked + .rdo.dark svg{
    stroke: #fff;
}
.check-types-db .cbx, .check-types-db .rdo{
    border: 1px solid;
}
.modal-db .table{
    font-size: 13px;
}
.label-banner{
    text-transform: uppercase;
    letter-spacing: 2px;
}
.select2.db.wide + .select2{
    width: 100%!important;
}
.select2.db.wide + .select2 > .selection > .select2-selection--single{
    height: 46px;
    border: 1px solid #ced4da;
}
.select2.db.wide + .select2 > .selection > .select2-selection > .select2-selection__rendered{
    margin-top: 10px;
}
.select2.db.wide + .select2 > .selection > .select2-selection > .select2-selection__arrow{
    top: 10px;
}
.select2.db.wide + .select2 > .selection > .select2-selection > .select2-selection__rendered > .select2-selection__choice{
    margin-bottom: 5px;
    border-radius: 99px;
    border: 0;
    padding: 2px 10px;
    font-size: 14px;
    color: #fff;
}
.select2.db.wide + .select2 > .selection > .select2-selection > .select2-selection__rendered > .select2-selection__choice > .select2-selection__choice__remove{
    color: #fff;
}

/*** Chat ***/
.chats-list-db{
    font-size: 14px;
    overflow-y: auto;
    height: calc(100vh - 300px);
    overflow: scroll !important;
}
.compose-message {
    margin-bottom: 50px;
}
.chats-list-db ul li img{
    width: 30px;
    margin-right: 6px;
}
.chats-list-db ul li{
    display: flex;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
}
.chats-list-db ul li:hover,
.chats-list-db ul li.current{
   background-color: #e1e1e1;
}
.chats-list-db ul li.unread-inbox-message:before {
    position: relative;
    content: '';
    width: 12px;
    height: 12px;
    left: -5px;
    background-color: #ff0000;
    border-radius: 100%;
    padding: 6px;
}
.chats-list-db ul li .user-name{
    font-weight: 500;
}
.chats-list-db ul li .date{
    margin-left: auto;
    opacity: 0.5;
	font-size:12px;
}
.chats-list-db ul li.current{
    border-right: 2px solid;
}
.card.db-shadow-box{
    border-radius: 0.2rem;
}
.chat-wrapper .user-avatar-chat{
    width: 50px;
    height: 50px;
}
.chat-wrapper .user-avatar-chat img{
    width: 100%;
}
.chat-wrapper .chatbox{
    height: calc(100vh - 350px);
    padding: 20px;
}

/*** Profile page ***/
.db-profile-details .profile-avatar{
    width: 150px;
    height: 150px;
    position: relative;
}
.db-profile-details .profile-avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.db-profile-details .profile-avatar:before{
    content: 'Change Photo';
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    cursor: pointer;
    z-index: 2;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.db-profile-details .profile-avatar:hover:before{
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
}
.db-profile-details .profile-avatar input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: 0;
    cursor: pointer;
}

.db-datatable-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.db-datatable-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    border: 0!important;
    color: #fff !important;
    border-radius: 0.3rem!important;
    padding: 2px 14px!important;
    background-image: none;
}
.db-datatable-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 2px 14px!important;
    background-image: none !important;
    border: 0!important;
    border-radius: 0.3rem!important;
}
.hide-modal{
    display: none !important;
}
#update-plan-pay{
    display: none;
}
/*** Sohaib - 11-26-2020 ***/
.et-dashboard .db-datatable-wrapper .db-datatable thead th,
.et-dashboard .db-datatable-wrapper .db-datatable tbody td{
    border-top: 0;
    font-size: 13px;
	vertical-align:middle;
}
.et-dashboard .db-datatable-wrapper .db-datatable thead th{
    border-bottom: 1px solid #dee2e6;
}
.et-dashboard .nav-links .page-numbers {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    line-height: 1.8;
    color: initial;
    width: 40px;
    height: 40px;
    padding: 0;
    font-weight: 700;
    line-height: 40px;
}
.et-dashboard .nav-links .page-numbers.current {
    color: #fff;
}
.et-dashboard #addModal .modal-header .close,
.et-dashboard #addGroup .modal-header .close{
    color: #fff!important;
    opacity: 1!important;
	font-weight:400;
}
.et-dashboard .modal-content.hide-modal .close{
    padding: .5rem 1rem;
}

/* Listing Invoice CSS Style */
.invoice {
    position: relative;
    background-color: #FFF;
    min-height: 680px;
    padding: 15px
}
.invoice header {
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #3989c6
}
.invoice .company-details {
    text-align: right
}
.invoice .company-details .name {
    margin-top: 0;
    margin-bottom: 0
}
.invoice .contacts {
    margin-bottom: 20px
}
.invoice .invoice-to {
    text-align: left
}

.invoice .invoice-to .to {
    margin-top: 0;
    margin-bottom: 0
}
.invoice .invoice-details {
    text-align: right
}
.invoice .invoice-details .invoice-id {
    margin-top: 0;
    color: #3989c6
}
.invoice main {
    padding-bottom: 50px
}
.invoice main .thanks {
    margin-top: -100px;
    font-size: 2em;
    margin-bottom: 50px
}
.invoice main .notices {
    padding-left: 6px;
    border-left: 6px solid #3989c6
}
.invoice main .notices .notice {
    font-size: 1.2em
}
.invoice table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px
}
.invoice table td,.invoice table th {
    padding: 15px;
    background: #eee;
    border-bottom: 1px solid #fff
}
.invoice table th {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px
}
.invoice table td h3 {
    margin: 0;
    font-weight: 400;
    color: #3989c6;
    font-size: 1.2em
}
.invoice table .qty,.invoice table .total,.invoice table .unit {
    text-align: right;
    font-size: 1.2em
}
.invoice table .no {
    color: #fff;
    font-size: 1.6em;
    background: #3989c6
}
.invoice table .unit {
    background: #ddd
}
.invoice table .total {
    background: #3989c6;
    color: #fff
}
.invoice table tbody tr:last-child td {
    border: none
}
.invoice table tfoot td {
    background: 0 0;
    border-bottom: none;
    white-space: nowrap;
    text-align: right;
    padding: 10px 20px;
    font-size: 1.2em;
    border-top: 1px solid #aaa
}
.invoice table tfoot tr:first-child td {
    border-top: none
}
.invoice table tfoot tr:last-child td {
    color: #3989c6;
    font-size: 1.4em;
    border-top: 1px solid #3989c6
}
.invoice table tfoot tr td:first-child {
    border: none
}
.invoice footer {
    width: 100%;
    text-align: center;
    color: #777;
    border-top: 1px solid #aaa;
    padding: 8px 0
}
.card-listing-tabs{
    float: right;
    margin-right: 0 !important;
    margin-left: 5px;
    padding: .3rem .5rem !important;
    font-size: .72rem !important;
}
.scroll-card-tab{
    display: none;
}
.scroll-card-tab.active-scroll-card{
    display: block;
}
.db-edit-loader{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background-color: #00000052;
    z-index: 1;
    display: none;
}
.db-edit-loader i{
    font-size: 50px;
    margin-top: 200px;
}
.listing-search-field .input-group-text{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.et-checkout-processing{
    background-color: #000000ad;
    display: none;
}
.et-checkout-loading{
    position: absolute;
    top: 30%;
    color: #fff;
    text-align: center;
    font-size: 25px;
    width: 100%;
}
@media print {
    .invoice {
        font-size: 11px!important;
        overflow: hidden!important;
    }

    .invoice footer {
        position: absolute;
        bottom: 10px;
        page-break-after: always;
    }

    .invoice>div:last-child {
        page-break-before: always;
    }
}
.font-weight-medium{
	color: #848484 !important;
}

/* Sidebar Style */
.et-sidebar-db .sidebar-nav-db .navlink:hover .fas,
.et-sidebar-db .sidebar-nav-db .navlink:hover span,
.et-sidebar-db .accordion-wrapper-db .navlink:not(.trigger-collapse):hover:before {
    color: #fff !important;
}
.et-sidebar-db .sidebar-nav-db .navlink.current:hover {
    color: #fff !important;
}
.et-sidebar-db .accordion-wrapper-db .navlink.trigger-collapse:hover:before {
    color: #fff !important;
    opacity: 0.9;
}

/* Add Compaign CSS Style */
#addModal input#coupon-code {
    font-size: 14px;
    margin-top: 10px;
    height: 41px;
}
#addModal button#apply-coupon {
    margin-top: 10px !important;
}
label.payment-method-name{
	text-transform:capitalize;
}
label.payment-method-name p {
    display: inline;
    padding-left: 5px;
}
table.table.table-sm.ads-info-table td {
    padding: 10px 0px;
}
.card > hr {
	margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
li.select2-search.select2-search--inline{
	list-style:none;
}
table.ads-info-table td#ad-total,
table.ads-info-table td#ad-tax,
table.ads-info-table td#ad-days,
table.ads-info-table td#ad-placement{
	text-align:right;
}
.et-sidebar-db .sidebar-nav-db .navlink.current span,
.et-sidebar-db .sidebar-nav-db .navlink.current:before {
    color: #fff !important;
}
.chat-wrapper .chatbox .user-message.received .bg-gray-db{
	background: #5a99ee;
    color: #fff;
    border-radius: 50px !important;
}
.chat-wrapper .chatbox .user-message.sent .bg-primary-db-light{
	border-radius: 50px !important;
}
.chat-wrapper .compose-message .input-group.lead-reply-wrap span.input-group-text.lead-form-reply{
	display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid rgba(0,0,0,0.05);
    outline: none;
    font-weight: 600;
    border-radius: 50%;
    padding: 0;
    color: #fff;
    background-color: #5bc0de;
    line-height: 33px;
	z-index: 9999999;
}
.chat-wrapper > hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
form.db-form.db-update-profile{
    margin-bottom: 30px;
}
.elementor .et-dashboard hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.hc-offcanvas-nav .nav-wrapper{
    background-color: #060818;
}
.hc-offcanvas-nav li.nav-close span {
    visibility: hidden;
}
.hc-offcanvas-nav{
    z-index: 9999999;
}
.hc-offcanvas-nav li a i{
    padding-right: 5px;
}
.hc-offcanvas-nav li a{
    text-transform: capitalize;
}
.hc-nav-trigger.hc-nav-1 {
    position: absolute;
    right: 20px;
    border: none;
    background: none;
}
.hc-nav-trigger.hc-nav-1 i{
    font-size: 25px;
}
